summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-04-13 11:24:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-04-13 11:24:32 +0200
commitc052179c806e24490b928d9defce6b09e97b0d5f (patch)
treec37752286829285fbdacaecacacdb43d497edcdf /share
parent7fbd8d9feeaf2ce5823e31ba49ef0f72fd38c18e (diff)
use PNG icon for desktop file (not everyone supports SVG yet)
Diffstat (limited to 'share')
-rw-r--r--share/applications/feh.pre2
-rw-r--r--share/images/logo.pngbin0 -> 1028 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/share/applications/feh.pre b/share/applications/feh.pre
index d7b22c7..d93e2c2 100644
--- a/share/applications/feh.pre
+++ b/share/applications/feh.pre
@@ -4,7 +4,7 @@ Comment=Fast Imlib2-based Image Viewer
Exec=feh %f
Terminal=false
Type=Application
-Icon=$IMAGEDIR$/logo.svg
+Icon=$IMAGEDIR$/logo.png
Categories=Graphics;2DGraphics;Viewer;
MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;
Name[en_US]=feh
diff --git a/share/images/logo.png b/share/images/logo.png
new file mode 100644
index 0000000..85d4bbd
--- /dev/null
+++ b/share/images/logo.png
Binary files differ