nightmorph 11/02/08 19:19:16 Modified: xfce-config.xml Log: Add a note on removing old cached sessions when upgrading to 4.8 -- bug 354103
Revision Changes Path 1.36 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.35&r2=1.36 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- xfce-config.xml 23 Jan 2011 19:45:03 -0000 1.35 +++ xfce-config.xml 8 Feb 2011 19:19:16 -0000 1.36 @@ -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.35 2011/01/23 19:45:03 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.36 2011/02/08 19:19:16 nightmorph Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2011-01-23</date> +<version>4</version> +<date>2011-02-08</date> <chapter> <title>Introduction</title> @@ -48,6 +48,11 @@ keeping with the Xfce philosophy: light, fast, and modular. </p> +<p> +The last part of this guide lists a few commands to run after upgrading to Xfce +4.8, so be sure to follow them if you are upgrading from an older version. +</p> + </body> </section> </chapter> @@ -531,6 +536,24 @@ </body> </section> <section> +<title>Upgrading Xfce</title> +<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: +</p> + +<pre caption="Deleting old sessions from the cache"> +$ <i>rm -r ~/.cache/sessions</i> +$ <i>rm -r ~/.config/xfce*</i> +$ <i>rm -r ~/.config/Thunar</i> +</pre> + +</body> +</section> +<section> <title>Resources</title> <body>
