Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)

Post 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.
Image
Help to make Slackware easier Donate to Salix
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)

Post 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
;)
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)

Post 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.
Image
Help to make Slackware easier Donate to Salix
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)

Post by pwatk »

No problem :)
Image
Post Reply