Guake / guake

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

Tabs are lost after some time #2210

Closed kitnerboy closed 8 months ago

kitnerboy commented 8 months ago

Describe the bug

I started to notice that if I don't use guake for some time tabs just disappear. I couldn't find out timeout after this happens but it's about half hour. Almost every time it happens when guake is hidden in tray. I just open it and don't see previously opened tabs. But one time tabs disappeared on focused window that I was working with. All tabs except one I worked with just closed. Looks like renaming tabs can help. If tab is renamed it doesn't disappear.

Expected behavior

Tabs should stay opened as long as system is operating.

Actual behavior

Tabs are getting lost.

To Reproduce

I don't do anything special. Seems like version doesn't do anythin too. At first I had guake from Ubuntu 22.04.3 LTS repository. Now I use 3.11.dev1 version. And nothing changed. Looks like something in my system kill terminal session. But what is it? The problem is I cannot see anythin special in journalctl. All I see is "Guake tabs saved to " logs when tabs are lost. That happens because I checked "Restore previous session" checkbox. May be someone can give me a tip on how to add more logs to may be see something strange.


guake --support

$ guake --support Guake Version: 3.11.dev1 Vte Version: 0.68.0 Vte Runtime Version: 0.68.0 -------------------------------------------------- GTK+ Version: 3.24.33 GDK Backend:
kitnerboy commented 8 months ago

Seems like this problem is not related to Guake as Gnome terminal also closes after some time.

If anyone is interested, I had TMOUT=900 in /etc/profile. This just closes terminal after 15 mins of inactivity. I'm not sure whether it's part of Ubuntu 22.04, or it's modification from my workplace's IT department.