You are not logged in.

#1 2020-03-17 18:39:17

cela
Member
Registered: 2020-01-10
Posts: 6

[SOLVED] Dash to dock doesn't work with gnome 3.36

Hi guys,

today I've updated my archlinux and downloaded the newest version of dash to dock but it doesn't work..... I've run the command journalctl -b0 --user and this is the output.....

Thanks to everyone who will help me

mar 17 19:02:25 gnome-shell[911]: Extension dash-to-dock@micxgx.gmail.com already installed in /home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com. /usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com will not be l.com. /usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com will not be loaded
mar 17 19:02:25 gnome-shell[911]: loading user theme: /usr/share/themes/macterial/gnome-shell/gnome-shell.css
mar 17 19:02:25 gnome-shell[911]: JS ERROR: Extension dash-to-dock@micxgx.gmail.com: TypeError: appIconPrototype._onLeaveEvent is undefined
                                  _init@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/appIcons.js:1051:9
                                  _init@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/dash.js:225:30
                                  _init@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/docking.js:220:21
                                  _createDocks@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/docking.js:1701:20
                                  DashToDock_DockManager@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/docking.js:1593:14
                                  enable@/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/extension.js:16:5
                                  _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:160:32
                                  loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:311:26
                                  _loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:536:18
                                  collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:17
                                  _loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:515:19
                                  _enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:545:18
                                  _sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:576:18
                                  init@resource:///org/gnome/shell/ui/extensionSystem.js:54:14
                                  _initializeUI@resource:///org/gnome/shell/ui/main.js:244:22
                                  start@resource:///org/gnome/shell/ui/main.js:138:5
                                  @<main>:1:47
mar 17 19:02:25 gnome-shell[911]: JS WARNING: [/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/appIcons.js 1051]: reference to undefined property "_onLeaveEvent"
mar 17 19:02:25 gnome-shell[911]: JS WARNING: [/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/utils.js 25]: Array.concat is deprecated;  use Array.prototype.concat instead
mar 17 19:02:25 gnome-shell[911]: JS WARNING: [/home/matteo/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/utils.js 25]: Array.slice is deprecated; use Array.prototype.slice instead

Last edited by cela (2020-03-17 18:50:49)

Offline

#2 2020-03-17 18:52:38

cela
Member
Registered: 2020-01-10
Posts: 6

Re: [SOLVED] Dash to dock doesn't work with gnome 3.36

Searching more deeply in the internet I've found a solution on github (https://github.com/micheleg/dash-to-dock/issues/1116) that worked for me

First remove the extension folder in .local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com

In the Terminal, run the follwing commands:

cd /tmp
git clone -b tmp/gnome-3.36 https://github.com/micheleg/dash-to-dock.git
cd dash-to-dock
make
make install

then reboot your system or restart your gnome-shell

Offline

#3 2020-03-17 18:52:58

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: [SOLVED] Dash to dock doesn't work with gnome 3.36

Gnome-3.36 support was branched out. You need to clone and install from that branch. If this sounds too complicated for typical users, then you would have no choice but to live without this cool extension for a while until the Gnome-3.36 support is mainlined. Otherwise, you would have to downgrade to Gnome-3.34.4 (which is also another complicated process ...sign...).

Offline

#4 2020-03-17 18:55:58

Awebb
Member
Registered: 2010-05-06
Posts: 6,275

Re: [SOLVED] Dash to dock doesn't work with gnome 3.36

EDIT: Oops, old tab. The answer was given while I was asking questions.

Last edited by Awebb (2020-03-17 18:56:55)

Offline

Board footer

Powered by FluxBB