GNOME Bugzilla – Bug 549038
Register thumbnailer for audio/x-vorbis+ogg
Last modified: 2008-08-26 14:48:57 UTC
Similar to bug #545130, the specific mimetype "audio/x-vorbis+ogg" needs to be added to the mimetype list so the thumbnailer will be activated on OGG Vorbis files.
Fixed in trunk: 2008-08-26 Bastien Nocera <hadess@hadess.net> * data/mime-functions.sh: Fix a stupid typo * data/schemas.sh: Fix another stupid typo, and output to fd 3, so we can see the stderr * data/Makefile.am: capture fd 3 for the gconf updater script * data/mime-type-list.txt: Add audio/x-vorbis+ogg to the mime-types (Closes: #549038) But we don't thumbnail audio files by default, otherwise people will want to kill me. You can enable it by running: gconftool-2 --set --type bool /desktop/gnome/thumbnailers/audio@x-vorbis@ogg/enable "true" Once installed. If the thumbnailer can't get the cover for some specific files, please file a separate bug.