diff -ur kdelibs-3.93.0/kdecore/services/kservicetypeprofile.cpp kdelibs-3.93.0-kde149703/kdecore/services/kservicetypeprofile.cpp --- kdelibs-3.93.0/kdecore/services/kservicetypeprofile.cpp 2007-08-29 23:53:54.000000000 +0200 +++ kdelibs-3.93.0-kde149703/kdecore/services/kservicetypeprofile.cpp 2007-09-10 05:44:50.000000000 +0200 @@ -133,7 +133,7 @@ // appId = pService->storageId(); const QString type = config.readEntry( "ServiceType" ); - const QString type2 = config.readEntry( "GenericServiceType" ); + const QString type2 = config.readEntry( "GenericServiceType", "Application" ); int pref = config.readEntry( "Preference", 0 ); if ( !type.isEmpty() /* && pref >= 0*/ ) // Don't test for pref here. We want those in the list, to mark them as forbidden