M BUZZ CRAZE NEWS
// general

Can't use metacity themes in gnome flashback session (metacity) Ubuntu 16.04

By Mia Morrison

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?

1 Answer

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.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy