nightmorph 10/06/07 18:11:14 Modified: xfce-config.xml Log: Add gnome/kde links just for comparison. Also add info about startx with ck-launch-session if ConsoleKit is installed, so that apps don't break.
Revision Changes Path 1.27 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.26&r2=1.27 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xfce-config.xml 7 Jun 2010 08:57:56 -0000 1.26 +++ xfce-config.xml 7 Jun 2010 18:11:14 -0000 1.27 @@ -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.26 2010/06/07 08:57:56 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.27 2010/06/07 18:11:14 nightmorph Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,7 +18,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.21</version> +<version>1.22</version> <date>2010-06-07</date> <chapter> @@ -35,10 +35,11 @@ </p> <p> -Unlike heavier desktop environments, such as Gnome and KDE, Xfce uses far fewer -system resources. Additionally, it offers greater modularity and fewer -dependencies; it takes up less space on your hard disk and takes less time to -install. +Unlike heavier desktop environments, such as <uri +link="http://www.gnome.org">Gnome</uri> and <uri +link="http://www.kde.org">KDE</uri>, Xfce uses far fewer system resources. +Additionally, it offers greater modularity and fewer dependencies; it takes up +less space on your hard disk and takes less time to install. </p> <p> @@ -124,6 +125,14 @@ $ <i>echo "exec startxfce4" > ~/.xinitrc</i> </pre> +<note> +If you have ConsoleKit installed, your <path>~/.xinitrc</path> should instead +contain <c>exec ck-launch-session startxfce4</c>. Otherwise, some of your +applications may stop working. You'll also need to add consolekit to the +default runlevel by running the following command as root: <c>rc-update add +consolekit default</c>. +</note> + <p> Now start your graphical environment by typing <c>startx</c>: </p>