[leksah/f16] Fix #744559

Lakshmi Narasimhan T V narasim at fedoraproject.org
Mon Oct 10 14:17:32 UTC 2011


commit a26ccd20b949b1454776fd441cf0b789883c9c68
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Mon Oct 10 19:44:11 2011 +0530

    Fix #744559

 leksah.xml                 |   45 ++++++++++++++++++++++++++++++++++++++++++++
 leksah_loadsession.desktop |   12 +++++++++++
 2 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/leksah.xml b/leksah.xml
new file mode 100644
index 0000000..1af0abc
--- /dev/null
+++ b/leksah.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+<mime-type type="application/leksah-session">
+<comment>leksah session file</comment>
+<glob pattern="*.lkshs"/>
+</mime-type>
+
+<mime-type type="application/leksah-workspace">
+<comment>leksah workspace file</comment>
+<glob pattern="*.lkshw"/>
+<generic-icon name="application-x-leksah"/>
+</mime-type>
+
+<mime-type type="text/leksah-preferences">
+<comment>leksah preferences file</comment>
+<glob pattern="*.lkshp"/>
+</mime-type>
+
+<mime-type type="text/leksah-candy">
+<comment>leksah candy file</comment>
+<glob pattern="*.lkshc"/>
+</mime-type>
+
+<mime-type type="text/leksah-keymap">
+<comment>leksah keymap file</comment>
+<glob pattern="*.lkshk"/>
+</mime-type>
+
+<mime-type type="x-contents/leksah-metadata">
+<comment>leksah metadata file</comment>
+<glob pattern="*.lkshm"/>
+</mime-type>
+
+<mime-type type="text/leksah-metadata-path">
+<comment>leksah metadata file</comment>
+<glob pattern="*.lkshp"/>
+
+</mime-type>
+
+<mime-type type="x-contents/leksah-metadata-ws">
+<comment>leksah workspace metadata file</comment>
+<glob pattern="*.lkshe"/>
+</mime-type>
+
+</mime-info>
diff --git a/leksah_loadsession.desktop b/leksah_loadsession.desktop
new file mode 100644
index 0000000..4f71c8a
--- /dev/null
+++ b/leksah_loadsession.desktop
@@ -0,0 +1,12 @@
+
+[Desktop Entry]
+Encoding=UTF-8
+Name=Leksah
+GenericName=Haskell IDE
+Comment=The Haskell development environment
+NoDisplay=true
+Exec=leksah %f
+Icon=leksah
+Type=Application
+Categories=GNOME;GTK;Development;X-DevelopmentTools;
+MimeType=application/leksah-session;application/leksah-workspace;


More information about the scm-commits mailing list