Selenium-H / Animation-Tweaks

A GNOME Shell Extension to Tweak animations and customize them
GNU General Public License v3.0
66 stars 9 forks source link

dashIcons[l].get_children()[0]._menu is undefined #61

Open conneqtr opened 1 year ago

conneqtr commented 1 year ago

Gnome version 44.1 / Dash-to-Dock v81

Extension fails to launch and outputs the above error message. Also when the Gnome desktop starts, the 'Dash-to-Dock' settings popover is active. Disabling Dash-to-Dock resolves the issue.

Might be an issue in the latest version of Dash-to-Dock failing to return a _menu property.

Workaround: comment out lines 1910 - 1917 in extension.js. This gets things working again.

conneqtr commented 1 year ago

p.s. love this extension