
Originally Posted by
smultronstallet
Figured it out. I had to manually install the new themes into /usr/share/themes/ rather than ~/.themes/
Not sure why it would act this way to begin with, but maybe this will help someone else having a similar problem.
Thats because there a different themes set for each user. Root can have a different theme to you're normal User, and so to make sure when you run programs as root they have the same theme, you can do these commands in terminal:
Code:
sudo ln -s /home/USERNAME/.themes /root/.themes
sudo ln -s /home/USERNAME/.icons /root/.icons
sudo ln -s /home/USERNAME/.fonts /root/.fonts
Regards,
Bookmarks