Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@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, 21 May 2012 21:04:43
Message-Id: 20120521183034.DED0C2004B@flycatcher.gentoo.org
1 swift 12/05/21 18:30:34
2
3 Modified: xfce-config.xml
4 Log:
5 Fix bug #411437 - Update instruction on consolekit xfce4
6
7 Revision Changes Path
8 1.42 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.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.41&r2=1.42
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.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- xfce-config.xml 26 Dec 2011 00:40:50 -0000 1.41
21 +++ xfce-config.xml 21 May 2012 18:30:34 -0000 1.42
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.41 2011/12/26 00:40:50 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.42 2012/05/21 18:30:34 swift Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>9</version>
35 -<date>2011-12-25</date>
36 +<version>10</version>
37 +<date>2012-05-21</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -134,7 +134,7 @@
42
43 <note>
44 If you have ConsoleKit installed, your <path>~/.xinitrc</path> should instead
45 -contain <c>exec ck-launch-session startxfce4</c>. Otherwise, some of your
46 +contain <c>exec startxfce4 --with-ck-launch</c>. Otherwise, some of your
47 applications may stop working. You'll also need to add consolekit to the
48 default runlevel by running the following command as root: <c>rc-update add
49 consolekit default</c>.