* Remove the section on enabling Lame support

* Add a paragraph on FAM support [1]
* Add a like to Gary Dunn's SMB mount how-to under the volume mounting
  FAQ
* Update the spatial Nautilus FAQ for GNOME 2.10

Submitted by:	bmah [1]
This commit is contained in:
Joe Marcus Clarke 2005-03-19 20:18:11 +00:00
parent 3061a48d9e
commit 4987b2561a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24134

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.89 2005/03/12 21:30:46 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.90 2005/03/12 22:41:55 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -95,26 +95,17 @@
# make install clean # make install clean
</pre> </pre>
<p><u>Add <b>LAME</b> support to your GNOME <p><u>Enable File Alteration Monitor (FAM) support for
&gnomever; desktop.</u></p> your &gnomever; desktop.</u></p>
<p>For the best GNOME &gnomever; experience, you should install <p>GNOME includes support for the File Alteration Monitor
from ports, after adding the following macro to your (<tt>devel/fam</tt>) by default, in order to improve the
<tt>/etc/make.conf</tt> file:</p> GNOME desktop's ability to respond to files being added,
deleted, or modified by other programs. To take advantage
of this functionality, FAM must be enabled in inetd.conf(5).
More information can be found in
<tt>ports/devel/fam/pkg-message</tt>.</p>
<pre>
WITH_LAME= yes
</pre>
<p><tt>WITH_LAME</tt> adds MP3 support, enabling you to play
MP3s directly in Nautilus. If you install GNOME from packages
or build it from ports without LAME support enabled, all
you need to do to enable LAME support is rebuild
<tt>multimedia/nautilus-media</tt> after adding
<tt>WITH_LAME</tt> to <tt>/etc/make.conf</tt>.</p>
<p>This option may cause build errors on certain platforms, and
thus they are not enabled by default.</p>
<p><u>Make GNOME &gnomever; start when X starts.</u></p> <p><u>Make GNOME &gnomever; start when X starts.</u></p>
@ -671,11 +662,9 @@ Type=Application
a "spatial" mode. This means that each item is opened in a "spatial" mode. This means that each item is opened in
a new window. This may not be desirable to all users. If a new window. This may not be desirable to all users. If
you wish to revert back to the old Nautilus file system you wish to revert back to the old Nautilus file system
browser, launch <b>Applications &gt; System Tools &gt; browser, go to Desktop-&gt;Preferences-&gt;File
Configuration Editor</b>, and go to the Management, click on the Behavior tab, and check the
<tt>/apps/nautilus/preferences</tt> key. Check the "Always open in browser windows" checkbox.</p>
<tt>always_use_browser</tt> checkbox, then restart
GNOME.</p>
</li> </li>
<!-- Q18 --> <!-- Q18 -->
<li style="padding-bottom: 0.5em"><a name="q18"></a> <li style="padding-bottom: 0.5em"><a name="q18"></a>
@ -734,6 +723,10 @@ vfs.usermount=1
<tt>/usr/home/marcus/cdrom</tt> in the example above. <tt>/usr/home/marcus/cdrom</tt> in the example above.
If you do not do this, you will ecnounter strange If you do not do this, you will ecnounter strange
problems trying to access or unmount your volume.</p> problems trying to access or unmount your volume.</p>
<p>Gary Dunn also provides a <a
href="http://www.aloha.com/~knowtree/howto/gnomeSMBmount.html">
very detailed how-to</a> for user-mounting SMB volumes.</p>
</li> </li>
<!-- Q20 --> <!-- Q20 -->
<li style="padding-bottom: 0.5em"><a name="q20"></a> <li style="padding-bottom: 0.5em"><a name="q20"></a>