PDA

View Full Version : [ubuntu] plain windows



Dawei87
February 25th, 2009, 01:44 AM
hey, i just did a fresh install of ubuntu and installed the slickness black theme. everything is fine on most windows, except windows like synaotic, startup manager, login window, and pretty much everything from the system tab does not have a theme at all. they open with very ugly colors and buttons. is there anyway to make these windows blend in with my theme again?

k3ttc4r
February 25th, 2009, 02:17 AM
it's supposed to be like that, to eleminate security risks, since those windows are run with root privileges.

so you see - you shouldn't have them open long enough to be disgusted by the way they look, anyways :D

Dawei87
February 25th, 2009, 03:42 AM
the way it used to be, all those windows would blend in with my current theme, but then if i wanted to run nautilus with root permissions, the icons would look different (ugly). I liked that setup, cause all my windows matched, but if i had a root nautilus window open i could always tell and would screw anything up.

denham2010
February 25th, 2009, 09:49 AM
What you need to do is set a theme for the root user. Currently, your theme is set for your username, and root has it's own.

To do this:


ALT + F2

and enter:


gksu gnome-appearance-properties

enter your root password and now you can change the root theme.

Cheers.

mcduck
February 25th, 2009, 11:00 AM
You have installed your themes in your personal theme directory, while those programs run as root user (who doesn't have the themes). That's why root apps use default theme instead.

If you want root apps to always have the same theme you are using, there's an easy trick to do this:


sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
Running these commands links your theme & icon directories into root's theme and icon directories. So now root always has same themes available you have. :)