actually this has been fixed in kde trunk... revision 805921 in the 4.0 branch... revision 805923
this code was removed
//Compatibility if( dbusStartupType.isEmpty() && desktopGroup.hasKey("X-DCOP-ServiceType")) { dbusStartupType = desktopGroup.readEntry("X-DCOP-ServiceType").toLower(); entryMap.remove("X-DCOP-ServiceType"); }
obviously you can see the problem... it shouldn't be waiting for it on DBUS if X-DCOP-ServiceType is true
going to close bug...
actually this has been fixed in kde trunk... revision 805921
in the 4.0 branch... revision 805923
this code was removed
//Compatibility .isEmpty( ) && desktopGroup. hasKey( "X-DCOP- ServiceType" ))
dbusStartup Type = desktopGroup. readEntry( "X-DCOP- ServiceType" ).toLower( );
entryMap. remove( "X-DCOP- ServiceType" );
if( dbusStartupType
{
}
obviously you can see the problem... it shouldn't be waiting for it on DBUS if X-DCOP-ServiceType is true
going to close bug...