mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@999 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
623 B
XML
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" >>
|
|
~/.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>
|