Updated to align with desktop specifications and Human Interface Guidelines

svn path=/trunk/; revision=817
This commit is contained in:
Curtis Gedak 2008-04-09 18:40:19 +00:00
parent 26afe278c1
commit 2a91e472ae
3 changed files with 17 additions and 7 deletions

View File

@ -1,5 +1,16 @@
2008-04-09 Curtis Gedak <gedakc@gmail.com>
* 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 <gedakc@gmail.com>

View File

@ -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

View File

@ -7,7 +7,7 @@ AM_CFLAGS = -Wall
AM_CXXFLAGS = -Wall
bin_PROGRAMS = gparted
sbin_PROGRAMS = gparted
gparted_SOURCES = \
Device.cc \