diff options
author | Guy Harris <guy@alum.mit.edu> | 2007-09-30 00:18:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2007-09-30 00:18:44 +0000 |
commit | a3b70ff0da606fe096d4d84333876beac6d95bf3 (patch) | |
tree | 6112a23f6537b548d3820161274ced29793bb2e6 /debian | |
parent | 1c5db4d638c32771f5870dd902f8047755cc078d (diff) | |
download | wireshark-a3b70ff0da606fe096d4d84333876beac6d95bf3.tar.gz wireshark-a3b70ff0da606fe096d4d84333876beac6d95bf3.tar.bz2 wireshark-a3b70ff0da606fe096d4d84333876beac6d95bf3.zip |
From Stéphane Loeuillet: patches to fix problems with the .desktop files
found by desktop-file-validate:
wireshark.desktop: warning: value "" for key "Path" in group "Desktop Entry"
does not look like an absolute path
wireshark.desktop: warning: value "GNOME;Application;Network;" for key
"Categories" in group "Desktop Entry" contains a deprecated value
"Application"
wireshark-root.desktop: warning: key "Encoding" in group "Desktop Entry" is
deprecated
wireshark-root.desktop: warning: value "" for key "Path" in group "Desktop
Entry" does not look like an absolute path
wireshark-root.desktop: warning: value "GNOME;Application;Network;" for key
"Categories" in group "Desktop Entry" contains a deprecated value
"Application"
svn path=/trunk/; revision=23034
Diffstat (limited to 'debian')
-rw-r--r-- | debian/wireshark-root.desktop | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/wireshark-root.desktop b/debian/wireshark-root.desktop index 4b38d53472..e90f96292a 100644 --- a/debian/wireshark-root.desktop +++ b/debian/wireshark-root.desktop @@ -5,7 +5,6 @@ # The entries are in the order they are listed in version 0.9.4 Type=Application Version=1.0 -Encoding=UTF-8 Name=Wireshark (as root) GenericName=Network Analyzer GenericName[af]=Netwerk Analiseerder @@ -71,10 +70,8 @@ Comment[sv]=Nätverkstrafikanalysator Icon=hi48-app-wireshark.png TryExec=gksu Exec=gksu -u root /usr/bin/wireshark -Path= Terminal=false -MimeType= -Categories=GNOME;Application;Network; +Categories=GNOME;Network; # Found in Suse 9.1: X-KDE-SubstituteUID=true # Deprecated: |