diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:19 -0500 |
commit | f9c08538ba5fcdf87ed2985486a1821d1f530e5f (patch) | |
tree | ded0a19a896106173df713c27bd9983092a04c6b | |
parent | af8d77dcf2e5f3fe7d2a5031cdb7c2dfb956475e (diff) | |
download | konversation-f9c08538ba5fcdf87ed2985486a1821d1f530e5f.tar.gz konversation-f9c08538ba5fcdf87ed2985486a1821d1f530e5f.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | konversation/src/konversation.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/konversation.desktop b/konversation/src/konversation.desktop index 1601bb1..02595e5 100644 --- a/konversation/src/konversation.desktop +++ b/konversation/src/konversation.desktop @@ -2,7 +2,7 @@ Type=Application Exec=konversation -caption "%c" %i Icon=konversation -DocPath=konversation/index.html +X-DocPath=konversation/index.html GenericName=IRC Client GenericName[ar]=زبون IRC GenericName[bg]=IRC клиент @@ -42,6 +42,6 @@ Name[pa]=ਗੱਲਬਾਤ Name[ta]=உரையாடல் Name[xx]=xxKonversationxx Categories=Qt;TDE;Network;IRCClient; -ServiceTypes=DCOP/InstantMessenger;DCOP/Unique +X-TDE-ServiceTypes=DCOP/InstantMessenger;DCOP/Unique X-DCOP-ServiceName=konversation X-DCOP-ServiceType=Unique |