Bug 115114 - amarok.desktop, MimeType= entry typo
Summary: amarok.desktop, MimeType= entry typo
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.3.5
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 14:36 UTC by Rex Dieter
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rex Dieter 2005-10-26 14:36:54 UTC
Version:           1.3.5 (using KDE KDE 3.4.3)
Installed from:    Fedora RPMs
OS:                Linux

MimeType=...;audio/x-pn-realaudioaudio/x-scpls;...

should (probably) be
MimeType=...;audio/x-pn-realaudio;audio/x-scpls;...
                                ^^^
(missing ;)
Comment 1 Rex Dieter 2005-10-26 14:37:22 UTC
file in question:  amarok-1.3.5/amarok/src/amarok.desktop
Comment 2 Harald Sitter 2005-10-26 16:26:56 UTC
SVN commit 474482 by sitter:

add missing semicolon

CCBUG: 115114

 M  +1 -1      amarok.desktop  


--- trunk/extragear/multimedia/amarok/src/amarok.desktop #474481:474482
@@ -82,7 +82,7 @@
 Comment[zh_TW]=Uncle Rodney 說:"10/10, amaroK is seriously super!"
 Icon=amarok
 #don't add inode/directory to mimetypes it leads to misbehavior
-MimeType=application/x-ogg;audio/aac;audio/ac3;audio/basic;audio/midi;audio/mp4;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-aac;audio/x-aiff;audio/x-flac;audio/x-m4a;audio/x-matroska;audio/x-midi;audio/x-mod;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudioaudio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;
+MimeType=application/x-ogg;audio/aac;audio/ac3;audio/basic;audio/midi;audio/mp4;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-aac;audio/x-aiff;audio/x-flac;audio/x-m4a;audio/x-matroska;audio/x-midi;audio/x-mod;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;
 DocPath=amarok/index.html
 Terminal=false
 Categories=Qt;KDE;AudioVideo;Player;
Comment 3 Harald Sitter 2005-10-26 22:04:56 UTC
*** Bug has been marked as fixed ***.