annotate audacious.desktop @ 4606:6b76f8589f5d
Added a temporary function str_assert_utf8() for finding points in code
where string data should be UTF-8 but might not be. In case of valid UTF-8
a copy of string is returned. If string is NOT valid UTF-8, a call backtrace
is printed and str_to_utf() is called instead.
author |
Matti Hamalainen <ccr@tnsp.org> |
date |
Wed, 04 Jun 2008 23:17:47 +0300 |
parents |
8ff1fd730af3 |
children |
|
rev |
line source |
3666
|
1 [Desktop Entry]
|
|
2 Name=Audacious
|
|
3 GenericName=Audio Player
|
|
4 Comment=Play music
|
|
5 Comment[hu]=Zene lejátszása
|
4445
|
6 Comment[de]=Musik abspielen
|
3666
|
7 Exec=audacious %U
|
|
8 Icon=audacious
|
|
9 MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-scpls;audio/x-stm;audio/x-wav;audio/x-xm;application/ogg;audio/x-vorbis+ogg
|
|
10 Categories=Application;GTK;AudioVideo;Player;
|
|
11 Terminal=false
|
|
12 Type=Application
|
|
13 Encoding=UTF-8
|