diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-07 15:42:20 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-07 15:56:10 +0100 |
| commit | dee8637bfc29e0097595fb93c7cd0f8461e9d166 (patch) | |
| tree | 0b34b200ff1f1cc0db01c73e4ca79e806ae84f36 /tools/assistant | |
| parent | 293aa66e26b540f6b7d036a1edd3e7df9bdb6b37 (diff) | |
| download | tqt-dee8637bfc29e0097595fb93c7cd0f8461e9d166.tar.gz tqt-dee8637bfc29e0097595fb93c7cd0f8461e9d166.zip | |
Cleaning up desktop files
The desktop files listed a mimetype, but it doesn't seem to be tied
to any specific file types. Also, the filename is not passed in the
Exec arguments.
Lintian tag: desktop-mime-but-no-exec-code
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tools/assistant')
| -rw-r--r-- | tools/assistant/tqassistant.desktop | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/assistant/tqassistant.desktop b/tools/assistant/tqassistant.desktop index 270a34b46..4e00bfb6e 100644 --- a/tools/assistant/tqassistant.desktop +++ b/tools/assistant/tqassistant.desktop @@ -1,6 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 -Exec=tqassistant Name=TQt3 Assistant Name[de]=TQt3 Assistent Name[bg]=TQt3 асистент @@ -13,6 +11,7 @@ Name[pa]=TQt3 ਸਹਾਇਕ Name[sv]=TQt3-assistent Name[zh_CN]=TQt3 助手 Name[zh_TW]=TQt3 助理 + GenericName=Document Browser GenericName[af]=Dokument Blaaier GenericName[az]=Sənəd Səyyahı @@ -82,11 +81,13 @@ GenericName[xx]=xxDocument Browserxx GenericName[zh_CN]=文档浏览器 GenericName[zh_TW]=文件閱讀器 GenericName[zu]=Umcingi Woshicilelo + Comment=TQt3 Helpcenter Comment[de]= TQt3 Hilfezentrum Comment[fr]=Centre d'aide de TQt3 -MimeType=application/x-assistant; + +Type=Application +Exec=tqassistant Icon=tqassistant.png Terminal=false -Type=Application Categories=Qt;Development;Documentation; |
