[Monodevelop-patches-list] r1614 - in trunk/md-website: . tutorials

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed May 19 21:43:58 EDT 2004


Author: tberman
Date: 2004-05-19 21:43:58 -0400 (Wed, 19 May 2004)
New Revision: 1614

Modified:
   trunk/md-website/faq.aspx
   trunk/md-website/tutorials/package_install.aspx
Log:
more website updates


Modified: trunk/md-website/faq.aspx
===================================================================
--- trunk/md-website/faq.aspx	2004-05-20 01:40:45 UTC (rev 1613)
+++ trunk/md-website/faq.aspx	2004-05-20 01:43:58 UTC (rev 1614)
@@ -24,7 +24,12 @@
   <li>thread apply all bt</li>
 </ol>
 </p>
-
+<br/>
+<p><a name="orbit_crash">Crashes when quiting MonoDevelop</a></p>
+<p>If you get crashes when you close MonoDevelop, check your ORBit version.</p>
+<p>Version 2.8.2 is known to cause issues. Upgrade to 2.8.3 if at all possible.</p>
+<p>NOTE: This update could be harmful to your gnome system, and should <b>NOT</b> be done lightly.</p>
+<br>
 <p><a name="mimetype_gnome26">How do I add mimetypes in gnome 2.6?</a></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, so you do:</p>

Modified: trunk/md-website/tutorials/package_install.aspx
===================================================================
--- trunk/md-website/tutorials/package_install.aspx	2004-05-20 01:40:45 UTC (rev 1613)
+++ trunk/md-website/tutorials/package_install.aspx	2004-05-20 01:43:58 UTC (rev 1614)
@@ -23,11 +23,8 @@
       instructions guide you through installing them.
       </p>
 
-      <b>1. ORBit2 2.8.3</b>
-      <p>Although newer and older versions of ORBit <i>may</i> work, they have been known to produce non-fatal and data-safe crashes when MonoDevelop exits. If in doubt, leave your system as is. Note, if you have a newer/older version installed, it would be best to keep it as other pieces of your system may depend on it, and these crashes will never effect your data. It is just a crash on shutdown, and can be ignored</p>
-
       <br /><br />
-      <b>2. GtkSourceView 0.7+</b>
+      <b>1. GtkSourceView 0.7+</b>
       <p>You may download a binary package for your distribution if it provides version 0.7 or higher. 
 Otherwise, download the 
 <a href="http://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/0.7/gtksourceview-0.7.0.tar.gz">official 
@@ -43,7 +40,7 @@
       </p>
 
       <br /><br />
-      <b>3. gtkmozembed</b>
+      <b>2. gtkmozembed</b>
       <p><a href="http://www.mozilla.org/unix/gtk-embedding.html">gtkmozembed</a> can generally be found in 
 the Mozilla development package for your OS. For example:
       <br />
@@ -56,7 +53,7 @@
       </p>
 
       <br /><br />
-      <b>4. Install Mono</b><br />
+      <b>3. Install Mono</b><br />
       <p>MonoDevelop will require the following mono packages to be installed, in this order:
       <ul>
 <li><a href="ftp://www-126.ibm.com/pub/icu/2.6/icu-2.6.tgz">International Components for Unicode 2.6 or greater</a></li>




More information about the Monodevelop-patches-list mailing list