[TIP] If you`re having issues with GTK+ style on Qt apps...
Posted: 25. May 2012, 15:23
On a stock Salix system, if you install qt and when you run qtconfig on a terminal and this error output shows up:
simply add:
To your ~/.xinit, or install libgnomeui via slapt-get.
Code: Select all
$ qtconfig
QGtkStyle was unable to detect the current GTK+ theme.
Code: Select all
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"