swift 12/12/28 19:08:28 Modified: xfce-config.xml Log: Fix bug #449002 - terminal is now called xfce4-terminal
Revision Changes Path 1.46 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.45&r2=1.46 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- xfce-config.xml 24 Jul 2012 12:12:51 -0000 1.45 +++ xfce-config.xml 28 Dec 2012 19:08:28 -0000 1.46 @@ -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.45 2012/07/24 12:12:51 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.46 2012/12/28 19:08:28 swift Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>13</version> -<date>2012-07-24</date> +<version>14</version> +<date>2012-12-28</date> <chapter> <title>Introduction</title> @@ -104,12 +104,12 @@ <p> You'll also need a graphical terminal so that you can continue working with your -new desktop environment. <c>x11-terms/terminal</c> is a good choice, as it's +new desktop environment. <c>x11-terms/xfce4-terminal</c> is a good choice, as it's made specifically for Xfce. Install Terminal as shown: </p> <pre caption="Installing Terminal"> -# <i>emerge x11-terms/terminal</i> +# <i>emerge x11-terms/xfce4-terminal</i> </pre> </body> @@ -240,7 +240,7 @@ <p> We should now <c>emerge</c> some useful applications and utilities: <c>xfce4-mixer</c>, <c>xfce4-taskmanager</c>, <c>xfwm4-themes</c>, <c>orage</c>, -<c>leafpad</c>, <c>xfce4-power-manager</c>, <c>x11-terms/terminal</c>, and +<c>leafpad</c>, <c>xfce4-power-manager</c>, <c>x11-terms/xfce4-terminal</c>, and <c>thunar</c>. </p> @@ -278,8 +278,8 @@ </p> <p> -<c>x11-terms/terminal</c> is an X11 terminal emulator, far more configurable and -useful than the barebones <c>xterm</c>. <c>terminal</c> supports Unicode text, +<c>x11-terms/xfce4-terminal</c> is an X11 terminal emulator, far more configurable and +useful than the barebones <c>xterm</c>. <c>xfce4-terminal</c> supports Unicode text, color schemes, pseudo-transparency and hardware-accelerated transparency via Xfce's built-in compositor, all out-of-the-box. Just make sure that the default action on the terminal launcher of your panel runs
