From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hb0YA-0007FJ-0C for garchives@archives.gentoo.org; Mon, 09 Apr 2007 20:33:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l39KX86C029229; Mon, 9 Apr 2007 20:33:08 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l39KX6BJ029224 for ; Mon, 9 Apr 2007 20:33:07 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5EA7F64E87 for ; Mon, 9 Apr 2007 20:33:06 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Hb0Xx-0001me-GK for gentoo-doc-cvs@lists.gentoo.org; Mon, 09 Apr 2007 20:33:05 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: kde-config.xml Message-Id: From: Josh Saddler Date: Mon, 09 Apr 2007 20:33:05 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: c47ade8d-b2ae-4a7e-a799-a186be3c3e18 X-Archives-Hash: 685f08de52f24edb2fb92fbf7395ac09 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 @@ - + @@ -24,8 +24,8 @@ -1.18 -2006-12-22 +1.19 +2007-04-09 What is the K Desktop Environment? @@ -298,10 +298,15 @@ If you want a basic KDE installation, install kdebase-startkde. You can always install additional KDE applications when you want. +
  • + If you want something in between kde-meta and + kdebase-startkde, install kdebase-meta. This will install a + few extra applications such as konsole and kdm. +
  • -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 @@ - kcontrol - - The KDE Control Center. - - - - kicker - - 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, ... - - - kmail Organize your e-mails efficiently with - konqueror - - With Konqueror you have a - featureful file manager and web browser. - - - konsole Konsole is the KDE terminal @@ -449,7 +433,7 @@

     (Substitute with your choice of package(s))
    -# emerge -p kdebase-startkde kicker | less
    +# emerge -p kdebase-startkde | less
     

    @@ -646,8 +630,13 @@ that it enters graphical mode after boot, as explained below.

    + +You don't need to install kdm if you previously installed +kdebase-meta or kde-meta. + +
    -# emerge --ask --noreplace kdm
    +# emerge --ask kdm
     

    @@ -699,7 +688,7 @@

    -# emerge --noreplace dbus hal
    +# emerge --ask dbus hal
     # rc-update add dbus default
     # rc-update add hald default
     Add <user> to the plugdev group
    
    
    
    -- 
    gentoo-doc-cvs@gentoo.org mailing list