glfs/gnome/config/config-core.xml
Larry Lawrence a4acd46325 whitespace patches, bootdisk patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1384 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-14 16:25:20 +00:00

18 lines
624 B
XML

<sect1 id="gnome-core-config">
<?dbhtml filename="config-core.html" dir="gnome"?>
<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>