guake icon indicating copy to clipboard operation
guake copied to clipboard

Tab names are lost after reboot on Ubuntu 22.04

Open MattSom opened this issue 2 years ago • 3 comments

As the title says, if exiting Guake and restarting, all the previous tab names are lost. This worked on previous Ubuntu versions.

MattSom avatar Jul 12 '23 13:07 MattSom

Could you provide your Guake version by guake --support? Thanks

mlouielu avatar Jul 12 '23 13:07 mlouielu

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
...

mlouielu avatar Jul 12 '23 13:07 mlouielu

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 }, ...

paynalton avatar Oct 18 '23 21:10 paynalton