micheleg/dash-to-dock

Dash not hiding on screen lock

d47081 opened this issue · 3 comments

Strange, but I see dash with apps opened visible on lock screen, is that ok?

It usually means some extension crashed during deactivation for the screen lock. And so other extensions didn't get deactivated.

Try looking for:

journalctl -b0 | grep 'JS ERROR'

or

journalctl -b0 /usr/bin/gnome-shell | grep -i deactivate

If you get any results then the lines surrounding them should explain which extension crashed. This isn't a dash-to-dock bug unless it was dash-to-dock crashing.

The output is empty

user@localhost:~$ journalctl -b0 | grep 'JS ERROR'
user@localhost:~$ journalctl -b0 /usr/bin/gnome-shell | grep -i deactivate
user@localhost:~$ 

I have Fedora 41, plugin installed from here:
https://extensions.gnome.org/extension/307/dash-to-dock/

Those commands only work if the bug occured since last reboot.