glfs/gnome/config/config-core.xml

16 lines
485 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 GNOME:
<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.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>