-
Notifications
You must be signed in to change notification settings - Fork 323
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
Unable to Install on PopOS 20.04 #774
Comments
Updated to add: |
After installing gnome-shell-extensions-manager, and using that to finally get at the true underlying error message: I searched the issues here on github and found the solution:
This reloaded gnome-shell and fixed it for me. |
I'm glad you figured that out. To see error logging: journalctl -f /usr/bin/gnome-shell /usr/bin/gjs For more up-to-date Gnome Shell versions, you'd need to instead install system-monitor-next due to delays from the current maintainers of this repo |
I think this issue can be closed now. Needing to reload after installing is common to many Gnome extensions. I don't yet know why it's the case here. If it's going to be addressed, there should be an issue dedicated to that, if it's still a problem with system-monitor-next. |
Oh, and I haven't seen that warning before. Maybe it's because your distro's Gnome packages are older than what the website / browser extension is expecting... |
Yeah I guess my only feedback would be to add a step in the documentation that says reloading may be necessary (And explain how). I've personally never had to reload for any other extensions I've installed, and even though I've been a GNOME user for many, many years I did not even know about that reload command. I think it's fine that reload may be necessary, but a user may not know that it's necessary nor how to do it. |
I'm trying to install the system monitor applet. I've tried installing via both Chrome (109.0.5414.74) and Firefox (108.0.2)
First thing I notice both browsers show this warning even before I attempted to install:
In an attempt to resolve this, before even installing: I check the docs at the specified link which say to install
gnome-chrome-shell
:https://wiki.gnome.org/action/show/Projects/GnomeShellIntegration/Installation?action=show&redirect=Projects%2FGnomeShellIntegrationForChrome%2FInstallation#Ubuntu_Linux
Like so:
Which I already had installed:
I have the browser plugin installed for both Chrome and Firefox:
So since I seem to have all the required components installed: I went ahead and tried to install the system-monitor extension. Firefox prompts me for permission to install, which I grant, and it just says "ERROR":
If I refresh the page it adds the button to configure the extension:
I'm able to open the preferences / configuration GUI:
Running
gnome-extensions
info/show just shows:I have the pre-reqs installed:
I also tried downloading the ZIP and installing/enabling via
gnome-extensions
CLI.I'm lost as to how to troubleshoot this any further. How do I access an actual log/stacktrace/etc for why the extension is failing to load?
System info:
EDIT: I installed gnome-shell-extensions-manager and that gave me access to the underlying error message:
Error: Tried to construct an object without a GType; are you using GObject.registerClass() when inheriting from a GObject type?
The text was updated successfully, but these errors were encountered: