I'm using the gnome flashback session with metacity window manager, but I can't change to any metacity theme in any of the tweaking tools, as they're not even appearing in the lists. Is there anything I can do?
Asked
Active
Viewed 4,086 times
1 Answers
3
You can use GSettings to change theme:
gsettings set org.gnome.metacity theme THEME_NAME
Above will work with Metacity 3.16.x and 3.18.x, but starting with 3.20 Metacity by default will use GTK+ theme. To use Metacity themes you will need to change two settings:
- gsettings set org.gnome.metacity.theme type metacity
- gsettings set org.gnome.metacity.theme name THEME_NAME
Available types are metacity and gtk. When using gtk type Metacity will ignore THEME_NAME and will use GTK+ theme.
muktupavels
- 1,374
gsettings set org.gnome.desktop.interface gtk-theme THEME_NAME– muktupavels Aug 23 '16 at 18:34