Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 12/05/21 18:30:34
Modified: xfce-config.xml
Log:
Fix bug #411437 - Update instruction on consolekit xfce4
Revision Changes Path
1.42 xml/htdocs/doc/en/xfce-config.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.41&r2=1.42
Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xfce-config.xml 26 Dec 2011 00:40:50 -0000 1.41
+++ xfce-config.xml 21 May 2012 18:30:34 -0000 1.42
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.41 2011/12/26 00:40:50 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.42 2012/05/21 18:30:34 swift Exp $ -->
<guide>
<title>The Xfce Configuration Guide</title>
@@ -18,8 +18,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9</version>
-<date>2011-12-25</date>
+<version>10</version>
+<date>2012-05-21</date>
<chapter>
<title>Introduction</title>
@@ -134,7 +134,7 @@
<note>
If you have ConsoleKit installed, your <path>~/.xinitrc</path> should instead
-contain <c>exec ck-launch-session startxfce4</c>. Otherwise, some of your
+contain <c>exec startxfce4 --with-ck-launch</c>. Otherwise, some of your
applications may stop working. You'll also need to add consolekit to the
default runlevel by running the following command as root: <c>rc-update add
consolekit default</c>.
|
|