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, 30 Nov 2009 18:55:10
Message-Id: E1NFBOs-0005cZ-Pd@stork.gentoo.org
1 nightmorph 09/11/30 18:55:06
2
3 Modified: xfce-config.xml
4 Log:
5 Use env.d for the xsession variable location, not rc.conf. bug 295180.
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.24&r2=1.25
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.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- xfce-config.xml 30 Nov 2009 18:49:45 -0000 1.24
21 +++ xfce-config.xml 30 Nov 2009 18:55:06 -0000 1.25
22 @@ -1,8 +1,8 @@
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.24 2009/11/30 18:49:45 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.25 2009/11/30 18:55:06 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/xfce-config.xml">
29 +<guide>
30 <title>The Xfce Configuration Guide</title>
31
32 <author title="Author">
33 @@ -18,8 +18,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.19</version>
38 -<date>2009-10-07</date>
39 +<version>1.20</version>
40 +<date>2009-11-30</date>
41
42 <chapter>
43 <title>Introduction</title>
44 @@ -418,9 +418,14 @@
45
46 <p>
47 SLiM can automatically start your Xfce session if you add
48 -<c>XSESSION="Xfce4"</c> to <path>/etc/rc.conf</path>.
49 +<c>XSESSION="Xfce4"</c> to <path>/etc/env.d/90xsession</path>:
50 </p>
51
52 +<pre caption="Setting XSESSION">
53 +# <i>echo XSESSION=\"Xfce4\" > /etc/env.d/90xsession</i>
54 +# <i>env-update &amp;&amp; source /etc/profile</i>
55 +</pre>
56 +
57 </body>
58 </section>
59 <section>