mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
7482c8e45f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@708 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
464 B
XML
16 lines
464 B
XML
<sect1 id="gnome-core-config">
|
|
<?dbhtml filename="config-core.html" dir="gnome"?>
|
|
<title>Configuring the core GNOME packages</title>
|
|
|
|
|
|
<para>Create an .xinitrc file to start GNOME:
|
|
<screen><userinput>echo "exec gnome-session" >> ~/.xinitrc</userinput></screen>
|
|
and ensure all libraries can be found with:
|
|
<screen><userinput>ldconfig</userinput></screen>
|
|
</para>
|
|
|
|
<para>At this point you can bring up GNOME with
|
|
<userinput>startx</userinput></para>
|
|
|
|
</sect1>
|