SVN commit 529119 by lunakl: These small kded modules should be fine to autoload again, with reordered startup sequence. M +1 -0 home/kdedmodule/homedirnotify.desktop M +0 -3 home/kio_home.cpp M +1 -0 remote/kdedmodule/remotedirnotify.desktop M +0 -3 remote/kio_remote.cpp M +1 -0 system/kdedmodule/systemdirnotify.desktop M +0 -3 system/kio_system.cpp --- trunk/KDE/kdebase/kioslave/home/kdedmodule/homedirnotify.desktop #529118:529119 @@ -9,3 +9,4 @@ X-KDE-Library=homedirnotify X-KDE-FactoryName=homedirnotify X-KDE-Kded-load-on-demand=true +X-KDE-Kded-autoload=true --- trunk/KDE/kdebase/kioslave/home/kio_home.cpp #529118:529119 @@ -23,7 +23,6 @@ #include #include #include -#include #include #include @@ -48,8 +47,6 @@ KApplication app( false ); // We want to be anonymous even if we use DCOP app.dcopClient()->attach(); - DCOPRef ref( "kded", "kded" ); - ref.call( "loadModule", "homedirnotify" ); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); HomeProtocol slave( args->arg(0), args->arg(1), args->arg(2) ); --- trunk/KDE/kdebase/kioslave/remote/kdedmodule/remotedirnotify.desktop #529118:529119 @@ -9,3 +9,4 @@ X-KDE-Library=remotedirnotify X-KDE-FactoryName=remotedirnotify X-KDE-Kded-load-on-demand=true +X-KDE-Kded-autoload=true --- trunk/KDE/kdebase/kioslave/remote/kio_remote.cpp #529118:529119 @@ -23,7 +23,6 @@ #include #include #include -#include #include #include @@ -48,8 +47,6 @@ KApplication app( false ); // We want to be anonymous even if we use DCOP app.dcopClient()->attach(); - DCOPRef ref( "kded", "kded" ); - ref.call( "loadModule", "remotedirnotify" ); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); RemoteProtocol slave( args->arg(0), args->arg(1), args->arg(2) ); --- trunk/KDE/kdebase/kioslave/system/kdedmodule/systemdirnotify.desktop #529118:529119 @@ -9,3 +9,4 @@ X-KDE-Library=systemdirnotify X-KDE-FactoryName=systemdirnotify X-KDE-Kded-load-on-demand=true +X-KDE-Kded-autoload=true --- trunk/KDE/kdebase/kioslave/system/kio_system.cpp #529118:529119 @@ -24,7 +24,6 @@ #include #include #include -#include #include @@ -49,8 +48,6 @@ KApplication app( false ); // We want to be anonymous even if we use DCOP app.dcopClient()->attach(); - DCOPRef ref( "kded", "kded" ); - ref.call( "loadModule", "systemdirnotify" ); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); SystemProtocol slave( args->arg(0), args->arg(1), args->arg(2) );