Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atolismesh opened this issue Oct 22, 2023 · 5 comments

Comments

@atolismesh
Copy link

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/dash-to-dock@micxgx.gmail.com/docking.js:2587:21
  @resource:///org/gnome/shell/ui/init.js:21:20
@vanvugt
Copy link
Collaborator

vanvugt commented Oct 23, 2023

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

@fiws
Copy link

fiws commented Oct 23, 2023

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”

@atolismesh
Copy link
Author

To fix it just run:

Thanks!
Running gsettings fixed the issue

@Zvirovyi
Copy link

Zvirovyi commented Nov 7, 2023

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

@vanvugt vanvugt changed the title JS ERROR: TypeError: "ANIMATION_TIME" is read-only Clicking on the "Show Apps" button does nothing [JS ERROR: TypeError: "ANIMATION_TIME" is read-only] Jan 4, 2024
@vanvugt
Copy link
Collaborator

vanvugt commented Feb 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants