- added a simple .desktop file (I don't have a icon for the application :( )

(Old svn revision: 4008)
This commit is contained in:
Johannes Zellner
2008-02-29 19:36:46 +00:00
parent 699a462464
commit b7cb8af9a9
3 changed files with 24 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Installation Instructions
************************* *************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006 Free Software Foundation, Inc. 2006, 2007 Free Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it. unlimited permission to copy, distribute and modify it.
@@ -67,6 +67,9 @@ The simplest way to compile this package is:
all sorts of other programs in order to regenerate files that came all sorts of other programs in order to regenerate files that came
with the distribution. with the distribution.
6. Often, you can also type `make uninstall' to remove the installed
files again.
Compilers and Options Compilers and Options
===================== =====================

View File

@@ -4,6 +4,11 @@ SUBDIRS = \
po \ po \
src src
desktopdir = $(datadir)/applications
desktop_in_files = xfce4-taskmanager.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
distclean-local: distclean-local:
rm -rf *.cache *~ rm -rf *.cache *~
@@ -14,11 +19,13 @@ rpm: dist
EXTRA_DIST = \ EXTRA_DIST = \
intltool-extract.in \ intltool-extract.in \
intltool-merge.in \ intltool-merge.in \
intltool-update.in intltool-update.in \
$(desktop_in_files)
DISTCLEANFILES = \ DISTCLEANFILES = \
intltool-extract \ intltool-extract \
intltool-merge \ intltool-merge \
intltool-update intltool-update \
$(desktop_in_files)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
_Name=Xfce4 Taskmanager
_Comment=Control your processes
_GenericName=Process manager
Exec=xfce4-taskmanager
Icon=utilities-system-monitor
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;System;Utility;