mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
a4acd46325
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1384 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
624 B
XML
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" >>
|
|
~/.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>
|