nightmorph 07/04/09 20:33:05 Modified: kde-config.xml Log: updated kde guide for bug 173227
Revision Changes Path 1.28 xml/htdocs/doc/en/kde-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?r1=1.27&r2=1.28 Index: kde-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- kde-config.xml 23 Dec 2006 04:44:46 -0000 1.27 +++ kde-config.xml 9 Apr 2007 20:33:05 -0000 1.28 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.27 2006/12/23 04:44:46 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.28 2007/04/09 20:33:05 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.18</version> -<date>2006-12-22</date> +<version>1.19</version> +<date>2007-04-09</date> <chapter> <title>What is the K Desktop Environment?</title> @@ -298,10 +298,15 @@ If you want a basic KDE installation, install <c>kdebase-startkde</c>. You can always install additional KDE applications when you want. </li> + <li> + If you want something in between <c>kde-meta</c> and + <c>kdebase-startkde</c>, install <c>kdebase-meta</c>. This will install a + few extra applications such as <c>konsole</c> and <c>kdm</c>. + </li> </ul> <p> -These two possibilities are the extreme limits; you are probably interested in +These three possibilities are the extreme limits; you are probably interested in a safe mixture of the two :) To make your decision process somewhat easier, the following table gives a short, very incomplete yet useful overview of some of the available KDE packages. @@ -337,20 +342,6 @@ </ti> </tr> <tr> - <ti><c>kcontrol</c></ti> - <ti> - The KDE Control Center. - </ti> -</tr> -<tr> - <ti><c>kicker</c></ti> - <ti> - The KDE kicker application is the well-known KDE application launcher panel. - It contains the K Menu and is able to run docked applets like the pager, - task bar, clock, ... - </ti> -</tr> -<tr> <ti><c>kmail</c></ti> <ti> Organize your e-mails efficiently with <uri @@ -371,13 +362,6 @@ </ti> </tr> <tr> - <ti><c>konqueror</c></ti> - <ti> - With <uri link="http://konqueror.kde.org/">Konqueror</uri> you have a - featureful file manager and web browser. - </ti> -</tr> -<tr> <ti><c>konsole</c></ti> <ti> <uri link="http://konsole.kde.org/">Konsole</uri> is the KDE terminal @@ -449,7 +433,7 @@ <pre caption="Previewing the kde installation"> <comment>(Substitute with your choice of package(s))</comment> -# <i>emerge -p kdebase-startkde kicker | less</i> +# <i>emerge -p kdebase-startkde | less</i> </pre> <p> @@ -646,8 +630,13 @@ that it enters graphical mode after boot, as explained below. </p> +<note> +You don't need to install <c>kdm</c> if you previously installed +<c>kdebase-meta</c> or <c>kde-meta</c>. +</note> + <pre caption="Installing kdm"> -# <i>emerge --ask --noreplace kdm</i> +# <i>emerge --ask kdm</i> </pre> <p> @@ -699,7 +688,7 @@ </p> <pre caption="Setup device mounting"> -# <i>emerge --noreplace dbus hal</i> +# <i>emerge --ask dbus hal</i> # <i>rc-update add dbus default</i> # <i>rc-update add hald default</i> <comment>Add <user> to the plugdev group</comment> -- [email protected] mailing list
