@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] === "[email protected]") {
        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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to