mail-archives/monodevelop-patches-list/2004-May/001234.html

194 строки
8.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1627 - trunk/md-website
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1627%20-%20trunk/md-website&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001233.html">
<LINK REL="Next" HREF="001235.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1627 - trunk/md-website</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1627%20-%20trunk/md-website&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1627 - trunk/md-website">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Tue May 25 00:23:01 EDT 2004</I>
<P><UL>
<LI>Previous message: <A HREF="001233.html">[Monodevelop-patches-list] r1626 - trunk/md-website/release_notes
</A></li>
<LI>Next message: <A HREF="001235.html">[Monodevelop-patches-list] r1628 - trunk/md-website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1234">[ date ]</a>
<a href="thread.html#1234">[ thread ]</a>
<a href="subject.html#1234">[ subject ]</a>
<a href="author.html#1234">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Author: tberman
Date: 2004-05-25 00:23:01 -0400 (Tue, 25 May 2004)
New Revision: 1627
Modified:
trunk/md-website/faq.aspx
trunk/md-website/styles.css
Log:
faq updates. graphical mainly, we will see how they end up looking.
Modified: trunk/md-website/faq.aspx
===================================================================
--- trunk/md-website/faq.aspx 2004-05-25 03:15:15 UTC (rev 1626)
+++ trunk/md-website/faq.aspx 2004-05-25 04:23:01 UTC (rev 1627)
@@ -9,51 +9,56 @@
&lt;div class=&quot;headlinebar&quot;&gt;FAQ&lt;/div&gt;
-&lt;p&gt;&lt;a name=&quot;gdb&quot;&gt;How do I get a backtrace with gdb?&lt;/a&gt;&lt;/p&gt;
-&lt;p&gt;
-&lt;ol&gt;
- &lt;li&gt;Add the following to ~/.gdbinit:&lt;br /&gt;
- &lt;pre&gt;
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;question&quot;&gt;&lt;a name=&quot;gdb&quot;&gt;How do I get a backtrace with gdb?&lt;/a&gt;&lt;/div&gt;
+ &lt;ol&gt;
+ &lt;li&gt;Add the following to ~/.gdbinit:&lt;br /&gt;
+ &lt;pre&gt;
handle SIGPWR nostop noprint pass
handle SIGXCPU nostop noprint pass
- &lt;/pre&gt;
- &lt;/li&gt;
- &lt;li&gt;cd /usr/lib/monodevelop/bin&lt;/li&gt;
- &lt;li&gt;gdb mono&lt;/li&gt;
- &lt;li&gt;run MonoDevelop.exe&lt;/li&gt;
- &lt;li&gt;thread apply all bt&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/p&gt;
+&lt;/pre&gt;
+ &lt;/li&gt;
+ &lt;li&gt;cd /usr/lib/monodevelop/bin&lt;/li&gt;
+ &lt;li&gt;gdb mono&lt;/li&gt;
+ &lt;li&gt;run MonoDevelop.exe&lt;/li&gt;
+ &lt;li&gt;thread apply all bt&lt;/li&gt;
+ &lt;/ol&gt;
+&lt;/div&gt;
&lt;br/&gt;
-&lt;p&gt;&lt;a name=&quot;orbit_crash&quot;&gt;Crashes when quiting MonoDevelop&lt;/a&gt;&lt;/p&gt;
-&lt;p&gt;If you get crashes when you close MonoDevelop, check your ORBit version.&lt;/p&gt;
-&lt;p&gt;Version 2.8.2 is known to cause issues. Upgrade to 2.8.3 if at all possible.&lt;/p&gt;
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;question&quot;&gt;&lt;a name=&quot;orbit_crash&quot;&gt;Crashes when quiting MonoDevelop?&lt;/a&gt;&lt;/div&gt;
+&lt;p&gt;If you get crashes when you close MonoDevelop, check your ORBit version.
+Version 2.8.2 is known to cause issues. Upgrade to 2.8.3 if at all possible.&lt;/p&gt;
&lt;p&gt;NOTE: This update could be harmful to your gnome system, and should &lt;b&gt;NOT&lt;/b&gt; be done lightly.&lt;/p&gt;
-&lt;br&gt;
-&lt;p&gt;&lt;a name=&quot;mimetype_gnome26&quot;&gt;How do I add mimetypes in gnome 2.6?&lt;/a&gt;&lt;/p&gt;
-
+&lt;/div&gt;
+&lt;br/&gt;
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;question&quot;&gt;&lt;a name=&quot;mimetype_gnome26&quot;&gt;How do I add mimetypes in gnome 2.6?&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;cp monodevelop.xml /usr/share/mime/packages
update-mime-database /usr/share/mime&lt;/pre&gt;
&lt;p&gt;You might have to do these operations as the root user. If for some reason this still doesnt solve the problem, you can attempt to:&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;find /usr/share/mime -type f -exec chmod 644 {} \;&lt;/pre&gt;
&lt;p&gt;With a user who has permissions to do so.&lt;/p&gt;
+&lt;/div&gt;
&lt;br/&gt;
-&lt;p&gt;&lt;a name=&quot;gecko-sharp&quot;&gt;Where do I get gecko-sharp.pc?&lt;/a&gt;&lt;/p&gt;
-
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;qeustion&quot;&gt;&lt;a name=&quot;gecko-sharp&quot;&gt;Where do I get gecko-sharp.pc?&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;gecko-sharp.pc can be found in the gtkmozembed-sharp CVS module in the Mono
CVS repository.&lt;/p&gt;
+&lt;/div&gt;
&lt;br/&gt;
-&lt;p&gt;&lt;a name=&quot;syntax_highlighting&quot;&gt;Why aren't my C# files syntax highlighted?&lt;/a&gt;&lt;/p&gt;
-
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;question&quot;&gt;&lt;a name=&quot;syntax_highlighting&quot;&gt;Why aren't my C# files syntax highlighted?&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;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. If you are running gnome 2.6, see
above.&lt;/p&gt;
-&lt;br/&gt;
-&lt;p&gt;&lt;a name=&quot;pkgconfig&quot;&gt;What if the configuration summary says 'no' for one of the requirements?&lt;/a&gt;&lt;/p&gt;
-
+&lt;/div&gt;
+&lt;br/&gt;
+&lt;div class=&quot;faq&quot;&gt;
+ &lt;div class=&quot;question&quot;&gt;&lt;a name=&quot;pkgconfig&quot;&gt;What if the configuration summary says 'no' for one of the requirements?&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The configure script uses pkg-config to see if you have the
required packages to build. If it can't detect a package that
you have installed:&lt;/p&gt;
@@ -65,7 +70,8 @@
&lt;p&gt;install a newer version or the development counterpart
of that package and rerun ./configure.
&lt;/p&gt;
-
+&lt;/div&gt;
+&lt;br/&gt;
&lt;div class=&quot;headlinebar&quot;&gt;Known Issues&lt;/div&gt;
&lt;p&gt;This list tracks know issues, hopefully to prevent duplicate bug reporting
@@ -73,7 +79,7 @@
&lt;ul&gt;&lt;li&gt;When you iconify a dockitem, close MonoDevelop and reopen, the dockitem is
gone.
-&lt;/li&gt;&lt;li&gt;When you maximize MonoDevelop, the docks do not resize properly.&lt;/li&gt;
+&lt;/li&gt;&lt;li&gt;When you maximize MonoDevelop, the docks do not resize properly in all docking configurations.&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;References&lt;/b&gt;
Modified: trunk/md-website/styles.css
===================================================================
--- trunk/md-website/styles.css 2004-05-25 03:15:15 UTC (rev 1626)
+++ trunk/md-website/styles.css 2004-05-25 04:23:01 UTC (rev 1627)
@@ -104,3 +104,13 @@
margin: 3px;
line-height: 1.2em;
}
+
+.faq {
+ background-color: #fafafa;
+ border: 1px solid black;
+}
+
+.question {
+ background-color: #dcdcdc;
+ border-bottom: 1px solid black;
+}
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001233.html">[Monodevelop-patches-list] r1626 - trunk/md-website/release_notes
</A></li>
<LI>Next message: <A HREF="001235.html">[Monodevelop-patches-list] r1628 - trunk/md-website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1234">[ date ]</a>
<a href="thread.html#1234">[ thread ]</a>
<a href="subject.html#1234">[ subject ]</a>
<a href="author.html#1234">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
mailing list</a><br>
</body></html>