swift 11/11/15 18:47:16 Modified: xfce-config.xml Log: 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.
Revision Changes Path 1.40 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.39&r2=1.40 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- xfce-config.xml 8 Nov 2011 23:20:35 -0000 1.39 +++ xfce-config.xml 15 Nov 2011 18:47:16 -0000 1.40 @@ -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.39 2011/11/08 23:20:35 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.40 2011/11/15 18:47:16 swift Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7</version> -<date>2011-11-08</date> +<version>8</version> +<date>2011-11-15</date> <chapter> <title>Introduction</title> @@ -533,9 +533,10 @@ <body> <p> -If you're upgrading Xfce from an old version to 4.8 or newer, then you will need -to remove your old cached sessions. For each of your users, run the following -commands to remove your old incompatible cached sessions: +If you're upgrading Xfce from a pre-4.8 version to 4.8 or newer, then you will +need to remove your old cached sessions and profiles as they are incompatible +with the 4.8 release (and later releases). For each of your users, run the +following commands to remove your old incompatible cached sessions and profile: </p> <pre caption="Deleting old sessions from the cache"> @@ -544,6 +545,12 @@ $ <i>rm -r ~/.config/Thunar</i> </pre> +<p> +Users will be greeted with a new and shiny interface, but will lose many of +their individual settings. Sadly, no migration of configuration(s) exist that we +know of. +</p> + </body> </section> <section>
