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

List:       klik-devel
Subject:    [klik-devel] [klikclient commit] r1431 -
From:       codesite-noreply () google ! com
Date:       2008-03-24 10:29:22
Message-ID: 0016368e1d8a04492c4f314090e151a6 () google ! com
[Download RAW message or body]

Author: KillerKiwi2005
Date: Mon Mar 24 03:25:49 2008
New Revision: 1431

Modified:
   trunk/client/trunk/klikclient/lib/klik/execute.py

Log:
fix to kdeinit code

Modified: trunk/client/trunk/klikclient/lib/klik/execute.py
==============================================================================
--- trunk/client/trunk/klikclient/lib/klik/execute.py	(original)
+++ trunk/client/trunk/klikclient/lib/klik/execute.py	Mon Mar 24 
03:25:49 2008
@@ -183,7 +183,7 @@
 		# if starting a kde app make sure kdeinit is running first
 		if "KDE" in cmg.recipe.needs and self.klik.xdg.get_desktop_enviroment != "KDE":
 			
-			if Popen(["start_kdeinit_wrapper", command], stdout=PIPE, stderr=open(os.devnull, \
"w")).communicate()[0].strip(): +			if Popen(["which", "start_kdeinit_wrapper"], stdout=PIPE, \
                stderr=open(os.devnull, "w")).communicate()[0].strip():
 				if not Popen(["pidof", "-x", "kdeinit"], stdout=PIPE, stderr=open(os.devnull, \
"w")).communicate()[0].strip():  call(["start_kdeinit_wrapper"])
 					
_______________________________________________
klik-devel mailing list
klik-devel@kde.org
https://mail.kde.org/mailman/listinfo/klik-devel


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

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