Page 3 of 3
Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)
Posted: 23. Apr 2011, 14:31
by zAchAry
I guess that I'm doing something wrong:
Code: Select all
export GTK2_RC_FILES=".gtkrc-2.0" sqlitebrowser
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" sqlitebrowser
Not working.
Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)
Posted: 24. Apr 2011, 10:28
by pwatk
Try this:
Code: Select all
$ export GTK2_RC_FILES="$HOME/.gtkrc-2.0" ; sqlitebrowser
or this:
Code: Select all
$ GTK2_RC_FILES="$HOME/.gtkrc-2.0" sqlitebrowser
or you could create a script in /etc/profile.d, logout and back in again then try launching sqlitebrowser:
Code: Select all
# echo 'export GTK2_RC_FILES="$HOME/.gtkrc-2.0"' >> /etc/profile.d/qgtkstyle.sh
# chmod 755 /etc/profile.d/qgtkstyle.sh
$ sqlitebrowser

Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)
Posted: 20. May 2011, 18:07
by zAchAry
It is working with Qt version 4.7.0 (Salix OS 13.37)
It is, also, irritating.
Does anybody has any idea if it will it be fixed in future Qt bundles?
As always, thank you, pwatk.
Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)
Posted: 20. May 2011, 20:22
by pwatk
No problem
