You are not logged in.
Hi,
I am using xfce with some qt apps, so i want them to use gtk's style. so I tried doing this by setting qgtkstyle as qts engine
it gives an error: QGtkStyle was unable to detect the current GTK+ theme.
i found this http://forum.xfce.org/viewtopic.php?id=5437 thread about basically the same, however, the solution did not work for me, i still got
QGtkStyle was unable to detect the current GTK+ theme.
when running qtconfig and having it looking different from xfce though it clearly looks like some gtk style.
do you have any advice?
regards, ari
my setup:
debian squeeze: xfce 4.6.2, qt 4.6.3
Offline
you have to install libgnomeui
i know my english is poor...
Offline
Salix OS • View topic - Qt version 4.6.2 and GTK (GtkStyle - qgtkstyle)
Try this:
$ export GTK2_RC_FILES="$HOME/.gtkrc-2.0" ; psi
or this:
$ GTK2_RC_FILES="$HOME/.gtkrc-2.0" psi
or you could create a script in /etc/profile.d, logout and back in again then try launching psi:
# echo 'export GTK2_RC_FILES="$HOME/.gtkrc-2.0"' >> /etc/profile.d/qgtkstyle.sh # chmod 755 /etc/profile.d/qgtkstyle.sh $ psi
Offline
[ Generated in 0.013 seconds, 12 queries executed - Memory usage: 520.55 KiB (Peak: 521.4 KiB) ]