Tab names are lost after reboot on Ubuntu 22.04
As the title says, if exiting Guake and restarting, all the previous tab names are lost. This worked on previous Ubuntu versions.
Could you provide your Guake version by guake --support? Thanks
Could you also check ~/.config/guake/session.json, does it contain any saved tab label in it?
e.g.
...
"label": "test",
"custom_label_set": true
...
Hi, same here. Tab labels lost after restart. Linux mint 21.2 Cinnamon
`$ guake --support
Guake Version: 3.8.5
Vte Version: 0.68.0
Vte Runtime Version: 0.68.0
GTK+ Version: 3.24.33
GDK Backend: <GdkX11.X11Display
Desktop Session: cinnamon
Display: :0
RGBA visual: True
Composited: True
- Monitor: 0 - SAM HDMI-2
- Geometry: 1920 x 1080 at 0, 0
- Size: 521 x 293 mm²
- Primary: True
- Refresh rate: 60.0 Hz
- Subpixel layout: unknown`
{ "schema_version": 2, "timestamp": 1697661172, "workspace": { "0": [ [ { "panes": [ { "type": "term", "directory": "/home/paynalton/Proyectos/sodigital/rb/sico", "custom_colors": { "fg_color": null, "bg_color": null, "palette": null } } ], "label": "sico", "custom_label_set": true }, { "panes": [ { "type": "term", "directory": "/home/paynalton/Proyectos/sodigital/rb/enfa/enfashop/pe/dev/src", "custom_colors": { "fg_color": null, "bg_color": null, "palette": null } } ], "label": "es-pe", "custom_label_set": true }, ...