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: Tue, 15 Nov 2011 18:47:27
Message-Id: 20111115184716.DD4A52004B@flycatcher.gentoo.org
1 swift 11/11/15 18:47:16
2
3 Modified: xfce-config.xml
4 Log:
5 Fix bug #389089 - It is not pure cache, but also profile information that is removed. Upgrades however are not supported that we know of (migration). Thanks to Sergey S. Starikoff for reporting.
6
7 Revision Changes Path
8 1.40 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.40&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.39&r2=1.40
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.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- xfce-config.xml 8 Nov 2011 23:20:35 -0000 1.39
21 +++ xfce-config.xml 15 Nov 2011 18:47:16 -0000 1.40
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.39 2011/11/08 23:20:35 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.40 2011/11/15 18:47:16 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>7</version>
35 -<date>2011-11-08</date>
36 +<version>8</version>
37 +<date>2011-11-15</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -533,9 +533,10 @@
42 <body>
43
44 <p>
45 -If you're upgrading Xfce from an old version to 4.8 or newer, then you will need
46 -to remove your old cached sessions. For each of your users, run the following
47 -commands to remove your old incompatible cached sessions:
48 +If you're upgrading Xfce from a pre-4.8 version to 4.8 or newer, then you will
49 +need to remove your old cached sessions and profiles as they are incompatible
50 +with the 4.8 release (and later releases). For each of your users, run the
51 +following commands to remove your old incompatible cached sessions and profile:
52 </p>
53
54 <pre caption="Deleting old sessions from the cache">
55 @@ -544,6 +545,12 @@
56 $ <i>rm -r ~/.config/Thunar</i>
57 </pre>
58
59 +<p>
60 +Users will be greeted with a new and shiny interface, but will lose many of
61 +their individual settings. Sadly, no migration of configuration(s) exist that we
62 +know of.
63 +</p>
64 +
65 </body>
66 </section>
67 <section>