added .desktop file
This commit is contained in:
parent
f4c01af26c
commit
24488f22ec
|
@ -30,3 +30,4 @@ COPYING
|
|||
INSTALL
|
||||
mkinstalldirs
|
||||
intltool-*
|
||||
gparted.desktop
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
- maximum amount of primary partition isn't static anymore, it gets asked from the partition table.
|
||||
- lots of internal code cleanups. this improved performance and stability.
|
||||
- doubleclick now invokes infodialog
|
||||
- added .desktop file so gparted is accessible from Gnome/Kde menus (thanks to Stephane LOEUILLET, 1023176)
|
||||
|
||||
**fixes**
|
||||
- sometimes creating new fat filesystems in very small spaces resulted in errors. fixed.
|
||||
|
|
12
Makefile.am
12
Makefile.am
|
@ -1 +1,13 @@
|
|||
SUBDIRS = include src po
|
||||
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
DESKTOP_IN_FILES = gparted.desktop.in
|
||||
DESKTOP_FILES =$(DESKTOP_IN_FILES:.desktop.in=.desktop)
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_DATA = $(DESKTOP_FILES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(DESKTOP_IN_FILES) \
|
||||
$(DESKTOP_FILES)
|
||||
|
|
Loading…
Reference in New Issue