mjakeman / extension-manager

A utility for browsing and installing GNOME Shell Extensions.
https://mattjakeman.com/apps/extension-manager
GNU General Public License v3.0
1.01k stars 80 forks source link

GTK critical error #709

Closed ndelobel closed 2 months ago

ndelobel commented 2 months ago

Describe the bug When I start the app, I get mutliple GTK critical error resulting in a blank window. Screenshot from 2024-09-01 11-01-45

System Information:

oscfdezdz commented 2 months ago

This was fixed with https://github.com/mjakeman/extension-manager/pull/675 but has not yet reached a release.

You can use the Flatpak version or build it manually, see Building. Since extension-manager-git is not up to date.

oscfdezdz commented 2 months ago

It seems that GLib and GTK were recently updated in Arch. @bill88t, sorry for the ping, if I remember correctly you maintain the AUR package. Commit 91d1c42a30e12131dc3c5afd8a709e7db2a95b70 should solve the criticals there.

bill88t commented 2 months ago

It seems that GLib and GTK were recently updated in Arch.

This issue only occured upon rebuilding the package after the updates and I didn't catch it.

Commit https://github.com/mjakeman/extension-manager/commit/91d1c42a30e12131dc3c5afd8a709e7db2a95b70 should solve the criticals there.

Applying the commit as a patch indeed fixed the issue. It has been pushed to the AUR. Thanks!

oscfdezdz commented 2 months ago

Thank you very much! I'll proceed to close the issue then.