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.
gtk themes won't apply partially..
Re: gtk themes won't apply partially..
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:
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
You have to run lxappearance separately for your root user:
Code: Select all
su -c lxappearance
Re: gtk themes won't apply partially..
@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
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
-
- Posts: 2
- Joined: 27. Mar 2010, 11:24
Re: gtk themes won't apply partially..
Perfect.. Moving it to /usr/share/themes worked immediately. Thanks!