Rename "ethereal.desktop" to "Ethereal.desktop", so that it'll show up

on a desktop as "Ethereal".

Add a "BinaryPattern" entry; I think this is KDE-specific, and causes
KFM (and Konqueror, I suspect) to tag any executable file that matches
the pattern as being an Ethereal binary (or, at least, to tag some
executable files in that fashion), so make it match both "ethereal" and
"ethereal-static".

svn path=/trunk/; revision=4404
This commit is contained in:
Guy Harris 2001-12-15 23:56:04 +00:00
parent c7a0fd23e9
commit e939751070
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,9 @@
[Desktop Entry]
# $Id: ethereal.desktop,v 1.1 2001/12/15 22:29:50 guy Exp $
# $Id: Ethereal.desktop,v 1.1 2001/12/15 23:56:04 guy Exp $
Name=Ethereal
Type=Application
TryExec=ethereal
BinaryPattern=ethereal;ethereal-static
Comment=Network traffic analyzer
Comment[fi]=Verkkoliikenne analysaattori
Exec=ethereal
@ -13,4 +14,3 @@ TerminalOptions=
MimeType=
MapNotify=true
Protocols=
BinaryPattern=ethereal;

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.395 2001/12/15 22:29:50 guy Exp $
# $Id: Makefile.am,v 1.396 2001/12/15 23:56:04 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -773,6 +773,7 @@ DISTCLEANFILES = \
*~
EXTRA_DIST = \
Ethereal.desktop \
aclocal-flags \
capture-wpcap.c \
capture-wpcap.h \
@ -806,7 +807,6 @@ EXTRA_DIST = \
doc/tethereal.pod.template \
doc/text2pcap.pod \
editcap.c \
ethereal.desktop \
ethereal_be.py \
ethereal_gen.py \
mergecap.c \