Index: myunity-3.1.5/Main.module
===================================================================
--- myunity-3.1.5.orig/Main.module	2012-09-24 15:00:52.918688146 +0200
+++ myunity-3.1.5/Main.module	2012-09-24 15:01:00.838792004 +0200
@@ -62,7 +62,7 @@
   DIM Tmp_split AS String[]
   SHELL ". /etc/lsb-release; echo -n $DISTRIB_RELEASE" TO Uversion
   
-  SHELL "ps -e | grep unity-2d" TO Usession
+  SHELL "ps x | grep -v grep | grep unity-2d" TO Usession
   IF Usession THEN 
     Usession = "2D"
     FMessage.SimpleMessage(("Your Ubuntu") & " " & Main.Uversion & " " & ("is running in 2D mode.\nMany features will not be available."), "MyLogo_small.png", "dialog-info.png", "Close")
