Page 1 of 1

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

Posted: 25. May 2012, 15:23
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.

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

Posted: 26. May 2012, 19:10
by zAchAry

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

Posted: 27. May 2012, 19:48
by lmello
Oh, you're right - ~/.xinitrc! :)