Open alsvartr opened 1 year ago
Any idea what's wrong? @jtojnar @piegamesde
Did you install it with the Nix package or the extension website?
Executing nix-env -f . -iA gnomeExtensions.unite
and then restarting GNOME Shell worked flawlessly for me, while the website failed it to even get it installed:
Error while installing unite@hardpixel.eu: Failed to execute child process “glib-compile-schemas” (No such file or directory)
We probably need to patch GNOME Shell to be able to find glib-compile-schemas, for the reasons mentioned in #235948.
Did you install it with the Nix package or the extension website?
Tried both variants. Now I have
environment.systemPackages = with pkgs; [ gnomeExtensions.dash-to-dock gnomeExtensions.openweather gnomeExtensions.unite ];
I have the system packages with 'gnomeExtensions.unite- and it works with
unstable` as of today.
Describe the bug
After updating to 23.05, many gnome extensions not loaded with following error:
Extension example: https://extensions.gnome.org/extension/1287/unite/ From syslog:
Steps To Reproduce
Screenshot
Metadata
Notify maintainers
@rhoriguchi