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: Tue, 08 Feb 2011 19:19:28
Message-Id: 20110208191916.8E6D620054@flycatcher.gentoo.org
1 nightmorph 11/02/08 19:19:16
2
3 Modified: xfce-config.xml
4 Log:
5 Add a note on removing old cached sessions when upgrading to 4.8 -- bug 354103
6
7 Revision Changes Path
8 1.36 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.36&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.35&r2=1.36
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.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- xfce-config.xml 23 Jan 2011 19:45:03 -0000 1.35
21 +++ xfce-config.xml 8 Feb 2011 19:19:16 -0000 1.36
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.35 2011/01/23 19:45:03 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.36 2011/02/08 19:19:16 nightmorph 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>3</version>
35 -<date>2011-01-23</date>
36 +<version>4</version>
37 +<date>2011-02-08</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -48,6 +48,11 @@
42 keeping with the Xfce philosophy: light, fast, and modular.
43 </p>
44
45 +<p>
46 +The last part of this guide lists a few commands to run after upgrading to Xfce
47 +4.8, so be sure to follow them if you are upgrading from an older version.
48 +</p>
49 +
50 </body>
51 </section>
52 </chapter>
53 @@ -531,6 +536,24 @@
54 </body>
55 </section>
56 <section>
57 +<title>Upgrading Xfce</title>
58 +<body>
59 +
60 +<p>
61 +If you're upgrading Xfce from an old version to 4.8 or newer, then you will need
62 +to remove your old cached sessions. For each of your users, run the following
63 +commands to remove your old incompatible cached sessions:
64 +</p>
65 +
66 +<pre caption="Deleting old sessions from the cache">
67 +$ <i>rm -r ~/.cache/sessions</i>
68 +$ <i>rm -r ~/.config/xfce*</i>
69 +$ <i>rm -r ~/.config/Thunar</i>
70 +</pre>
71 +
72 +</body>
73 +</section>
74 +<section>
75 <title>Resources</title>
76 <body>