After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 549038 - Register thumbnailer for audio/x-vorbis+ogg
Register thumbnailer for audio/x-vorbis+ogg
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Thumbnailer
unspecified
Other Linux
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-08-22 18:23 UTC by John Millikin
Modified: 2008-08-26 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Millikin 2008-08-22 18:23:23 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.
Comment 1 Bastien Nocera 2008-08-26 14:48:57 UTC
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.