glfs/gnome/core/config.xml

17 lines
614 B
XML
Raw Normal View History

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