Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kde-config.xml
Date: Mon, 09 Apr 2007 20:33:18
Message-Id: E1Hb0Xx-0001me-GK@stork.gentoo.org
1 nightmorph 07/04/09 20:33:05
2
3 Modified: kde-config.xml
4 Log:
5 updated kde guide for bug 173227
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/kde-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?r1=1.27&r2=1.28
13
14 Index: kde-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- kde-config.xml 23 Dec 2006 04:44:46 -0000 1.27
21 +++ kde-config.xml 9 Apr 2007 20:33:05 -0000 1.28
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.27 2006/12/23 04:44:46 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.28 2007/04/09 20:33:05 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.18</version>
35 -<date>2006-12-22</date>
36 +<version>1.19</version>
37 +<date>2007-04-09</date>
38
39 <chapter>
40 <title>What is the K Desktop Environment?</title>
41 @@ -298,10 +298,15 @@
42 If you want a basic KDE installation, install <c>kdebase-startkde</c>. You
43 can always install additional KDE applications when you want.
44 </li>
45 + <li>
46 + If you want something in between <c>kde-meta</c> and
47 + <c>kdebase-startkde</c>, install <c>kdebase-meta</c>. This will install a
48 + few extra applications such as <c>konsole</c> and <c>kdm</c>.
49 + </li>
50 </ul>
51
52 <p>
53 -These two possibilities are the extreme limits; you are probably interested in
54 +These three possibilities are the extreme limits; you are probably interested in
55 a safe mixture of the two :) To make your decision process somewhat easier, the
56 following table gives a short, very incomplete yet useful overview of some of
57 the available KDE packages.
58 @@ -337,20 +342,6 @@
59 </ti>
60 </tr>
61 <tr>
62 - <ti><c>kcontrol</c></ti>
63 - <ti>
64 - The KDE Control Center.
65 - </ti>
66 -</tr>
67 -<tr>
68 - <ti><c>kicker</c></ti>
69 - <ti>
70 - The KDE kicker application is the well-known KDE application launcher panel.
71 - It contains the K Menu and is able to run docked applets like the pager,
72 - task bar, clock, ...
73 - </ti>
74 -</tr>
75 -<tr>
76 <ti><c>kmail</c></ti>
77 <ti>
78 Organize your e-mails efficiently with <uri
79 @@ -371,13 +362,6 @@
80 </ti>
81 </tr>
82 <tr>
83 - <ti><c>konqueror</c></ti>
84 - <ti>
85 - With <uri link="http://konqueror.kde.org/">Konqueror</uri> you have a
86 - featureful file manager and web browser.
87 - </ti>
88 -</tr>
89 -<tr>
90 <ti><c>konsole</c></ti>
91 <ti>
92 <uri link="http://konsole.kde.org/">Konsole</uri> is the KDE terminal
93 @@ -449,7 +433,7 @@
94
95 <pre caption="Previewing the kde installation">
96 <comment>(Substitute with your choice of package(s))</comment>
97 -# <i>emerge -p kdebase-startkde kicker | less</i>
98 +# <i>emerge -p kdebase-startkde | less</i>
99 </pre>
100
101 <p>
102 @@ -646,8 +630,13 @@
103 that it enters graphical mode after boot, as explained below.
104 </p>
105
106 +<note>
107 +You don't need to install <c>kdm</c> if you previously installed
108 +<c>kdebase-meta</c> or <c>kde-meta</c>.
109 +</note>
110 +
111 <pre caption="Installing kdm">
112 -# <i>emerge --ask --noreplace kdm</i>
113 +# <i>emerge --ask kdm</i>
114 </pre>
115
116 <p>
117 @@ -699,7 +688,7 @@
118 </p>
119
120 <pre caption="Setup device mounting">
121 -# <i>emerge --noreplace dbus hal</i>
122 +# <i>emerge --ask dbus hal</i>
123 # <i>rc-update add dbus default</i>
124 # <i>rc-update add hald default</i>
125 <comment>Add &lt;user&gt; to the plugdev group</comment>
126
127
128
129 --
130 gentoo-doc-cvs@g.o mailing list