4

I did

gsettings set org.gnome.desktop.wm.preferences theme Adwaita

but nothing happens, except that when I do

gsettings get org.gnome.desktop.wm.preferences theme

I do get Adwaita (But the theme doesn't change).

But in GNOME Tweaks I am able to change it manually.

I would like to do it via terminal so that I can change it with Cron. Any suggestions on what I did wrong?

1 Answer 1

4

That key is no longer used in GNOME, window decorations are now dictated by the GTK+ theme.

To check the current theme, run

gsettings get org.gnome.desktop.interface gtk-theme

You can use set to load your preferred theme.

2
  • Thanks for the answer. Could you please tell me where can I find all these key details? Commented Sep 9, 2018 at 16:52
  • 1
    @Nikhil Try using the GUI application "dconf Editor" to browse and search for keys. Commented Sep 9, 2018 at 16:53

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.