summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/update-manager.desktop.in3
-rw-r--r--debian/changelog5
2 files changed, 6 insertions, 2 deletions
diff --git a/data/update-manager.desktop.in b/data/update-manager.desktop.in
index 32707f67..906a60e6 100644
--- a/data/update-manager.desktop.in
+++ b/data/update-manager.desktop.in
@@ -2,9 +2,10 @@
_Name=Update Manager
_GenericName=Update Manager
_Comment=Show available updates and choose which to install
-Exec=gksudo /usr/bin/update-manager
+Exec=gksu /usr/bin/update-manager
Icon=update-manager.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;System;Settings;
+X-KDE-SubstituteUID=true \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 7f987288..b481813f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
update-manager (0.40) dapper; urgency=low
* new upstream release
- * support for real dist-upgrades added via the meta-release information
+ * support for the AutomaticUpgrades spec added via the meta-release
+ information
+ * data/update-manager.desktop.in:
+ - use X-KDE-SubstituteUID added and use gksu now
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Nov 2005 17:22:12 +0100