Index: myunity-3.1.5/Main.module =================================================================== --- myunity-3.1.5.orig/Main.module 2012-09-13 09:49:42.078815774 +0200 +++ myunity-3.1.5/Main.module 2012-09-21 13:21:06.769676479 +0200 @@ -62,7 +62,7 @@ DIM Tmp_split AS String[] SHELL "source /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")