Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xfce-config.xml
Date: Mon, 07 Jun 2010 18:11:24
Message-Id: 20100607181114.8A3122CF37@corvid.gentoo.org
1 nightmorph 10/06/07 18:11:14
2
3 Modified: xfce-config.xml
4 Log:
5 Add gnome/kde links just for comparison. Also add info about startx with ck-launch-session if ConsoleKit is installed, so that apps don't break.
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.26&r2=1.27
13
14 Index: xfce-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- xfce-config.xml 7 Jun 2010 08:57:56 -0000 1.26
21 +++ xfce-config.xml 7 Jun 2010 18:11:14 -0000 1.27
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.26 2010/06/07 08:57:56 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.27 2010/06/07 18:11:14 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,7 +18,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.21</version>
35 +<version>1.22</version>
36 <date>2010-06-07</date>
37
38 <chapter>
39 @@ -35,10 +35,11 @@
40 </p>
41
42 <p>
43 -Unlike heavier desktop environments, such as Gnome and KDE, Xfce uses far fewer
44 -system resources. Additionally, it offers greater modularity and fewer
45 -dependencies; it takes up less space on your hard disk and takes less time to
46 -install.
47 +Unlike heavier desktop environments, such as <uri
48 +link="http://www.gnome.org">Gnome</uri> and <uri
49 +link="http://www.kde.org">KDE</uri>, Xfce uses far fewer system resources.
50 +Additionally, it offers greater modularity and fewer dependencies; it takes up
51 +less space on your hard disk and takes less time to install.
52 </p>
53
54 <p>
55 @@ -124,6 +125,14 @@
56 $ <i>echo "exec startxfce4" > ~/.xinitrc</i>
57 </pre>
58
59 +<note>
60 +If you have ConsoleKit installed, your <path>~/.xinitrc</path> should instead
61 +contain <c>exec ck-launch-session startxfce4</c>. Otherwise, some of your
62 +applications may stop working. You'll also need to add consolekit to the
63 +default runlevel by running the following command as root: <c>rc-update add
64 +consolekit default</c>.
65 +</note>
66 +
67 <p>
68 Now start your graphical environment by typing <c>startx</c>:
69 </p>