nightmorph 10/06/13 23:34:12
Modified: xfce-config.xml
Log:
more terminal info, etc. per bug 323801
Revision Changes Path
1.29 xml/htdocs/doc/en/xfce-config.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.28&r2=1.29
Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xfce-config.xml 13 Jun 2010 12:15:07 -0000 1.28
+++ xfce-config.xml 13 Jun 2010 23:34:12 -0000 1.29
@@ -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.28 2010/06/13 12:15:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.29 2010/06/13 23:34:12 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.23</version>
+<version>1.24</version>
<date>2010-06-13</date>
<chapter>
@@ -105,6 +105,16 @@
# <i>rc-update add hald default</i>
</pre>
+<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
+made specifically for Xfce. Install Terminal as shown:
+</p>
+
+<pre caption="Installing Terminal">
+# <i>emerge x11-terms/terminal</i>
+</pre>
+
</body>
</section>
</chapter>
@@ -282,11 +292,12 @@
<c>orage</c> is a simple, handy calendar. <c>mousepad</c> is a barebones text
editor that starts up extremely quickly. <c>x11-terms/terminal</c> is an X11
terminal emulator, far more configurable and useful than the barebones
-<c>xterm</c> supplied with <c>xorg-server</c>. <c>terminal</c> supports Unicode
-text, pseudo-transparency and accelerated transparency via Xfce's built-in
-compositor, all out-of-the-box. Just make sure that the default action on the
+<c>xterm</c>. <c>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 <path>/usr/bin/Terminal</path> instead of
-xterm. Right click the launcher and choose "Properties" to change the command.
+<path>xterm</path>. Right-click the launcher and choose "Properties" to change
+the command.
</p>
<p>
|