gtk themes won't apply partially..

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
linuxcritic
Posts: 2
Joined: 27. Mar 2010, 11:24

gtk themes won't apply partially..

Post by linuxcritic »

I'm a tad confused, I have used lxappearance to apply some gtk themes. It shows them fine and applies them without issues yet some of the apps don't show the changes.

Firefox for instance, uses the gtk theme without issues yet when I open gslapt, it does not. I'm at a loss as to how to resolve.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: gtk themes won't apply partially..

Post by Shador »

With gslapt the problem is that, it's a programm ran as root. So the settings applied for your users don't apply for it.
You have to run lxappearance separately for your root user:

Code: Select all

su -c lxappearance
BTW for QT apps you have to change the settings, too. You can set it to use the gtk themes using qtconfig. Also for your user and root, if you want so
Image
User avatar
ray
Posts: 87
Joined: 20. Mar 2010, 10:28
Location: United Kingdom

Re: gtk themes won't apply partially..

Post by ray »

@Shador,

Thats wierd, in Xfce, my gtk theme works fine for apps run as root as well.
Only thing to keep in mind is that the theme has to be in /usr/share/themes ; themes installed locally dont work with apps run as root.

Regards,
ray
linuxcritic
Posts: 2
Joined: 27. Mar 2010, 11:24

Re: gtk themes won't apply partially..

Post by linuxcritic »

Perfect.. Moving it to /usr/share/themes worked immediately. Thanks!
Post Reply