diff options
-rw-r--r-- | kioslave/system/kdedmodule/systemdirnotify.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kioslave/system/kdedmodule/systemdirnotify.cpp b/kioslave/system/kdedmodule/systemdirnotify.cpp index 162d96621..4f703efd6 100644 --- a/kioslave/system/kdedmodule/systemdirnotify.cpp +++ b/kioslave/system/kdedmodule/systemdirnotify.cpp @@ -36,6 +36,9 @@ SystemDirNotify::SystemDirNotify() void SystemDirNotify::init() { if( mInited ) + // FIXME Work around a probable race condition by inserting printf delay before following + // code is executed -- the root cause of the race needs investigation and resolution. + printf("[systemdirnotify] SystemDirNotify::init(mInited)"); return; mInited = true; KGlobal::dirs()->addResourceType("system_entries", |