nightmorph 07/08/26 07:07:59 Modified: fluxbox-config.xml Log: numerous changes. k3b is no longer just for CDs. pimped thunar as a FM choice. fixed link to the fluxbox documentation. they must have their server misconfigured somewhere, as www.f.o/docbook.php does not work, but f.o/docbook.php does.
Revision Changes Path 1.28 xml/htdocs/doc/en/fluxbox-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.27&r2=1.28 Index: fluxbox-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- fluxbox-config.xml 26 Aug 2007 06:49:37 -0000 1.27 +++ fluxbox-config.xml 26 Aug 2007 07:07:59 -0000 1.28 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.27 2007/08/26 06:49:37 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.28 2007/08/26 07:07:59 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/fluxbox-config.xml"> @@ -11,6 +11,9 @@ <author title="Editor"> <mail link="[EMAIL PROTECTED]">Alin Dobre</mail> </author> +<author title="Editor"> + <mail link="[EMAIL PROTECTED]">Joshua Saddler</mail> +</author> <abstract> This howto will show you how to set up the Fluxbox window manager for X11. @@ -20,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>1.7</version> -<date>2006-12-22</date> +<version>1.8</version> +<date>2007-08-26</date> <chapter> <title>Introduction</title> @@ -88,7 +91,7 @@ these WMs, it has been the author's experience that these USE flags are not needed. If you desire qt, gtk+, or any KDE/GNOME utility then you are free to emerge and configure those independently. For example, the author uses Fluxbox -with <c>k3b</c>, the KDE CD-R(W) burning utility. +with <c>k3b</c>, the KDE optical disc burning utility. </p> <p> @@ -392,10 +395,10 @@ Many users who are new to Gentoo/Fluxbox are put off by the lack of a graphical file manager such as <c>nautilus</c> in Gnome. Fluxbox itself does not provide such a program, but as always, it is simple to acquire one. There are many -choices, but this guide will present two, one for the <uri -link="#gentoo">minimalist</uri> who likes text only and one for the user who -likes <uri link="#rox">icons to click</uri>. It is also possible, of course, to -install both and try them out. +choices, but this guide will present three, one for the <uri +link="#gentoo">minimalist</uri> who likes text only and two for the user who +likes <uri link="#rox">icons</uri> to <uri link="#thunar">click</uri>. It is +also possible, of course, to install all three and try them out. </p> </body> @@ -447,15 +450,35 @@ </body> </section> +<section id="thunar"> +<title>Thunar File Manager</title> +<body> + +<p> +<uri link="http://thunar.xfce.org/">Thunar</uri> is a lightweight, fast file +manager that, like Rox, behaves much like "traditional" file managers. It +includes icons and text, and it's easy to use. Though originally designed for +<uri link="http://www.xfce.org">Xfce</uri>, it's a nice complement to a +Fluxbox-based system. +</p> + +<pre caption="Installing Thunar"> +# <i>emerge -avt thunar</i> +</pre> + +</body> +</section> <section> <title>Picture Viewer</title> <body> <p> -Many WMs come with utilities to view pictures in a directory. These -applications are small and lightweight, and do not allow for editing (which is -assumed to be done by the <c>gimp</c> or similar). This is necessary if you use -a command line, <c>gentoo</c>, or <c>rox</c> for a file manager. +Many WMs come with utilities to view pictures in a directory. These applications +are small and lightweight, and do not allow for editing (which is assumed to be +done by the <c>gimp</c> or similar). This is necessary if you use a command +line, <c>gentoo</c>, or <c>rox</c> for a file manager. Though <c>thunar</c> can +display image thumbnails, a separate lightweight image viewer is still a good +idea. </p> <pre caption="Installing gqview"> @@ -614,7 +637,7 @@ <p> There are other menu commands that you can use in your <path>~/.fluxbox/menu</path> file. Please read the <uri -link="http://www.fluxbox.org/docbook.php">official documentation</uri> +link="http://fluxbox.org/docbook.php">official documentation</uri> available online for more information. </p> -- [EMAIL PROTECTED] mailing list
