[Monodevelop-patches-list] r1315 - trunk/md-website
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Mar 31 20:36:37 EST 2004
Author: tberman
Date: 2004-03-31 20:36:37 -0500 (Wed, 31 Mar 2004)
New Revision: 1315
Modified:
trunk/md-website/faq.aspx
Log:
updating faq with gnome 2.6 info
Modified: trunk/md-website/faq.aspx
===================================================================
--- trunk/md-website/faq.aspx 2004-04-01 01:32:14 UTC (rev 1314)
+++ trunk/md-website/faq.aspx 2004-04-01 01:36:37 UTC (rev 1315)
@@ -12,6 +12,13 @@
<div class="headlinebar">FAQ</div>
+<p>How do I add mimetypes in gnome 2.6?</p>
+
+<p>First you copy monodevelop.xml to $(gnome_prefix)/share/mime/packages. Then you run update-mime-database $(gnome_prefix)/share/mime. On fedora, and many other distros $gnome_prefix is /usr, you do:
+<pre class="code">cp monodevelop.xml /usr/share/mime/packages
+update-mime-database /usr/share/mime</pre>
+You might have to do these operations as the root user.</p>
+
<p>Where do I get gecko-sharp.pc?</p>
<p>gecko-sharp.pc can be found in the gtkmozembed-sharp CVS module in the Mono
@@ -22,7 +29,8 @@
<p>GNOME doesn't recognize *.cs files as the text/x-csharp
mimetype. gtksourceview-sharp tries to set this up automatically,
but it may not work in all cases. You can use
-gnome-file-types-properties to do this.</p>
+gnome-file-types-properties to do this. If you are running gnome 2.6, see
+above.</p>
<p>What if the configuration summary says 'no' for one of the requirements?</p>
More information about the Monodevelop-patches-list
mailing list