[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdereview/autostart
From:       Laurent Montel <montel () kde ! org>
Date:       2008-03-17 8:16:30
Message-ID: 1205741790.148608.7391.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 786500 by mlaurent:

Load autostart file from xdg-conf dir
(we can see them now)


 M  +5 -5      autostart.cpp  


--- trunk/kdereview/autostart/autostart.cpp #786499:786500
@@ -136,11 +136,11 @@
     // autostart on the otherhand may contain all of the above.
     // share/autostart is special as it overrides entries found in $KDEDIR/share/autostart
     m_paths << KGlobalSettings::autostartPath()	// All new entries should go here
-          << componentData().dirs()->localkdedir() + "shutdown/"
-          << componentData().dirs()->localkdedir() + "env/"
-          << componentData().dirs()->localkdedir() + "share/autostart"	// For Importing purposes
-        ;
-
+            << componentData().dirs()->localkdedir() + "shutdown/"
+            << componentData().dirs()->localkdedir() + "env/"
+            << componentData().dirs()->localkdedir() + "share/autostart/"	// For Importing purposes
+            << componentData().dirs()->localxdgconfdir() + "autostart/" ; //xdg-config autostart dir
+    //kDebug()<<"  path "<<m_paths;
     // share/autostart shouldn't be an option as this should be reserved for global autostart entries
     m_pathName << i18n("Startup")
              << i18n("Shutdown")
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic