diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 17:34:28 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 18:01:01 +0200 |
commit | 440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f (patch) | |
tree | 720df17e956e393ec28d049ff9583008ff074dc8 /fastiv.desktop | |
parent | 913267724ab3d503a4c6dde4ce31ef6460749d4b (diff) | |
download | fiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.tar.gz fiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.tar.xz fiv-440a9a98409cef4e9ba3c8aa4cc2bfaeb8798b9f.zip |
Add an icon and a desktop file
Diffstat (limited to 'fastiv.desktop')
-rw-r--r-- | fastiv.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fastiv.desktop b/fastiv.desktop new file mode 100644 index 0000000..38d747a --- /dev/null +++ b/fastiv.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Name=fastiv +GenericName=Image Viewer +Icon=fastiv +Exec=fastiv %F +Terminal=false +StartupNotify=true +Categories=Graphics;2DGraphics;Viewer; +# TODO(p): Figure out how to include RAW MIME types, if appropriate. +MimeType=image/png;image/bmp;image/x-bmp;image/x-MS-bmp;image/gif;image/jpeg; |