On Wednesday 19 January 2011, Dirk Mueller wrote:

> so the general consensus seems to be against slipping the schedule and
> inserting a RC3.
> 
> This means that we need to solve bug 246678. Given that there seems to be
> no fix in sight (no comment in the last 14 days), can we mitigate it. is
> there a way to disable whatever causes the problem by default? what would
> be the patch for that?

Hi,

I think the attached patch should make the services be disabled by default, 
thereby avoiding kde bug 246678. I'm asking for a review and a comment whether 
we can go ahead with this workaround for KDE 4.6.0. 

As the general consensus was (previously) already against slipping the 
schedule, I need a solution NOW to be able to release 4.6.0 in time. 

Please review/comment. 

Thanks,
Dirk

Index: runtime/nepomuk/services/strigi/nepomukstrigiservice.desktop
===================================================================
--- runtime/nepomuk/services/strigi/nepomukstrigiservice.desktop	(Revision 1215883)
+++ runtime/nepomuk/services/strigi/nepomukstrigiservice.desktop	(Arbeitskopie)
@@ -2,7 +2,7 @@
 Type=Service
 X-KDE-ServiceTypes=NepomukService
 X-KDE-Library=nepomukstrigiservice
-X-KDE-Nepomuk-autostart=true
+X-KDE-Nepomuk-autostart=false
 X-KDE-Nepomuk-start-on-demand=false
 Name=Nepomuk Strigi Service
 Name[af]=Nepomuk Strigi diens
Index: runtime/nepomuk/kcm/nepomukserverkcm.cpp
===================================================================
--- runtime/nepomuk/kcm/nepomukserverkcm.cpp	(Revision 1215883)
+++ runtime/nepomuk/kcm/nepomukserverkcm.cpp	(Arbeitskopie)
@@ -241,8 +241,8 @@ void Nepomuk::ServerConfigModule::load()
     // 1. basic setup
     KConfig config( "nepomukserverrc" );
     m_checkEnableNepomuk->setChecked( config.group( "Basic Settings" ).readEntry( "Start Nepomuk", true ) );
-    m_checkEnableStrigi->setChecked( config.group( "Service-nepomukstrigiservice" ).readEntry( "autostart", true ) );
-
+    m_checkEnableStrigi->setChecked( config.group( "Service-nepomukstrigiservice" ).readEntry(
+                "autostart", false ) );
 
     // 2. strigi settings
     KConfig strigiConfig( "nepomukstrigirc" );
Index: workspace/plasma/generic/runners/nepomuksearch/plasma-runner-nepomuksearch.desktop
===================================================================
--- workspace/plasma/generic/runners/nepomuksearch/plasma-runner-nepomuksearch.desktop	(Revision 1215945)
+++ workspace/plasma/generic/runners/nepomuksearch/plasma-runner-nepomuksearch.desktop	(Arbeitskopie)
@@ -143,4 +143,4 @@ X-KDE-PluginInfo-Email=tr...@kde.org
 X-KDE-PluginInfo-Name=nepomuksearch
 X-KDE-PluginInfo-Version=1.0
 X-KDE-PluginInfo-License=LGPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-KDE-PluginInfo-EnabledByDefault=false
_______________________________________________
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to