summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:20 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:20 -0500
commit7bb5bdb56554b60c467a8523572406ee1bad5ee9 (patch)
treea45050a31fc29f9409c63a00cf8b7b73ca078453
parent3f5be0ff3e9c3b0a65455ab014f083e596a31ec3 (diff)
downloadtdeio-apt-7bb5bdb5.tar.gz
tdeio-apt-7bb5bdb5.zip
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r--src/apt-file.desktop2
-rw-r--r--src/apt-files.desktop2
-rw-r--r--src/apt-search.desktop2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/apt-file.desktop b/src/apt-file.desktop
index 52891e0..ea63240 100644
--- a/src/apt-file.desktop
+++ b/src/apt-file.desktop
@@ -4,5 +4,5 @@ Hidden=false
Keys=apt-file
Name=APT - Find File
Query=apt:/fsearch?\\{@}
-ServiceTypes=SearchProvider
+X-TDE-ServiceTypes=SearchProvider
Type=Service
diff --git a/src/apt-files.desktop b/src/apt-files.desktop
index 7089b96..34ea8e3 100644
--- a/src/apt-files.desktop
+++ b/src/apt-files.desktop
@@ -4,5 +4,5 @@ Hidden=false
Keys=apt-files
Name=APT - Filelist
Query=apt:/list?\\{@}
-ServiceTypes=SearchProvider
+X-TDE-ServiceTypes=SearchProvider
Type=Service
diff --git a/src/apt-search.desktop b/src/apt-search.desktop
index 876337f..0fd8e25 100644
--- a/src/apt-search.desktop
+++ b/src/apt-search.desktop
@@ -4,5 +4,5 @@ Hidden=false
Keys=apt-search
Name=APT - Search Package
Query=apt:/search?\\{@}
-ServiceTypes=SearchProvider
+X-TDE-ServiceTypes=SearchProvider
Type=Service