micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

JS ERROR: TypeError: DockManager.getDefault() is null #2155

Closed theogjlaw closed 4 months ago

theogjlaw commented 4 months ago

Having an issue with dock-to-dash errors that seem to be the same as what was described at https://github.com/micheleg/dash-to-dock/issues/1444

Here is what the log shows. I'm on gnome 45 on Clear Linux. Was there a fix for this that I can refer to. Sorry if there is an answer out there - couldn't find one.

JS ERROR: TypeError: DockManager.getDefault() is null get settings@file:///home/theogjlaw/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/docking.js:1723:28 updateNotificationBadgeStyle@file:///home/theogjlaw/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/appIconIndicators.js:745:33 _unloadExtensionStylesheet@resource:///org/gnome/shell/ui/extensionSystem.js:150:15 _callExtensionDisable@resource:///org/gnome/shell/ui/extensionSystem.js:207:14 _onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:619:24 async*_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:799:20 ExtensionManager/<@resource:///org/gnome/shell/ui/extensionSystem.js:44:18 _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42 _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10 _sync@resource:///org/gnome/shell/ui/sessionMode.js:212:14 pushMode@resource:///org/gnome/shell/ui/sessionMode.js:170:14 activate@resource:///org/gnome/shell/ui/screenShield.js:617:34 _onLongLightbox@resource:///org/gnome/shell/ui/screenShield.js:340:18 onComplete@resource:///org/gnome/shell/ui/lightbox.js:202:18 _makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:86:13 _easeActor@resource:///org/gnome/shell/ui/environment.js:175:17 Clutter.Actor.prototype.ease@resource:///org/gnome/shell/ui/environment.js:297:15 lightOn@resource:///org/gnome/shell/ui/lightbox.js:214:18 _activateFade@resource:///org/gnome/shell/ui/screenShield.js:306:18 _onStatusChanged@resource:///org/gnome/shell/ui/screenShield.js:301:14 ScreenShield/<@resource:///org/gnome/shell/ui/screenShield.js:89:18 _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42 _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10 _convertToNativeSignal@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:152:19 @resource:///org/gnome/shell/ui/init.js:21:20

vanvugt commented 4 months ago

Duplicate of #1444