diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-16 09:00:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-16 09:00:31 +0200 |
commit | 33e98881ad787a93cc2fc2770c1c993d5bb65081 (patch) | |
tree | 9bd3c2a413db4ed2a194395f8bc7e77cbeb2f5f0 /sdgui.desktop | |
parent | c0a094e4734a1a760681e75565af10bf86b68bee (diff) | |
download | tdv-33e98881ad787a93cc2fc2770c1c993d5bb65081.tar.gz tdv-33e98881ad787a93cc2fc2770c1c993d5bb65081.tar.xz tdv-33e98881ad787a93cc2fc2770c1c993d5bb65081.zip |
sdgui: add a MIME-associated desktop file
Neither StarDict nor shared-mime-info have their own MIME DB file.
Diffstat (limited to 'sdgui.desktop')
-rw-r--r-- | sdgui.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sdgui.desktop b/sdgui.desktop new file mode 100644 index 0000000..38b8ee2 --- /dev/null +++ b/sdgui.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=sdgui +GenericName=StarDict GUI +Exec=sdgui %F +StartupNotify=true +MimeType=application/x-stardict-ifo; +Categories=Office;Dictionary;GTK; |