diff options
| author | tastytea <tastytea@tastytea.de> | 2020-06-08 19:44:59 +0200 |
|---|---|---|
| committer | tastytea <tastytea@tastytea.de> | 2020-06-08 20:54:13 +0200 |
| commit | c677392642cda8f56d7c91fff025ce758dd867b1 (patch) | |
| tree | f78c241f1ea371d61d67a5f71a970f2596435e9e | |
| parent | 51f46dce66ac660507dc7abad5506650bc863d7f (diff) | |
| download | kristall-c677392642cda8f56d7c91fff025ce758dd867b1.tar.gz | |
Add Desktop Entry.
See <https://specifications.freedesktop.org/desktop-entry-spec/latest/>.
| -rw-r--r-- | Kristall.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Kristall.desktop b/Kristall.desktop new file mode 100644 index 0000000..b398f6d --- /dev/null +++ b/Kristall.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Kristall +GenericName=Kristall +Comment=Graphical gemini client +Categories=Network; +Icon=kristall +Exec=kristall %u +Terminal=false +Type=Application +MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher;x-scheme-handler/finger; |
