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