Package: gnome-panel Version: 2.10.2-1 Severity: wishlist It would be nice if more registered[0] audio and video categories were included in the GNOME Applications Menu in the "Sound & Video" section. Specifically, it would be great if the Audio, AudioVideoEditing, Midi, Mixer, Music, Player, Recorder, Sequencer, TV, and Video categories (or any subset of the above that you feel would be appropriate) could be included in the list of categories that would be shown in the "Sound & Video" section, rather than simply the AudioVideo category.
Reasoning: I think this would be a reasonable change for a couple reasons. First, if the author of an application assigns it to any of the above categories, it is very likley that it could be appropriately classified into the "Sound & Video" section. Second, to require all audio/video applicatoins to be in the AudioVideo category seems excessive (it feels inappropriate for applications that are limited to either sound or video - although this point is debatable). Solution: Simply changing the applications-all-users.vfolder-info file to include the above mentioned categories in "Sound & Video" would do it. Unfortunately, I could not find the location where the file is generated (some Debian newbieness showing). However, I have attached a patch to make the changes clear (in the manner that I would suggest). Of course, feel free to change them as you see fit. Kevin -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.20050916savage Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages gnome-panel depends on: ii gnome-about 2.10.2-1 The GNOME about box ii gnome-control-center 1:2.10.1-6 utilities to configure the GNOME d ii gnome-desktop-data 2.10.2-1 Common files for GNOME 2 desktop a ii gnome-menus 2.10.2-1 an implementation of the freedeskt ii gnome-panel-data 2.10.2-1 common files for GNOME 2 panel ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libbonobo2-0 2.10.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.10.0-1 The Bonobo UI library ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libecal1.2-2 1.2.3-2 Client library for evolution calen ii libedataserver1.2-4 1.2.3-2 Utily library for evolution data s ii libgconf2-4 2.10.1-1 GNOME configuration database syste ii libglade2-0 1:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.8.0-1 The GLib library of C routines ii libgnome-desktop-2 2.10.2-1 Utility library for loading .deskt ii libgnome-menu0 2.10.2-1 an implementation of the freedeskt ii libgnome2-0 2.10.1-1 The GNOME 2 library - runtime file ii libgnomeui-0 2.10.1-1 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.10.1-5 The GNOME virtual file-system libr ii libgtk2.0-0 2.6.8-1 The GTK+ graphical user interface ii liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB ii libpanel-applet2-0 2.10.2-1 library for GNOME 2 panel applets ii libpango1.0-0 1.8.2-1 Layout and rendering of internatio ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libwnck16 2.10.3-1 Window Navigator Construction Kit ii libx11-6 6.8.2.dfsg.1-6 X Window System protocol client li ii xlibs 6.8.2.dfsg.1-6 X Window System client libraries m Versions of packages gnome-panel recommends: ii gnome-applets 2.10.1-5 Various applets for GNOME 2 panel ii gnome-session 2.10.0-7 The GNOME 2 Session Manager -- no debconf information
--- /etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info 2005-09-19 17:10:45.000000000 -0400 +++ /etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info 2005-09-19 17:22:46.000000000 -0400 @@ -174,7 +174,19 @@ <Query> <And> <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> + <Or> + <Keyword>Audio</Keyword> + <Keyword>AudioVideo</Keyword> + <Keyword>AudioVideoEditing</Keyword> + <Keyword>Midi</Keyword> + <Keyword>Mixer</Keyword> + <Keyword>Music</Keyword> + <Keyword>Player</Keyword> + <Keyword>Recorder</Keyword> + <Keyword>Sequencer</Keyword> + <Keyword>TV</Keyword> + <Keyword>Video</Keyword> + </Or> <Not> <Keyword>KDE</Keyword> </Not>