Author: shadzik
Date: Tue Dec  7 01:57:09 2010
New Revision: 11970

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- re-add copySettings() but remove dolphinrc from destination to not to have 
false paths in dolphin


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp (original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp Tue Dec  7 01:57:09 2010
@@ -1679,7 +1679,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
-/* 
+ 
     if(cont && !copySettings(".kde") && !copySettings(".config")) {
       cont = false;
       failText->setText("<html><p align=\"center\">"
@@ -1691,7 +1691,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
-*/
+
     if(cont && !deleteLiveUser()) {
       cont = false;
       failText->setText("<html><p align=\"center\">"
@@ -1707,6 +1707,7 @@
     if(cont) {
      removeJunk("/var/tmp/kdecache-plduser","-rf");
      removeJunk("/usr/sbin/pldliveinstaller", "-f");
+     removeJunk("/home/users/" + selUser + "/.kde/share/config/dolphinrc", 
"-f");
     }
 
     if(cont && !mountProcSysDev()) {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to