fb38c6d185
- Drop el5 support
27 lines
974 B
Diff
27 lines
974 B
Diff
From d30b1aeacddd15c3870d0933b4ff5a33320894fd Mon Sep 17 00:00:00 2001
|
|
From: Lubomir Rintel <lkundrak@v3.sk>
|
|
Date: Thu, 26 Aug 2010 08:33:05 +0200
|
|
Subject: [PATCH] Add more supported mime/types
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=458845
|
|
---
|
|
inkscape.desktop.in | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/inkscape.desktop.in b/inkscape.desktop.in
|
|
index bd2478e..f663942 100644
|
|
--- a/inkscape.desktop.in
|
|
+++ b/inkscape.desktop.in
|
|
@@ -6,7 +6,7 @@ _X-GNOME-FullName=Inkscape Vector Graphics Editor
|
|
_Comment=Create and edit Scalable Vector Graphics images
|
|
Type=Application
|
|
Categories=Graphics;VectorGraphics;GTK;
|
|
-MimeType=image/svg+xml;image/svg+xml-compressed;
|
|
+MimeType=image/svg+xml;image/svg+xml-compressed;image/cgm;image/x-wmf;application/vnd.corel-draw;application/x-xccx;application/x-xcgm;application/x-xcdt;application/x-xsk1;application/x-xcmx;image/x-xcdr;
|
|
Exec=inkscape %F
|
|
TryExec=inkscape
|
|
Terminal=false
|
|
--
|
|
1.7.2.1
|
|
|