glfs/gnome/config/config-core.xml

18 lines
624 B
XML
Raw Normal View History

<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" &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>