diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kfile-plugins/abiword/kfile_abiword.desktop | 2 | ||||
-rw-r--r-- | tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop | 2 | ||||
-rw-r--r-- | tools/kfile-plugins/koffice/kfile_koffice.desktop | 2 | ||||
-rw-r--r-- | tools/kfile-plugins/ooo/kfile_ooo.desktop | 2 | ||||
-rw-r--r-- | tools/kthesaurus/KThesaurus.desktop | 4 | ||||
-rwxr-xr-x | tools/scripts/check_koffice_install.sh | 4 | ||||
-rw-r--r-- | tools/spell/kspelltool.desktop | 2 | ||||
-rw-r--r-- | tools/thesaurus/thesaurustool.desktop | 2 | ||||
-rw-r--r-- | tools/thumbnail/clipartthumbnail.desktop | 2 | ||||
-rw-r--r-- | tools/thumbnail/kofficethumbnail.desktop | 2 | ||||
-rw-r--r-- | tools/thumbnail/otherofficethumbnail.desktop | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/tools/kfile-plugins/abiword/kfile_abiword.desktop b/tools/kfile-plugins/abiword/kfile_abiword.desktop index 805aad4a..a522452b 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.desktop +++ b/tools/kfile-plugins/abiword/kfile_abiword.desktop @@ -43,7 +43,7 @@ Name[uz@cyrillic]=Abiword ҳужжати ҳақида маълумот Name[zh_CN]=Abiword 信息 Name[zh_TW]=Abiword 資訊 ServiceTypes=KFilePlugin -X-KDE-Library=kfile_abiword +X-TDE-Library=kfile_abiword MimeType=application/x-abiword PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop b/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop index 9a99d138..a1372f31 100644 --- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop +++ b/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop @@ -43,7 +43,7 @@ Name[uz@cyrillic]=Gnumeric ҳужжати ҳақида маълумот Name[zh_CN]=Gnumeric 信息 Name[zh_TW]=Gnumeric 資訊 ServiceTypes=KFilePlugin -X-KDE-Library=kfile_gnumeric +X-TDE-Library=kfile_gnumeric MimeType=application/x-gnumeric PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/koffice/kfile_koffice.desktop b/tools/kfile-plugins/koffice/kfile_koffice.desktop index 8c8449aa..8e653180 100644 --- a/tools/kfile-plugins/koffice/kfile_koffice.desktop +++ b/tools/kfile-plugins/koffice/kfile_koffice.desktop @@ -60,7 +60,7 @@ Name[xh]=Ulwazi lwe KOffice Name[zh_CN]=KOffice 信息 Name[zh_TW]=KOffice 資訊 ServiceTypes=KFilePlugin -X-KDE-Library=kfile_koffice +X-TDE-Library=kfile_koffice MimeType=application/x-kword;application/x-kpresenter;application/x-kspread;application/x-karbon PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/ooo/kfile_ooo.desktop b/tools/kfile-plugins/ooo/kfile_ooo.desktop index 1dcca275..99039aa9 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.desktop +++ b/tools/kfile-plugins/ooo/kfile_ooo.desktop @@ -51,7 +51,7 @@ Name[wa]=Informåcion OpenOffice.org Name[zh_CN]=OpenOffice.org 信息 Name[zh_TW]=OpenOffice.org 資訊 ServiceTypes=KFilePlugin -X-KDE-Library=kfile_ooo +X-TDE-Library=kfile_ooo MimeType=application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.global;application/vnd.sun.xml.writer.math;application/vnd.sun.xml.writer.template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.image;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kthesaurus/KThesaurus.desktop b/tools/kthesaurus/KThesaurus.desktop index 636de9d6..6ad6d486 100644 --- a/tools/kthesaurus/KThesaurus.desktop +++ b/tools/kthesaurus/KThesaurus.desktop @@ -74,5 +74,5 @@ GenericName[wa]=Mots k' ont-st a vey GenericName[xh]=Amagama Ahlobeneyo GenericName[zh_CN]=相关单词 GenericName[zh_TW]=相關單字 -X-KDE-StartupNotify=true -Categories=Qt;KDE;Office; +X-TDE-StartupNotify=true +Categories=Qt;TDE;Office; diff --git a/tools/scripts/check_koffice_install.sh b/tools/scripts/check_koffice_install.sh index 3c637639..8f7cf4f2 100755 --- a/tools/scripts/check_koffice_install.sh +++ b/tools/scripts/check_koffice_install.sh @@ -25,7 +25,7 @@ function checkname() cat $f exit 1 fi - nativemime=`grep X-KDE-NativeMimeType $f` + nativemime=`grep X-TDE-NativeMimeType $f` echo Native mimetype : $nativemime if echo $nativemime | grep "application/x-$instance" >/dev/null 2>/dev/null; then found=1 @@ -69,7 +69,7 @@ if [ $found = 0 ]; then fi if [ $found = 0 ]; then - echo "***** No $instance.desktop with X-KDE-NativeMimetype in it was found! Installation problem." + echo "***** No $instance.desktop with X-TDE-NativeMimetype in it was found! Installation problem." echo $applnks fi diff --git a/tools/spell/kspelltool.desktop b/tools/spell/kspelltool.desktop index d63e9cd8..676dc298 100644 --- a/tools/spell/kspelltool.desktop +++ b/tools/spell/kspelltool.desktop @@ -66,7 +66,7 @@ Name[xh]=Isixhobo Sokukhangela Upelo Name[zh_CN]=拼写检查工具 Name[zh_TW]=拼字檢查工具 Name[zu]=Ithuluzi Lokubhekisisa Kokubhalwa Kwamagama -X-KDE-Library=libkspelltool +X-TDE-Library=libkspelltool Type=Service Commands=spellcheck Comment=Check this Word's Spelling diff --git a/tools/thesaurus/thesaurustool.desktop b/tools/thesaurus/thesaurustool.desktop index 368d4432..8c6ff95a 100644 --- a/tools/thesaurus/thesaurustool.desktop +++ b/tools/thesaurus/thesaurustool.desktop @@ -60,7 +60,7 @@ Name[uz@cyrillic]=Тезаурус воситаси Name[xh]=Isixhobo se Thesaurus Name[zh_CN]=词典工具 Name[zh_TW]=同義字工具 -X-KDE-Library=libthesaurustool +X-TDE-Library=libthesaurustool Type=Service Commands=thesaurus Comment=Show Related Words diff --git a/tools/thumbnail/clipartthumbnail.desktop b/tools/thumbnail/clipartthumbnail.desktop index 893eb040..6f88b869 100644 --- a/tools/thumbnail/clipartthumbnail.desktop +++ b/tools/thumbnail/clipartthumbnail.desktop @@ -41,5 +41,5 @@ Name[zh_CN]=剪贴画 Name[zh_TW]=剪貼板 ServiceTypes=ThumbCreator MimeTypes=image/wmf -X-KDE-Library=clipartthumbnail +X-TDE-Library=clipartthumbnail CacheThumbnail=true diff --git a/tools/thumbnail/kofficethumbnail.desktop b/tools/thumbnail/kofficethumbnail.desktop index c2f3a7cf..5721735a 100644 --- a/tools/thumbnail/kofficethumbnail.desktop +++ b/tools/thumbnail/kofficethumbnail.desktop @@ -66,5 +66,5 @@ Name[zh_CN]=KOffice 文件 Name[zh_TW]=KOffice 檔案 ServiceTypes=ThumbCreator MimeTypes=application/x-kword,application/x-kspread,application/x-kpresenter,application/x-karbon,application/x-chalk,application/x-kchart,application/vnd.oasis.opendocument.text,application/vnd.oasis.opendocument.text-template,application/vnd.oasis.opendocument.graphics,application/vnd.oasis.opendocument.graphics-template,application/vnd.oasis.opendocument.presentation,application/vnd.oasis.opendocument.presentation-template,application/vnd.oasis.opendocument.spreadsheet,application/vnd.oasis.opendocument.spreadsheet-template,application/vnd.oasis.opendocument.chart,application/vnd.oasis.opendocument.chart-template,application/vnd.oasis.opendocument.formula,application/vnd.oasis.opendocument.formula-template -X-KDE-Library=kofficethumbnail +X-TDE-Library=kofficethumbnail CacheThumbnail=true diff --git a/tools/thumbnail/otherofficethumbnail.desktop b/tools/thumbnail/otherofficethumbnail.desktop index 1c515f6f..d9a22824 100644 --- a/tools/thumbnail/otherofficethumbnail.desktop +++ b/tools/thumbnail/otherofficethumbnail.desktop @@ -65,5 +65,5 @@ Name[zh_CN]=其它 Office 文件 Name[zh_TW]=其他 Office 檔案 ServiceTypes=ThumbCreator MimeTypes=application/illustrator,application/msexcel,application/mspowerpoint,application/msword,application/vnd.palm,application/wordperfect,application/x-abiword,application/x-amipro,application/x-applixgraphics,application/x-applixspread,application/x-applixword,application/x-gnumeric,application/x-quattropro,image/x-msod,text/rtf,text/vnd.wap.wml -X-KDE-Library=kofficethumbnail +X-TDE-Library=kofficethumbnail CacheThumbnail=true |