Dash-to-dock: Not able to start

Created on 25 Sep 2019  路  6Comments  路  Source: micheleg/dash-to-dock

Archlinux: 5.3.1-arch1-1-ARCH
Gnome: 3.34.0

JS ERROR: Extension [email protected]: Error: GrabHelper owner must be a Clutter.Actor
                                          GrabHelper@resource:///org/gnome/shell/ui/grabHelper.js:48:19
                                          PopupMenuManager<@resource:///org/gnome/shell/ui/popupMenu.js:1233:28
                                          DashToDock_ShowAppsIconWrapper@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/appIcons.js:1044:29
                                          DashToDock_MyDash@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/dash.js:224:35
                                          DashToDock@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/docking.js:234:21
                                          _createDocks@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/docking.js:1645:20
                                          DashToDock_DockManager@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/docking.js:1571:9
                                          enable@/home/dmitry/.local/share/gnome-shell/extensions/[email protected]/extension.js:16:19
                                          _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:131:13
                                          loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:263:21
                                          callback@resource:///org/gnome/shell/ui/extensionDownloader.js:232:17
                                          gotExtensionZipFile/<@resource:///org/gnome/shell/ui/extensionDownloader.js:99:13

invalid

Most helpful comment

You need to compile it from source, then it works. (at least for me)

git clone https://github.com/micheleg/dash-to-dock.git
make
make install

After that you just need to reload you shell. (If you use XOrg you can just Alt + F2 > r or on wayland just relog.)

All 6 comments

When I update gnome to 3.34, gnome tweak complaint that this extension is out of date.

You need to compile it from source, then it works. (at least for me)

git clone https://github.com/micheleg/dash-to-dock.git
make
make install

After that you just need to reload you shell. (If you use XOrg you can just Alt + F2 > r or on wayland just relog.)

If you are on Arch you can try the AUR package too

https://aur.archlinux.org/packages/gnome-shell-extension-dash-to-dock/

@drakkan The AUR version doesn't work for me. GNOME 3.34, Arch Linux.

@Cysioland this is strange, it works fine here and I think for several other users too.

Can you please paste the error? Do you have another version installed in .local directory or such?

@drakkan The AUR version doesn't work for me. GNOME 3.34, Arch Linux.

The AUR version worked for me(Gnome 3.34, Arch Linux default repo instead of testing repo).

If you have installed AUR version before, remember to clean build or remove the previous cached package, especially when you use some package manager like yay.

Also, delete the one that is installed under ~/.local/share/gnome-shell/extensions/.

Was this page helpful?
0 / 5 - 0 ratings