NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.33k stars 14.3k forks source link

gnome-extension-manager is broken on NixOS 24.11 #357964

Open 2kool4idkwhat opened 5 days ago

2kool4idkwhat commented 5 days ago

Describe the bug

gnome-extension-manager is broken on NixOS 24.11, only a blank window is shown when run. Terminal logs:

(extension-manager:18498): Gtk-CRITICAL **: 19:03:25.374: Error building template class 'ExmWindow' for an instance of type 'ExmWindow': .:0:0 Invalid object type 'ExmInstalledPage'

(extension-manager:18498): GLib-GObject-CRITICAL **: 19:03:25.823: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(extension-manager:18498): GLib-GObject-CRITICAL **: 19:03:25.823: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(extension-manager:18498): GLib-GObject-CRITICAL **: 19:03:25.823: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(extension-manager:18498): GLib-GObject-CRITICAL **: 19:03:25.823: g_object_bind_property_full: assertion 'G_IS_OBJECT (target)' failed

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix run github:nixos/nixpkgs/nixos-24.11#gnome-extension-manager

Expected behavior

The app should actually display something

Screenshots

Screenshot From 2024-11-21 19-23-49

Additional context

The Flatpak version works fine

Metadata

Notify maintainers

@foo-dogsquared


Note for maintainers: Please tag this issue in your PR.


Add a :+1: reaction to issues you find important.

llakala commented 4 days ago

Can confirm. image

llakala commented 4 days ago

Some relevant links: Issue report on Debian forums Issue on the repo itself Patch fixing the issue on the AUR I can try to make a PR tonight to fix this, if nobody has done it by then.