aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'\