[Esbox-commits] r1532 - branches/work_Fabricio/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:24:49 EEST 2009
Author: fabricioepa
Date: 2009-05-04 23:24:47 +0300 (Mon, 04 May 2009)
New Revision: 1532
Modified:
branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java
Log:
Fixing temporary workaround for Fremantle SDK
Modified: branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java 2009-05-04 20:01:24 UTC (rev 1531)
+++ branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/launcher/Sb1MaemoLauncherAdapter.java 2009-05-04 20:24:47 UTC (rev 1532)
@@ -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