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

List:       kde-commits
Subject:    kdebase
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-03-14 10:50:10
Message-ID: 20050314105010.9CFD51487F () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Avoid one call to kreadconfig.


  M +2 -1      startkde   1.153


--- kdebase/startkde  #1.152:1.153
@@ -65,4 +65,5 @@
 kcminputrc Mouse cursorTheme ''
 kcminputrc Mouse cursorSize ''
+kpersonalizerrc General FirstLogin true
 EOF
 kstartupconfig
@@ -208,5 +209,5 @@
 
 # run KPersonalizer before the session, if this is the first login
-if kreadconfig --file kpersonalizerrc --group General --key FirstLogin --default true --type bool; then
+if test "$kpersonalizerrc_general_firstlogin" = "true"; then
     # start only dcopserver, don't start whole kdeinit (takes too long)
     echo 'startkde: Running kpersonalizer...'  1>&2


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

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