ethanwharris / gnome-nvidia-extension

A Gnome extension to show NVIDIA GPU information
46 stars 7 forks source link

Fix wayland compatibility #191

Closed kenohassler closed 2 years ago

kenohassler commented 2 years ago

As already discussed in #184, this mini-patch fixes the Gtk.IconTheme.get_default() is null error when using a Wayland session. Since we now have #187 merged, the extension no longer hangs the shell if it cannot find nvidia-settings on Wayland, so it should be safe to enable this now :sunglasses:

closes #183