7

I upgraded from 21.10 and I wanted to tweak my appearance but that option itself is not present.

enter image description here

pa4080
  • 30,621

2 Answers2

9

Follow this

XDG_CURRENT_DESKTOP=ubuntu:GNOME gnome-control-center
Aias
  • 106
3

Actually when someone need to set XDG_CURRENT_DESKTOP permanently:

echo 'export XDG_CURRENT_DESKTOP=ubuntu:GNOME' >> ~/.xsessionrc

Log-out and log-in to the desktop session. As I understand correctly, when Wayland is in use we need to edit ~/.gnomerc instead ~/.xsessionrc. To apply system wide you may need to create new .desktop file in /etc/xdg/autostart/.

pa4080
  • 30,621