[rhythmbox] data: Add Vorbis aliases as supported mime-types



commit 8918370f8558451735f57de92e62d75b95288fc3
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 30 14:04:29 2014 +0200

    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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737655

 data/rhythmbox.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/rhythmbox.desktop.in.in b/data/rhythmbox.desktop.in.in
index 398fc56..4c25229 100644
--- a/data/rhythmbox.desktop.in.in
+++ b/data/rhythmbox.desktop.in.in
@@ -10,7 +10,7 @@ Type=Application
 Icon=rhythmbox
 X-GNOME-DocPath=rhythmbox/rhythmbox.xml
 Categories=GNOME;GTK;AudioVideo;Audio;Player;
-MimeType=application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac;audio/mp4;@ITMS_HANDLER@
+MimeType=application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/vorbis;audio/x-vorbis;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac;audio/mp4;@ITMS_HANDLER@
 StartupNotify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=rhythmbox


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]