Hello, I love this extension!
I just upgraded from Ubuntu 19.10 to Ubuntu 20.04 LTS (beta?) and I have an error loading the extension, both via chrome-gnome-tools and the GNOME website via Chrome, and via building from source on branch master commit 1788f31b049b622f78d0e65c56bef76169022ca9 using make && make install. Is there a way in order to build with verbosity included, or to see a log file somewhere? I would be better able to create bug reports with that.
Thank you!!
sudo journalctl /usr/bin/gnome-shell
Feb 07 10:40:08 yingw787-ThinkPad-P1-Gen-2 gnome-shell[1923]: JS ERROR: Extension [email protected]: Error: Type name Gjs_DashToDock_WindowPreviewMenuItem is already registered
_init/GObject.Object._classInit@resource:///org/gnome/gjs/modules/overrides/GObject.js:385:24
registerClass@resource:///org/gnome/gjs/modules/overrides/GObject.js:94:12
@/usr/share/gnome-shell/extensions/[email protected]/windowPreview.js:313:29
@/usr/share/gnome-shell/extensions/[email protected]/appIcons.js:33:7
@/usr/share/gnome-shell/extensions/[email protected]/dash.js:26:7
@/usr/share/gnome-shell/extensions/[email protected]/docking.js:29:7
@/usr/share/gnome-shell/extensions/[email protected]/extension.js:6:7
_callExtensionInit@resource:///org/gnome/shell/ui/extensionSystem.js:331:13
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:261:22
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:482:13
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:17
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:457:9
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:491:13
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:522:13
init@resource:///org/gnome/shell/ui/extensionSystem.js:32:9
_initializeUI@resource:///org/gnome/shell/ui/main.js:245:5
start@resource:///org/gnome/shell/ui/main.js:141:5
@<main>:1:31
Ran git checkout ubuntu-dock-67ubuntu20.04.5, and then deleted the build artifacts and re-ran make && make install, and then ran sudo /etc/init.d/gdm restart, and it doesn't work. Awaiting response.
The below will disable the default ubuntu dock this should resolve the issue.
gnome-extensions disable [email protected]
Most helpful comment
The below will disable the default ubuntu dock this should resolve the issue.
gnome-extensions disable [email protected]
Reference:
https://askubuntu.com/questions/1236710/facing-some-problem-with-gnome-dash-to-dock-extension-in-ubuntu-20-04