Package: gtk-recordmydesktop Version: 0.3.8-3 Severity: minor Tags: patch *** Please type your report below this line ***
The desktop file needs GenericName fields and the Name field should just contain the application name. Both issues are fixed by the attached patch. -- System Information: Debian Release: 6.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.39-bpo.2-686-pae (SMP w/4 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gtk-recordmydesktop depends on: ii python 2.6.6-3+squeeze6 interactive high-level object-orie ii python-gtk2 2.17.0-4 Python bindings for the GTK + widge ii python-support 1.0.10 automated rebuilding support for P ii recordmydesktop 0.3.8.1+svn602-1+b1 Captures audio-video data of a Lin gtk-recordmydesktop recommends no packages. gtk-recordmydesktop suggests no packages. -- no debconf information -- Ronny Standtke Fachhochschule Nordwestschweiz Dozent Medienpädagogik / ICT Pädagogische Hochschule Telefon: +41 32 628 67 08 Obere Sternengasse 7 Mobil : +41 79 786 81 82 4502 Solothurn
--- /usr/share/applications/gtk-recordmydesktop.desktop.orig 2010-05-06 10:45:16.000000000 +0000 +++ /usr/share/applications/gtk-recordmydesktop.desktop 2011-09-08 12:05:55.000000000 +0000 @@ -1,8 +1,10 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=Desktop recorder -Name[es]=Grabar vídeo de tu escritorio +Name=RecordMyDesktop +GenericName=Desktop recorder +GenericName[de]=Screencast-Erstellung +GenericName[es]=Grabar vídeo de tu escritorio Comment=Record a video of your desktop Comment[fr]=Enregistrer une vidéo de votre bureau Comment[es]=Graba en vídeo las acciones que haces en tu escritorio

