nightmorph 07/10/03 20:12:24 Modified: xfce-config.xml Log: added xscreensaver USE flag to pull it in, so removed explicit emerge instructions
Revision Changes Path 1.12 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.11&r2=1.12 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xfce-config.xml 3 Oct 2007 19:58:17 -0000 1.11 +++ xfce-config.xml 3 Oct 2007 20:12:24 -0000 1.12 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.11 2007/10/03 19:58:17 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.12 2007/10/03 20:12:24 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.8</version> -<date>2007-09-22</date> +<version>1.9</version> +<date>2007-10-03</date> <chapter> <title>Introduction</title> @@ -69,33 +69,9 @@ </p> <p> -Before we install our fully-functional yet minimal desktop, let's take a moment -to review the basic packages we'll be emerging. -</p> - -<table> -<tr> - <th>Name</th> - <th>Description</th> -</tr> -<tr> - <ti>xfce4</ti> - <ti>The base Xfce desktop environment</ti> -</tr> -<tr> - <ti>xscreensaver</ti> - <ti> - A screensaver with powersaving features and the ability to lock the screen - for security - </ti> -</tr> -</table> - -<p> -You're free to install any other packages you wish, but for now, we'll stick -with these suggestions for a fast, minimal working environment. Double check -your USE flags in <path>/etc/make.conf</path>; you'll probably at least want -<c>USE="dbus -gnome hal startup-notification"</c>. +Next, double-check your USE flags in <path>/etc/make.conf</path>; you'll +probably at least want <c>USE="dbus -gnome hal startup-notification +xscreensaver"</c>. </p> <p> @@ -103,7 +79,7 @@ </p> <pre caption="Installing Xfce"> -# <i>emerge -avt xfce4 xscreensaver</i> +# <i>emerge -avt xfce4</i> </pre> <p> -- [EMAIL PROTECTED] mailing list
