nightmorph 07/12/30 11:23:41 Modified: xfce-config.xml Log: removed 4.2 to 4.4 upgrade section. 4.2 has been gone from the tree for months. some parts of it may be relevant in the future in case of a major ABI/API break from some Xfce point release, if so then that's what CVS history is for, right?
Revision Changes Path 1.15 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.14&r2=1.15 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xfce-config.xml 14 Nov 2007 06:41:21 -0000 1.14 +++ xfce-config.xml 30 Dec 2007 11:23:41 -0000 1.15 @@ -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.14 2007/11/14 06:41:21 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.15 2007/12/30 11:23:41 nightmorph Exp $ --> <guide link="/doc/en/xfce-config.xml"> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.10</version> -<date>2007-11-13</date> +<version>1.11</version> +<date>2007-12-30</date> <chapter> <title>Introduction</title> @@ -47,11 +47,6 @@ keeping with the Xfce philosophy: light, fast, and modular. </p> -<p> -Additionally, this guide will show you how to <uri link="#upgrade">upgrade</uri> -from version 4.2 to 4.4. -</p> - </body> </section> </chapter> @@ -493,105 +488,6 @@ </section> </chapter> -<chapter id="upgrade"> -<title>Upgrading</title> -<section> -<title>Upgrading from 4.2 to 4.4</title> -<body> - -<p> -Upgrading from Xfce 4.2 to 4.4 isn't hard, but neither is it as simple as most -upgrades. With the release of 4.4, many older packages are either deprecated, or -their functionality has been included into the desktop in some other manner. -</p> - -<p> -First, update your Portage tree (<c>emerge --sync</c>), then see what Xfce -updates are available (<c>emerge -pvtuD world</c>). -</p> - -<p> -You'll notice that there will be a list of packages that block upgrading, as -most 4.2 packages cannot coexist with 4.4 packages. Here, the solution is pretty -straightforward: just unmerge the blocking packages, as described in the <uri -link="/doc/en/handbook/handbook-x86.xml?part=2&chap=1">Portage -Handbook</uri> and <c>man emerge</c>, then continue with the update. -</p> - -<p> -Next, you may need to rebuild certain packages, such as applications linked -against <c>dbus</c>. You'll need to first install <c>gentoolkit</c> for this. -Then, once <c>gentoolkit</c> is installed, run: -</p> - -<pre caption="Rebuilding packages"> -# <i>revdep-rebuild -p</i> -<comment>(If you see any output about broken packages, run this next command)</comment> -# <i>revdep-rebuild</i> -</pre> - -<note> -For more information, please read <c>man revdep-rebuild</c> and our <uri -link="/doc/en/gentoolkit.xml">Gentoolkit Guide</uri>. -</note> - -<p> -Once the rebuild has finished, run <c>revdep-rebuild -p</c> again, just to make -sure you have a clean and consistent world. If anything still shows up, keep -repeating <c>revdep-rebuild -p</c> and <c>revdep-rebuild</c> until there's no -more output about broken packages. Most Xfce update problems stem from -<c>dbus</c> issues, as Xfce uses <c>dbus</c> quite extensively. -</p> - -<p> -Next, restart <c>dbus</c> and/or <c>hal</c>. -</p> - -<pre caption="Restarting dbus and hal"> -# <i>/etc/init.d/dbus restart</i> -# <i>/etc/init.d/hald restart</i> -</pre> - -<p> -Finally, give yourself a fresh environment. -</p> - -<pre caption="Updating the environment variables"> -# <i>env-update && source /etc/profile</i> -</pre> - -</body> -</section> -<section> -<title>Settings</title> -<body> - -<p> -Make sure you familiarize yourself with all the new options available in the new -Settings Manager. Of interest are the options in the Desktop screen; Xfce can -now manage your desktop and place icons on it. -</p> - -<p> -There's also a Window Manager Tweaks screen, in which you can adjust the -behavior of windows, workspaces, and transparency (if enabled). Xfce 4.4 has -slightly changed the default behavior of workspaces and active window focus. If -you find that clicking a hyperlink in one workspace switches your browser to -that workspace from another one (or similar annoying window focus behavior), try -Settings --> Window Manager Tweaks --> Focus --> Activate Focus Stealing -Prevention. -</p> - -<p> -Be sure to read the <uri link="http://www.xfce.org/documentation/">Xfce -Documentation</uri> and take the <uri link="http://www.xfce.org/about/tour">Xfce -Tour</uri> to learn more about 4.4 and how to configure it. -</p> - -</body> -</section> -</chapter> - <chapter> <title>Summary</title> <section> -- [EMAIL PROTECTED] mailing list
