aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2015-02-21 21:26:31 +0100
committerdaviddavid <geiger.david68210@gmail.com>2015-02-21 21:26:31 +0100
commit6d142cfbd8da7ead9debf931b9a3818821328efb (patch)
tree157a7216d5158bc4500a25130f7b3aa2262b092c
parentd92b67b3b1f00e37dcaaed1fa38a114526fd246d (diff)
downloadisodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar
isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.gz
isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.bz2
isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.xz
isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.zip
Adapting the launcher script to overcome bug mga#152360.40
- make that all desktop environments are compatible.
-rw-r--r--CHANGELOG1
-rw-r--r--polkit/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6d165b1..bcb3201 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ IsoDumper 0.40
- change for automatic formatting '.po' files during build package.
- change for automatic compiling '.mo' files during build package.
- added a new translation on Simplified Chinese. (Thanks xiao wenming)
+ - adapting the launcher script to overcome bug mga#15236 (make that all desktop environments are compatible).
IsoDumper 0.32
------------
diff --git a/polkit/Makefile b/polkit/Makefile
index 7e54e86..5f418eb 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -39,7 +39,7 @@ clean:
'# Author binary polkit file= Geiger David <david.david@mageialinux-online.org>\n'\
'\n'\
'if [[ "$$UID" != "0" ]] ; then\n'\
- ' exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\
+ ' pkexec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\
'else\n'\
' exec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\
'fi\n'\