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

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

Open
NLSurfMan opened this issue Aug 25, 2020 · 4 comments
Open

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

NLSurfMan opened this issue Aug 25, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@NLSurfMan
Copy link

NLSurfMan commented Aug 25, 2020

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
Copy link
Author

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.

@c0ldplasma c0ldplasma added the bug Something isn't working label Aug 26, 2020
@c0ldplasma
Copy link
Owner

Seems to be the same bug: zpydr#192

@c0ldplasma
Copy link
Owner

c0ldplasma commented Aug 26, 2020

Which distro and GNOME version are you using?

@NLSurfMan
Copy link
Author

Yeah, that might be the same bug.

Fedora 32 Workstation
Gnome 3.36.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants