You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.0 KiB
20 lines
1.0 KiB
From: Kenneth Soerensen <knnthsrnsn@gmail.com> |
|
Date: Wed, 29 Jan 2014 16:04:12 +0400 |
|
Subject: [PATCH] Fix paths in a wireshark.desktop file |
|
|
|
|
|
diff --git a/wireshark.desktop b/wireshark.desktop |
|
index 669c6f1..f7df1f3 100644 |
|
--- a/wireshark.desktop |
|
+++ b/wireshark.desktop |
|
@@ -102,8 +102,8 @@ Comment[tr]=Ağ trafiği çözümleyicisi |
|
Comment[vi]=Trình phân tích giao thông mạng |
|
Comment[uk]=Аналізатор мережевого трафіку |
|
Icon=wireshark |
|
-TryExec=wireshark |
|
-Exec=wireshark %f |
|
+TryExec=/usr/bin/wireshark |
|
+Exec=/usr/bin/wireshark %f |
|
Terminal=false |
|
MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl;application/x-radcom;application/x-etherpeek;application/x-visualnetworks;application/x-netinstobserver;application/x-5view;application/x-tektronix-rf5;application/x-micropross-mplog;application/x-apple-packetlogger;application/x-endace-erf;application/ipfix;application/x-ixia-vwr; |
|
# Category entry according to:
|
|
|