-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error: Requiring GTop, version none: Typelib file for namespace 'GTop' (any version) not found #106
Comments
gtop is installed ( as well as computer restarted ) and the error still remains, as below capture |
Update: Problem solved!
|
gtop is installed as well for me, but I still have the issue. |
is it still showing that gir binding is still missing?, if that's the case, try my commands, it helped me since i had also try install gtop but gir was still missing |
@totargaming well I use nixos not ubuntu or any other derivate so your commands do not help me. Also don't find an alternative library |
Stumbled upon this while fixing another extension, NixOS requires special patching to make some stuff work, see for example NixOS/nixpkgs@b59ed68 . May be able to make a patch for this one at some point, but the above should work as a reference. |
For nixos 23.11, Gnome 45.1. This will work. |
Actually I forgot to ask if you had installed this via nix or some other method. I assume it is the latter since the patch needed for this was done over a year ago NixOS/nixpkgs@5da1db4 and it appears to work just fine on my system if installed as a nix package. You should install GNOME extensions via the provided nix packages available at You can also check out how I manage them in https://github.com/4JX/nixos-config/tree/b3eed993fb8b931f7e155f30449509ade4385ae4/home/modules/DE/extensions |
I have developed a new extension called Astra Monitor to replace TopHat because of this. On NixOS and other OSes the (temporary) absence of GTop can be a big problem. Initially, it was born as a GTop-free alternative, heavily inspired by TopHat for those with NixOS or those who don't want to install GTop for any reason. Then it evolved into something more, with additional features and soon I'll introduce the choice whether to utilize GTop or not. I basically rewrote it from scratch but I have indeed mentioned @fflewddur both in the code and in the repository because his work was pivotal in achieving my purpose. |
@ljuzig, just wanted to say that Astra Monitor looks really cool, nice work! |
I'm re-writing TopHat to remove the GTop dependency, so this should not be an issue after the release of v16 later this year. |
When starting the extensions I see this
In the settings dialog I get this error
Not sure, why it stopped working. I was using it until recently with gnome-shell 44.2 and there was no obvious change.
The text was updated successfully, but these errors were encountered: