Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.39k stars 575 forks source link

Close last terminal does not recreate a default one #1416

Open gsemet opened 5 years ago

gsemet commented 5 years ago

When closing the latest tab or latest terminal ("Close terminal" or "close tab"), should recreate a single terminal tab, for consistency sake.

Not sure if this is linked, but I see an error on Custom command:

ERROR    Invalid custom command file /home/myuser/.config/guake/custom_command.json. Exception: [Errno 2] Aucun fichier ou dossier de ce type: '/home/myuser/.config/guake/custom_command.json'
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/guake/customcommands.py", line 53, in _load_json
    with open(file_name) as f:
FileNotFoundError: [Errno 2] Aucun fichier ou dossier de ce type: '/home/myuser/.config/guake/custom_command.json'

How to reproduce:

it also appears to keep somehow the split handles after "close tab" has been hitted.

gsemet commented 5 years ago

@aichingm can you reproduce this issue?

aichingm commented 5 years ago

Do you mean guake closes and you have to reopen it? That was the also behaviour before, right?

This is what happens to me:

gsemet commented 5 years ago

Same, but if I try several time the close tab (on the context menu on the tab), it starts doing this issue

aichingm commented 5 years ago

I just tried it 20 times, still works. Does guake log something interesting? Maybe it is a GTK version problem, which GTK version are you running? I'm om Gtk: 3.24.1

gsemet commented 5 years ago

I may have something that prevent it from working. I'll investigate next week why it does that

ggalihpp commented 5 years ago

Same here, When I close the tab. The terminal is closed but not the tab,

image

when closed, it only show blank screen. And when I create new tab, the opacity not working

mgvazquez commented 5 years ago

+1