gnome-shell-extension-taskbar icon indicating copy to clipboard operation
gnome-shell-extension-taskbar copied to clipboard

Can't start the extension. Has a TypeError in the log.

Open NLSurfMan opened this issue 5 years ago • 4 comments

I installed the extension using the Firefox plugin for Gnome Extensions. It has worked once. After I logged in again today, the extension doesn't work anymore. This is what it says in the log file:

aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e480 StBoxLayout.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e480 StBoxLayout.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8bd35e40 StBin] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e480 StBoxLayout.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e940 StLabel (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e480 StBoxLayout.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8bd35e40 StBin] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af83acdd30 StBoxLayout.tkb-box (" TaskBar 2020 - GNOME Shell Extensions - Mozilla Firefox ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8459e490 StButton.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e480 StBoxLayout.tkb-task-button (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: st_widget_get_theme_node called on the widget [0x55af8533e940 StLabel (" extensions ")] which is not in the stage.
aug 25 13:37:29 pcwj.localdomain gnome-shell[456716]: JS ERROR: TypeError: can't convert symbol to number
                                                      iconGeometry@/home/warnerjan/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/extension.js:2184:13
                                                      onWindowsListChanged@/home/warnerjan/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/extension.js:2126:14
                                                      buildWindowsList@/home/warnerjan/.local/share/gnome-shell/extensions/TaskBar@c0ldplasma/windows.js:102:35

NLSurfMan avatar Aug 25 '20 11:08 NLSurfMan

If I comment out line 2184 the extension will load and it will show the buttons in the bottom bar. No side effects so far.

NLSurfMan avatar Aug 25 '20 11:08 NLSurfMan

Seems to be the same bug: https://github.com/zpydr/gnome-shell-extension-taskbar/issues/192

c0ldplasma avatar Aug 26 '20 11:08 c0ldplasma

Which distro and GNOME version are you using?

c0ldplasma avatar Aug 26 '20 11:08 c0ldplasma

Yeah, that might be the same bug.

Fedora 32 Workstation Gnome 3.36.4

NLSurfMan avatar Aug 26 '20 15:08 NLSurfMan