Package: gtk-recordmydesktop Version: 0.3.7.2-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu lucid ubuntu-patch
As reported in Ubuntu: https://launchpad.net/bugs/276066 The package gtk-recordmydesktop installs a menu item under Applications / Sound & Video with the label: "gtk-recordMyDesktop". The GNOME Human Interface Guidelines have the rules about menu item names, as can be read in paragraph 2.1.1.1 through 2.1.1.3: http://library.gnome.org/devel/hig-book/stable/desktop-application-menu.html.en 2.1.1.1. Include a functional description in the menu name 2.1.1.2. Only put useful information in the menu name 2.1.1.3. Menu name formats The label "gtk-recordMyDesktop" isn't a good name according to the GNOME HIG. Especially including the prefix "gtk-" isn't a good idea, non-technical users don't need and don't want to know what GTK is. A better label would be, for example "Desktop Recorder".
## Description: Make the menu entry more GNOME Human Interface Guidelines compatiable ## Origin/Author: Dave Walker (Daviey) <[email protected]> ## Bug: https://launchpad.net/bugs/276066 Index: gtk-recordmydesktop/src/gtk-recordmydesktop.desktop =================================================================== --- gtk-recordmydesktop.orig/src/gtk-recordmydesktop.desktop 2010-03-26 13:48:47.000000000 +0000 +++ gtk-recordmydesktop/src/gtk-recordmydesktop.desktop 2010-03-26 13:49:30.000000000 +0000 @@ -1,9 +1,9 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=gtk-recordMyDesktop -Comment=Frontend for recordMyDesktop -Comment[fr]=Interface pour recordmydesktop +Name=Desktop Recorder +Comment=Record a video of your desktop +Comment[fr]=Enregistrer une vidéo de votre bureau Exec=gtk-recordMyDesktop Terminal=false Type=Application

