Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications

pull/1/head
Timothy Pearson 10 years ago
parent 0c27e80120
commit c498e25e50

@ -1,6 +1,6 @@
[Desktop Entry]
Actions=ExtractSoundKonverter
ServiceTypes=media/audiocd
X-TDE-ServiceTypes=media/audiocd
Icon=soundkonverter
X-TDE-Priority=TopLevel

@ -478,7 +478,7 @@ void Config::writeServiceMenu()
num = 0;
content = "";
content += "[Desktop Entry]\n";
content += "ServiceTypes=";
content += "X-TDE-ServiceTypes=";
for( TQValueList<FormatItem>::Iterator it = formats.begin(); it != formats.end(); ++it ) {
// if( (*it).encoder != 0 && binaries[(*it).encoder->enc.bin] != "" && (*it).mime_types.first() != "application/octet-stream" ) {

@ -13,4 +13,4 @@ GenericName=Audio Converter and CD Ripper
GenericName[de]=Audiodateien Konvertierer und CD Ripper
GenericName[fr]=Convertisseur Audio
Terminal=false
DocPath=soundkonverter/index.html
X-DocPath=soundkonverter/index.html

Loading…
Cancel
Save