From 8f40d6434731c11a8cef6cfed42c337f7418a7e6 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 26 Apr 2008 20:35:58 +0000 Subject: [PATCH] Removed gksu from exec line as not supported in all major GNU/Linux distributions svn path=/trunk/; revision=835 --- ChangeLog | 8 +++++++- gparted.desktop.in.in | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c7e768f..89869f2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ 2008-04-26 Curtis Gedak + * gparted.desktop.in.in: Removed gksu from exec line + - gksu is not supported in all major GNU/Linux distributions + (Fedora for one). + - Closes GParted bug #529622 + - Reopens GParted bug #381557 + * README: Enhanced INSTALL information - - Closes GParted bug 529625 + - Closes GParted bug #529625 2008-04-25 Curtis Gedak diff --git a/gparted.desktop.in.in b/gparted.desktop.in.in index d6914e6d..377a6b9e 100644 --- a/gparted.desktop.in.in +++ b/gparted.desktop.in.in @@ -1,7 +1,7 @@ [Desktop Entry] _Name=GParted Partition Editor _Comment=Create, reorganize, and delete partitions -Exec=gksu @installdir@/gparted +Exec=@installdir@/gparted Icon=gparted Terminal=false Type=Application