glfs/gnome/core/config.xml
Larry Lawrence dd3f20f0b6 final chunked xsl fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2110 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-07 03:24:31 +00:00

17 lines
602 B
XML

<sect1 id="gnome-config">
<?dbhtml filename="config.html"?>
<title>Configuring the core GNOME packages</title>
<para>Create an <filename>.xinitrc</filename> file to start
<application><acronym>GNOME</acronym></application>:</para>
<screen><userinput><command>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</command></userinput></screen>
<para>and ensure all libraries can be found with:</para>
<screen><userinput><command>ldconfig</command></userinput></screen>
<para>At this point you can bring up
<application><acronym>GNOME</acronym></application> with
<command>startx</command>.</para>
</sect1>