layer position config, r2 release
[pandora_liveinfo.git] / run.sh
diff --git a/run.sh b/run.sh
index e54a444..143b52f 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -1,10 +1,14 @@
 #!/bin/sh
 
+NAME="Live system info"
 MSG="Reserved OMAP video layer requires root access, please enter the password."
 
+cp -n config.cfg.default config.cfg
+
 if test -f /etc/slackware-version; then
 
-  ktsuss -m "$MSG" ./liveinfo
+  # ktsuss -m "$MSG" ./liveinfo
+  gksu -D "$NAME" -m "$MSG" ./liveinfo
 
 else
 
@@ -14,7 +18,6 @@ else
     exit 1
   fi
 
-  gksudo  -D "SGX driver installer" \
-         -m "$MSG" ./liveinfo
+  gksudo  -D "$NAME" -m "$MSG" ./liveinfo
 
 fi