From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-doc-cvs+bounces-4008-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SWZmU-0005zF-Qm for garchives@archives.gentoo.org; Mon, 21 May 2012 21:04:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08BC9E0CF5 for <garchives@archives.gentoo.org>; Mon, 21 May 2012 21:04:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAE08E0D07 for <gentoo-doc-cvs@lists.gentoo.org>; Mon, 21 May 2012 18:30:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDDED1B401C for <gentoo-doc-cvs@lists.gentoo.org>; Mon, 21 May 2012 18:30:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id DED0C2004B; Mon, 21 May 2012 18:30:34 +0000 (UTC) From: "Sven Vermeulen (swift)" <swift@gentoo.org> To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xfce-config.xml X-VCS-Repository: gentoo X-VCS-Files: xfce-config.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20120521183034.DED0C2004B@flycatcher.gentoo.org> Date: Mon, 21 May 2012 18:30:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ea20ff9e-e8dd-418e-89d9-31c0553ceac8 X-Archives-Hash: 1ca71b39104f9ddd3427b28c30040a9a 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=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce= -config.xml?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce= -config.xml?r1=3D1.41&r2=3D1.42 Index: xfce-config.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D'1.0' encoding=3D'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 $ --> =20 <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> =20 -<version>9</version> -<date>2011-12-25</date> +<version>10</version> +<date>2012-05-21</date> =20 <chapter> <title>Introduction</title> @@ -134,7 +134,7 @@ =20 <note> If you have ConsoleKit installed, your <path>~/.xinitrc</path> should in= stead -contain <c>exec ck-launch-session startxfce4</c>. Otherwise, some of you= r +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>.