Updated to align with desktop specifications and Human Interface Guidelines
svn path=/trunk/; revision=817
This commit is contained in:
parent
26afe278c1
commit
2a91e472ae
11
ChangeLog
11
ChangeLog
|
@ -1,5 +1,16 @@
|
||||||
2008-04-09 Curtis Gedak <gedakc@gmail.com>
|
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
|
* MAINTAINERS: Added ldetrogoff
|
||||||
|
|
||||||
2008-04-08 Curtis Gedak <gedakc@gmail.com>
|
2008-04-08 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
_Name=GParted Partition Editor
|
||||||
_Name=GParted
|
_Comment=Create, reorganize, and delete partitions
|
||||||
_Comment=GNOME Partition Editor
|
Exec=gksu gparted
|
||||||
Exec=gparted
|
Icon=gparted
|
||||||
Icon=gparted.png
|
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=GNOME;Application;System;
|
Categories=GNOME;System;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
|
@ -7,7 +7,7 @@ AM_CFLAGS = -Wall
|
||||||
|
|
||||||
AM_CXXFLAGS = -Wall
|
AM_CXXFLAGS = -Wall
|
||||||
|
|
||||||
bin_PROGRAMS = gparted
|
sbin_PROGRAMS = gparted
|
||||||
|
|
||||||
gparted_SOURCES = \
|
gparted_SOURCES = \
|
||||||
Device.cc \
|
Device.cc \
|
||||||
|
|
Loading…
Reference in New Issue