notaz.gp2x.de
/
pandora_liveinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3a83613
)
slack gksu fix
master
author
notaz
<notasas@gmail.com>
Sat, 19 Jul 2014 14:02:45 +0000
(17:02 +0300)
committer
notaz
<notasas@gmail.com>
Sat, 19 Jul 2014 14:02:45 +0000
(17:02 +0300)
liveinfo.pxml
patch
|
blob
|
blame
|
history
run.sh
patch
|
blob
|
blame
|
history
diff --git
a/liveinfo.pxml
b/liveinfo.pxml
index
bb430c6
..
ecf750a
100644
(file)
--- a/
liveinfo.pxml
+++ b/
liveinfo.pxml
@@
-4,7
+4,7
@@
<titles>
<title lang="en_US">Live system info</title>
</titles>
<titles>
<title lang="en_US">Live system info</title>
</titles>
- <version major="0" minor="1" release="1" build="
0
" type="release"/>
+ <version major="0" minor="1" release="1" build="
1
" type="release"/>
<author name="notaz" website="http://notaz.gp2x.de/"/>
</package>
<application id="liveinfo.notaz" appdata="liveinfo">
<author name="notaz" website="http://notaz.gp2x.de/"/>
</package>
<application id="liveinfo.notaz" appdata="liveinfo">
@@
-25,7
+25,7
@@
See documentation for information about what each number means.</description>
<author name="notaz" website="http://notaz.gp2x.de/"/>
<author name="notaz" website="http://notaz.gp2x.de/"/>
- <version major="0" minor="1" release="1" build="
0
" type="release"/>
+ <version major="0" minor="1" release="1" build="
1
" type="release"/>
<icon src="liveinfo.png"/>
<icon src="liveinfo.png"/>
diff --git
a/run.sh
b/run.sh
index
143b52f
..
8b46a91
100755
(executable)
--- a/
run.sh
+++ b/
run.sh
@@
-8,7
+8,8
@@
cp -n config.cfg.default config.cfg
if test -f /etc/slackware-version; then
# ktsuss -m "$MSG" ./liveinfo
if test -f /etc/slackware-version; then
# ktsuss -m "$MSG" ./liveinfo
- gksu -D "$NAME" -m "$MSG" ./liveinfo
+ # gksu -D "$NAME" -m "$MSG" ./liveinfo
+ gksu ./liveinfo
else
else