You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option to select the monitor from the tray menu has stopped showing (not sure when exactly of it was a new GTK version that caused this).
The monitor list still works in preferences.
Seems like Gdk.Display.get_default() return null when getMonitors() is called from indicator.js and it returns the correct object when called from prefs.js.
I would like to fix this issue myself, but I struggling to make progress. Any pointers or ideas are welcome.
I'm running Fedora 38, Gnome 44.3, Wayland.
Thanks for a really useful tool :)
The text was updated successfully, but these errors were encountered:
Hi everyone,
The option to select the monitor from the tray menu has stopped showing (not sure when exactly of it was a new GTK version that caused this).
The monitor list still works in preferences.
Seems like
Gdk.Display.get_default()
returnnull
whengetMonitors()
is called fromindicator.js
and it returns the correct object when called fromprefs.js
.I would like to fix this issue myself, but I struggling to make progress. Any pointers or ideas are welcome.
I'm running Fedora 38, Gnome 44.3, Wayland.
Thanks for a really useful tool :)
The text was updated successfully, but these errors were encountered: