@vanvugt: You're absolutely right, but the dockManager-instance is null
because of an explicit exception in
https://git.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-
dock/tree/extension.js?h=ubuntu/bionic to disable ubuntu-dock if dash-
to-dock is installed:

let to_enable = true;
let runningExtensions = ExtensionSystem.extensionOrder;
for (let i = 0; i < runningExtensions.length; i++) {
    if (runningExtensions[i] === "dash-to-d...@micxgx.gmail.com") {
        to_enable = false;
    }
}

So i'm not able to fix this issue in the dash-to-dock repo. May we
create a seperate bug report?

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

Title:
  Ubuntu dock/launcher is shown on the lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1769383/+subscriptions

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

Reply via email to