canonical / mir

The Mir compositor
GNU General Public License v2.0
624 stars 99 forks source link

On 24.04 gnome-control-center doesn't like Miriway #3358

Open AlanGriffiths opened 4 months ago

AlanGriffiths commented 4 months ago
$ gnome-control-center
Running gnome-control-center is only supported under GNOME and Unity, exiting

Workaround:

$ XDG_CURRENT_DESKTOP=GNOME gnome-control-center
AlanGriffiths commented 3 months ago

Another workaround: sudoedit /usr/share/applications/org.gnome.Settings.desktop

And change the Exec line to:

Exec=env XDG_CURRENT_DESKTOP=GNOME gnome-control-center