diff --git a/ChangeLog b/ChangeLog index 22699340..a4c726a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2008-04-09 Curtis Gedak + * gparted.desktop.in: Updated to align with standards + - Adjusted entries to align with desktop entry specification + - Closes GParted bug #518975 + - Added gksu to Exec line in front of gparted + - Closes GParted bug #381557 + - Updated to align with Human Interface Guidelines + - Closes GParted bug #440012 + + * src/Makefile.am: Moved gparted install to sbin instead of bin + - Closes GParted bug #509495 + * MAINTAINERS: Added ldetrogoff 2008-04-08 Curtis Gedak diff --git a/gparted.desktop.in b/gparted.desktop.in index 31ac9738..a9097208 100644 --- a/gparted.desktop.in +++ b/gparted.desktop.in @@ -1,10 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 -_Name=GParted -_Comment=GNOME Partition Editor -Exec=gparted -Icon=gparted.png +_Name=GParted Partition Editor +_Comment=Create, reorganize, and delete partitions +Exec=gksu gparted +Icon=gparted Terminal=false Type=Application -Categories=GNOME;Application;System; +Categories=GNOME;System; StartupNotify=true diff --git a/src/Makefile.am b/src/Makefile.am index 3ea08092..4bffdef4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = -Wall AM_CXXFLAGS = -Wall -bin_PROGRAMS = gparted +sbin_PROGRAMS = gparted gparted_SOURCES = \ Device.cc \