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 737655 - data: Add Vorbis aliases as supported mime-types
data: Add Vorbis aliases as supported mime-types
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-30 12:09 UTC by Bastien Nocera
Modified: 2014-10-16 11:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: Add Vorbis aliases as supported mime-types (1.71 KB, patch)
2014-09-30 12:09 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-09-30 12:09:31 UTC
.
Comment 1 Bastien Nocera 2014-09-30 12:09:43 UTC
Created attachment 287440 [details] [review]
data: Add Vorbis aliases as supported mime-types

This shouldn't change much, but my code to generate default applications
(including the default music player and video player) in Fedora is very
naive:
http://pkgs.fedoraproject.org/cgit/shared-mime-info.git/tree/shared-mime-info.spec#n11

This caused 2 lines to appear in the defaults.list:
audio/x-vorbis=org.gnome.Totem.desktop;
audio/x-vorbis+ogg=rhythmbox.desktop;org.gnome.Totem.desktop;

This meant that audio/x-vorbis+ogg showed up as being handled by Totem,
and made gnome-control-center's Details panel think that Totem was the
default music player.

See https://bugzilla.redhat.com/show_bug.cgi?id=1146001
Comment 2 Jonathan Matthew 2014-10-01 11:23:02 UTC
Review of attachment 287440 [details] [review]:

don't see why not
Comment 3 Bastien Nocera 2014-10-16 11:31:29 UTC
Attachment 287440 [details] pushed as 8918370 - data: Add Vorbis aliases as supported mime-types