dash-to-dock
dash-to-dock copied to clipboard
Clicking on the "Show Apps" button does nothing [JS ERROR: TypeError: "ANIMATION_TIME" is read-only]
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
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
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”
To fix it just run:
Thanks! Running gsettings fixed the issue
Have encountered this issue on Manjaro with the same upgrade. @vanvugt fix worked, thanks!
I don't think this should be closed without a fix. Was it fixed?