On Thu, 23 Aug 2007 01:16:16 +0300, Olof Kindgren <[EMAIL PROTECTED]> wrote:

I use qt v4.3.1-2 from debian packages, and gconftool-2 is in my path.
I don't know which qt4 style I use as I only installed the libs to compile qt-gui_qt4, but ~/.qt/qtrc tells me I use KlearLook (might be for qt3). Is
that of any help?

Yes, that's probably it.
BTW, the best way to find out the Qt configuration is running qtconfig from the qt4 distribution.

~/.qt/qtrc was the path for qt3, not qt4.
qt4 uses ~/.config/Trolltech.conf

So, as for the style:
grep "style=" ~/.config/Trolltech.conf

[EMAIL PROTECTED]:~$gconftool-2 --get /desktop/gnome/interface/icon_theme;
echo $?
gnome
0

Well, I met the same problem as yours.
But it didn't crash, just a 20-30 seconds freeze...
After that it went all ok.

Seems it's a qt4 bug in QProcess implementation.
The only good way to resolve this (well, for me)
was to chmod a-x gconftool-2.
That's not the best decision, I know.

--
Eugene Paskevich             |   *==)-----------   |     Plug me into
[EMAIL PROTECTED]        |   -----------(==*   |      The Matrix

Reply via email to