The workaround for this is to allow the Dock extension to keep running
when the screen is locked. To do this, you need to insert the following
text into /usr/share/gnome-shell/extensions/ubuntu-
d...@ubuntu.com/metadata.json just before "uuid" (backup it before
editing):

"session-modes": [
    "user",
    "unlock-dialog"
],

So it should look like this:

"session-modes": [
    "user",
    "unlock-dialog"
],
"uuid": "ubuntu-d...@ubuntu.com",

Keep in mind that this is just a workaround, and after the next update,
this file may be overwritten, so you will have to edit it again.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1961508

Title:
  Dock displaying over window after resuming from blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1961508/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to