diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
commit | 956e80a80026902a6c768a10340ac53158b784b7 (patch) | |
tree | e7243f795478a14cd5eb40b8b2082908fe0c1b03 | |
parent | f73abfa360e1a688a288cf37077f6266d7d03708 (diff) | |
download | kmymoney-956e80a80026902a6c768a10340ac53158b784b7.tar.gz kmymoney-956e80a80026902a6c768a10340ac53158b784b7.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | kmymoney2/kmymoney2.desktop | 4 | ||||
-rw-r--r-- | kmymoney2/plugins/ofximport/kmm_ofximport.desktop | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/kmymoney2.desktop b/kmymoney2/kmymoney2.desktop index aac7a69..4deda0b 100644 --- a/kmymoney2/kmymoney2.desktop +++ b/kmymoney2/kmymoney2.desktop @@ -17,7 +17,7 @@ Comment[ru]=Учёт финансов Comment[zh_CN]=个人财务管理软件 MimeType=application/x-kmymoney;application/vnd.intu.qfx;application/x-ofx; Type=Application -DocPath=kmymoney2/index.html +X-DocPath=kmymoney2/index.html Icon=kmymoney2 -ServiceTypes= +X-TDE-ServiceTypes= Categories=Office;Finance; diff --git a/kmymoney2/plugins/ofximport/kmm_ofximport.desktop b/kmymoney2/plugins/ofximport/kmm_ofximport.desktop index e425504..c9f3ca2 100644 --- a/kmymoney2/plugins/ofximport/kmm_ofximport.desktop +++ b/kmymoney2/plugins/ofximport/kmm_ofximport.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=KMyMoney OFX Comment=Add OFX importing to KMyMoney -ServiceTypes=KMyMoneyPlugin +X-TDE-ServiceTypes=KMyMoneyPlugin Type=Service Icon=connect_creating X-TDE-Library=kmm_ofximport |