glfs/gnome/config/config-core.xml

18 lines
623 B
XML
Raw Normal View History

<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" &gt;&gt;
~/.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>