Giving up
Stephan Johach
lucardus at onlinehome.de
Fri Apr 6 16:36:14 BST 2007
Hi!
Am Freitag 06 April 2007, 16:38:01 schrieb Erik Kjær Pedersen:
> Fredag 06. april 2007 9:26 skrev Aaron J. Seigo:
> > Erik: do you know what your system uses for watching
> > files?
>
> No it is a standard fc6 system updated with rex dieters rpm's, but actually
> kbabel I compile myself from the most recent version in stable
You can run
kdedebugdialog --fullmode
to write the debug outs for KDirWatch to a file to see what mode
KDirWatch is using.
I see the following line at the beginning of the file:
kio (KDirWatch): Available methods: Stat, FAM, Inotify
When closing catalogmanager it states something like this:
kio (KDirWatch): inotify remove false false
So, it seems, here it is using inotify, which does not trigger the bug
that often. At least I am not able to reproduce it.
I will try to get KDirWatch to use "stat" only like on my old system
and then comment out the calls to kapp->processEvents() to see
if this helps.
Stephan
More information about the kde-core-devel
mailing list