Missing a theme in Ubuntu as root?

Ubuntu stores it’s GTK themes in a user directory located at ~/.themes, since installing a new theme should not require administrator access. This is great for adding your own themes, which you can do by draggin them into the theme manager window, but applications ran as the root user will appear awkward as they are not using this theme.

Synaptic being ran as root without access to a theme

You can either copy your ~/.themes to /root/.themes, or create a symbolic link to them:

$ sudo ln -s ~/.themes /root/.themes

Now any themes you install will be applied to the root user, even if you install new ones.

No Comments

Post a Comment

Your email is never shared. Required fields are marked *