PDA

View Full Version : [SOLVED] Ugly windows + progressbar, how to fix?



KamiKazeKenji
December 23rd, 2010, 12:24 PM
I've modified the Radiance theme and installed it, and everything looks wonderful except for one thing. Certain programs have ugly windows and progress bars, as if all window effects were disabled for those windows. The progress bar in GIMP is not affected, but as you can see in the screenshot that I've attached, the Package Manager is affected by this.

This is a slight eyesore, so any help is appreciated. Thanks in advance!

stinkeye
December 23rd, 2010, 02:17 PM
If your theme is in ~/.themes you need to make it available to programs run as root.

sudo cp -r /home/username/.themes /root
Change for your username.

If you copy your theme to /usr/share/themes that will also make available to root as well as other users.

KamiKazeKenji
December 23rd, 2010, 03:20 PM
Ahh. I see... Your solution did the trick! Your help is greatly appreciated. ^_^_^