dash-to-dock icon indicating copy to clipboard operation
dash-to-dock copied to clipboard

Clicking on the "Show Apps" button does nothing [JS ERROR: TypeError: "ANIMATION_TIME" is read-only]

Open atolismesh opened this issue 1 year ago • 5 comments

After upgrading to gnome-shell 44 -> 45 and dash-to-dock 84 -> 89, clicking on the "Show Apps" button does nothing. I can't open Apps list. The log shows errors:

JS ERROR: TypeError: "ANIMATION_TIME" is read-only
 _onShowAppsButtonToggled/<@file:///usr/share/gnome-shell/extensions/[email protected]/docking.js:2587:21
  @resource:///org/gnome/shell/ui/init.js:21:20

atolismesh avatar Oct 22 '23 19:10 atolismesh

Yes it was made const in gnome-shell 45.beta apparently. But you'll only hit that error if you disabled animations. To fix it just run:

gsettings set org.gnome.shell.extensions.dash-to-dock animate-show-apps true

vanvugt avatar Oct 23 '23 06:10 vanvugt

Same problem. Can confirm that the disabled animations setting was the problem.

Had to re-enable it through the Dash to Dock settings tho.

❯ gsettings set org.gnome.shell.extensions.dash-to-dock animate-show-apps true
No such schema “org.gnome.shell.extensions.dash-to-dock”

fiws avatar Oct 23 '23 10:10 fiws

To fix it just run:

Thanks! Running gsettings fixed the issue

atolismesh avatar Oct 23 '23 17:10 atolismesh

Have encountered this issue on Manjaro with the same upgrade. @vanvugt fix worked, thanks!

Zvirovyi avatar Nov 07 '23 18:11 Zvirovyi

I don't think this should be closed without a fix. Was it fixed?

vanvugt avatar Feb 19 '24 01:02 vanvugt