Package: etherape
Version: 0.9.10-1
Severity: minor
Tags: patch

Hi,

the provided etherape-root..desktop is not completely valid (see also output of
`desktop-file-validate`).
The attached patch fixes all the issues:
- remove the deprecated 'Application' category
- remove the extension for the 'Icon' key
- the 'Terminal' key takes a boolean, so the correct value is true/false
  (0/1 are the deprecated int values)

Thanks,
-- 
Pino

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental'), (750, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages etherape depends on:
ii  libart-2.0-2               2.3.21-1      Library of functions for 2D graphi
ii  libatk1.0-0                2.0.1-2       ATK accessibility toolkit
ii  libbonobo2-0               2.24.3-1      Bonobo CORBA interfaces library
ii  libbonoboui2-0             2.24.3-1      The Bonobo UI library
ii  libc6                      2.13-16       Embedded GNU C Library: Shared lib
ii  libcairo2                  1.10.2-6.1    The Cairo 2D vector graphics libra
ii  libfontconfig1             2.8.0-3       generic font configuration library
ii  libfreetype6               2.4.6-1       FreeType 2 font engine, shared lib
ii  libgconf2-4                2.32.4-1      GNOME configuration database syste
ii  libglade2-0                1:2.6.4-1     library to load .glade files at ru
ii  libglib2.0-0               2.28.6-1      The GLib library of C routines
ii  libgnome2-0                2.32.1-1      The GNOME library - runtime files
ii  libgnomecanvas2-0          2.30.3-1      powerful object-oriented display e
ii  libgnomeui-0               2.24.5-1      GNOME user interface library - run
ii  libgnomevfs2-0             1:2.24.4-1    GNOME Virtual File System (runtime
ii  libgtk2.0-0                2.24.4-3      The GTK+ graphical user interface 
ii  libice6                    2:1.0.7-2     X11 Inter-Client Exchange library
ii  liborbit2                  1:2.14.18-0.2 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0              1.28.4-1      Layout and rendering of internatio
ii  libpcap0.8                 1.1.1-8       system interface for user-level pa
ii  libpopt0                   1.16-1        lib for parsing cmdline parameters
ii  libsm6                     2:1.2.0-2     X11 Session Management library
ii  libxml2                    2.7.8.dfsg-4  GNOME XML library

Versions of packages etherape recommends:
ii  menu                          2.1.45     generates programs menu for all me

etherape suggests no packages.

-- no debconf information
--- a/debian/etherape-root.desktop
+++ b/debian/etherape-root.desktop
@@ -1,10 +1,10 @@
 [Desktop Entry]
 Name=EtherApe (as root)
 Type=Application
-Categories=GNOME;Application;Network;
+Categories=GNOME;System;Network;
 Comment=Graphical Network Monitor
 Comment[es]=Monitor Gráfico de Red
 TryExec=su-to-root
 Exec=su-to-root -X -c /usr/bin/etherape
-Icon=etherape.png
-Terminal=0
+Icon=etherape
+Terminal=false

Reply via email to