Add some more questions and answers.

This commit is contained in:
Maxim Sobolev 2002-01-08 17:39:12 +00:00
parent b115a243fc
commit fd1dd088fd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11631

View file

@ -17,6 +17,9 @@
<li> <a href="#q2">GNOME is failing to build from ports. What do I do?</a>
<li> <a href="#q3">I installed GNOME, but I'm missing application foo. What gives?</a>
<li> <a href="#q4">What's the best way to upgrade GNOME?</a>
<li> <a href="#q5">What is the difference between GNOME and KDE?</a>
<li> <a href="#q6">Where can I get more themes for GNOME?</a>
<li> <a href="#q7">What window managers work well with GNOME?</a>
</ol>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2">
@ -150,7 +153,7 @@ gnomecore
<tr><td colspan="4"><br></td></tr>
<tr>
<TD WIDTH="10">
<FONT><a name="q3"> 4.</a></font></TD>
<FONT><a name="q4"> 4.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<B>What's the best way to upgrade GNOME?</B>
</TD>
@ -180,6 +183,96 @@ gnomecore
<tr>
<TD WIDTH="10"><br></td>
</tr>
<tr><td colspan="4"><br></td></tr>
<tr>
<TD WIDTH="10">
<FONT><a name="q5"> 5.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<B>What is the difference between GNOME and KDE?</B>
</TD>
</tr>
<tr>
<TD WIDTH="10"> <BR> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<P>GNOME and KDE are both desktop environments. GNOME is based on
the GTK+ widget set, and is primarily written in C. KDE on the other
hand is based on the QT widget set, and is primarily written in C++.</P>
<P>Both environments offer a wide range of applications from toys and
games to full-blow office suites. Both are actively developed and
ported to FreeBSD. If you're trying to decide which one to call your
own, try them both, and see which one you like better.</P>
<P>You can read more about KDE on FreeBSD at
<a href="http://freebsd.kde.org">http://freebsd.kde.org</a>.</P>
</TD>
</tr>
<tr>
<TD WIDTH="10"><br></td>
</tr>
<tr><td colspan="4"><br></td></tr>
<tr>
<TD WIDTH="10">
<FONT><a name="q6"> 6.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<B>Where can I get more themes for GNOME?</B>
</TD>
</tr>
<tr>
<TD WIDTH="10"> <BR> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<P>If you're tired of the default themes that come with GNOME, you
do have options. First, FreeBSD's ports collection comes with a
rather large collection of GTK themes for GNOME. To install these
from packages, run:</P>
<TT># pkg_add -r gtk-engines-collection</TT>
<P>To install the themes from ports, do:</P>
<PRE>
# cd /usr/ports/x11-toolkits/gtk-engines-collection
# make all install clean
</PRE>
<P>If you want even more themes, checkout
<a href="http://gtk.themes.org">http://gtk.themes.org</a>. Note,
you will probably need to install the <tt>gtk-engines-collection</tt>
before using any of the themes from themes.org.</P>
</TD>
</tr>
<tr>
<TD WIDTH="10"><br></td>
</tr>
<tr><td colspan="4"><br></td></tr>
<tr>
<TD WIDTH="10">
<FONT><a name="q7"> 7.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<B>What window managers work well with GNOME?</B>
</TD>
</tr>
<tr>
<TD WIDTH="10"> <BR> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<P>The <tt>gnome</tt> meta-port installs the
<a href="http://sawmill.sourceforge.net">Sawfish</a> window manager by
default. However, there are other window managers you can use with
GNOME. These include:</P>
<UL>
<LI><a href="http://www.enlightenment.org/pages/main.html">Enlightenment</a></LI>
<LI><a href="http://www.fvwm.org/">FVWM2</a></LI>
<LI><a href="http://www.windowmaker.org/">WindowMaker</a></LI>
<LI><a href="http://www.afterstep.org/">Afterstep</a></LI>
<LI><a href="http://www.icewm.org/">IceWM</a></LI>
</UL>
</TD>
</tr>
<tr>
<TD WIDTH="10"><br></td>
</tr>
</table>
</td>
</tr>