[Esbox-commits] r1533 - trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Mon May 4 23:34:43 EEST 2009


Author: fabricioepa
Date: 2009-05-04 23:34:43 +0300 (Mon, 04 May 2009)
New Revision: 1533

Modified:
   trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java
Log:
Fixing temporary workaround for Fremantle SDK

Modified: trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java
===================================================================
--- trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java	2009-05-04 20:24:47 UTC (rev 1532)
+++ trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java	2009-05-04 20:34:43 UTC (rev 1533)
@@ -276,7 +276,7 @@
 				List<IProcess> runningProcesses = machine.getProcessLister()
 						.getProcesses(
 								new ProcessFilterCmdLineRegexp(
-										".*run-standalone.sh hildon-home"));
+										".*hildon-home.*"));
 
 				hidonHome = runningProcesses.size() > 0;
 



More information about the Esbox-commits mailing list