[TIP] If you`re having issues with GTK+ style on Qt apps...

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

[TIP] If you`re having issues with GTK+ style on Qt apps...

Post by lmello »

On a stock Salix system, if you install qt and when you run qtconfig on a terminal and this error output shows up:

Code: Select all

$ qtconfig
QGtkStyle was unable to detect the current GTK+ theme.
simply add:

Code: Select all

export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
To your ~/.xinit, or install libgnomeui via slapt-get.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: [TIP] If you`re having issues with GTK+ style on Qt apps

Post by zAchAry »

Image
Help to make Slackware easier Donate to Salix
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: [TIP] If you`re having issues with GTK+ style on Qt apps

Post by lmello »

Oh, you're right - ~/.xinitrc! :)
Post Reply