Index: myunity-3.1.5/Main.module
===================================================================
--- myunity-3.1.5.orig/Main.module	2012-06-30 21:35:15.000000000 +0200
+++ myunity-3.1.5/Main.module	2012-09-24 15:00:52.918688146 +0200
@@ -60,9 +60,7 @@
 
 PUBLIC SUB Version()
   DIM Tmp_split AS String[]
-  SHELL "cat /etc/*release" TO Uversion 
-      Tmp_split = Split(Uversion, " \n") 
-      Uversion = Right$(Tmp_split[1], 5)
+  SHELL ". /etc/lsb-release; echo -n $DISTRIB_RELEASE" TO Uversion
   
   SHELL "ps -e | grep unity-2d" TO Usession
   IF Usession THEN 
