Author: manuel Date: 2005-05-08 03:04:13 -0600 (Sun, 08 May 2005) New Revision: 4049
Modified: trunk/BOOK/kde/core/config.xml Log: Tagged config.xml Modified: trunk/BOOK/kde/core/config.xml =================================================================== --- trunk/BOOK/kde/core/config.xml 2005-05-08 08:57:14 UTC (rev 4048) +++ trunk/BOOK/kde/core/config.xml 2005-05-08 09:04:13 UTC (rev 4049) @@ -6,33 +6,38 @@ ]> <sect1 id="kde-core-config"> -<sect1info> -<othername>$LastChangedBy$</othername> -<date>$Date$</date> -</sect1info> -<?dbhtml filename="config.html"?> -<title>Configuring the core <acronym>KDE</acronym> packages</title> + <?dbhtml filename="config.html"?> -<para>Back up your existing <filename>~/.xinitrc</filename> file and create a -new <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>:</para> + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> -<screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen> -<indexterm zone="kde-core-config"> - <primary sortas="e-AA.xinitrc">~/.xinitrc</primary> -</indexterm> + <title>Configuring the Core KDE Packages</title> -<para>If you installed the <xref linkend="desktop-file-utils"/> package, -update the <acronym>MIME</acronym>-type application database (as -root):</para> + <para>Back up your existing <filename>~/.xinitrc</filename> file + and create a new <filename>.xinitrc</filename> file to start + <application>KDE</application>:</para> -<screen><userinput><command>update-desktop-database</command></userinput></screen> +<screen><userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen> -<para>Ensure all libraries can be found with (as root):</para> + <indexterm zone="kde-core-config"> + <primary sortas="e-AA.xinitrc">~/.xinitrc</primary> + </indexterm> -<screen><userinput><command>ldconfig</command></userinput></screen> + <para>If you installed the <xref linkend="desktop-file-utils"/> package, + update the MIME-type application database (as + <systemitem class="username">root</systemitem>):</para> -<para>At this point you can bring up <acronym>KDE</acronym> with:</para> +<screen role="root"><userinput>update-desktop-database</userinput></screen> -<screen><userinput><command>startx</command></userinput></screen> + <para>Ensure all libraries can be found with (as + <systemitem class="username">root</systemitem>):</para> +<screen role="root"><userinput>ldconfig</userinput></screen> + + <para>At this point you can bring up <application>KDE</application> with:</para> + +<screen><userinput>startx</userinput></screen> + </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
