summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-13 06:45:55 +0000
committermaz-12015-10-13 06:45:55 +0000
commitaffdafabe2082f258a45e9485109e266d90659d4 (patch)
tree1b619c95141cc812600fab59f813e9b4f670e95f
parentc6350ad45f699d68a26c83c66902ccb69068b17e (diff)
downloadaur-affdafabe2082f258a45e9485109e266d90659d4.tar.gz
initial
-rw-r--r--PKGBUILD4
-rw-r--r--ucloner.desktop2
-rw-r--r--ucloner.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00962523619b..6a1d9c4affbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ source=(
)
md5sums=('b7bf49a5516cb9e00943e06e3e73adf2'
- 'cf31f3c5e5c594c49cf49a0a8ef3f39c'
- 'ed45c76c403bf96ebfa97bb85f2ea6f8'
+ 'd5143c3b0431044beb13f933a3d76ceb'
+ '5ffe4317c280d220416e24317d0f6198'
'1f913fe9ca34481134bc36e1045e9a20'
'a7251a42473bb6827b3b39c3591c2e14')
diff --git a/ucloner.desktop b/ucloner.desktop
index 21cd146b0a4b..950e0dd22dd5 100644
--- a/ucloner.desktop
+++ b/ucloner.desktop
@@ -2,7 +2,7 @@
Name=UCloner
Comment=Linux System Backup Utility
Comment[zh_CN]=Linux系统备份工具
-Exec=ucloner
+Exec=gksu ucloner %F
Icon=ucloner.png
Type=Application
Categories=Utility;
diff --git a/ucloner.sh b/ucloner.sh
index ad149fed7c0c..685d3e6e0ef7 100644
--- a/ucloner.sh
+++ b/ucloner.sh
@@ -7,4 +7,4 @@ if [ "$( ps -A | grep ucloner_gui)" ] ; then
fi
cd /opt/ucloner/
-exec gksu python2 ./ucloner_gui.py &> /dev/null \ No newline at end of file
+exec python2 ./ucloner_gui.py &> /dev/null \ No newline at end of file