glfs/gnome/config/config-core.xml
Larry Lawrence 78051a36f7 update intro to openjade and gtk-doc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@999 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-29 00:36:46 +00:00

18 lines
623 B
XML

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