From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KyDPF-0006n0-1l for garchives@archives.gentoo.org; Thu, 06 Nov 2008 22:32:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9F0E0361; Thu, 6 Nov 2008 22:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03906E0361 for ; Thu, 6 Nov 2008 22:32:49 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3BFEF64481 for ; Thu, 6 Nov 2008 22:32:47 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KyDPC-0000Qz-Cy for gentoo-doc-cvs@lists.gentoo.org; Thu, 06 Nov 2008 22:32:46 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: fluxbox-config.xml Message-Id: From: Joshua Saddler Date: Thu, 06 Nov 2008 22:32:46 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: c203852a-3a16-45bd-b2a1-77dedbf765d8 X-Archives-Hash: a9cc2aed82d08d2c84374864df80ba90 nightmorph 08/11/06 22:32:46 Modified: fluxbox-config.xml Log: Added new material to the Fluxbox guide on available USE flags, inspired by bug 245893. also some other updates throughout the doc. Revision Changes Path 1.32 xml/htdocs/doc/en/fluxbox-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.32&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.31&r2=1.32 Index: fluxbox-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- fluxbox-config.xml 10 Mar 2008 06:03:41 -0000 1.31 +++ fluxbox-config.xml 6 Nov 2008 22:32:46 -0000 1.32 @@ -1,5 +1,5 @@ - + @@ -23,8 +23,8 @@ -1.10 -2008-03-09 +1.11 +2008-11-06 Introduction @@ -86,15 +86,49 @@

-Gentoo provides an ebuild to quickly and easily install Fluxbox. While Gentoo -provides the gnome and kde USE flags to give compatibility with -these environments, 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 k3b, the KDE optical disc burning utility. +Before you install Fluxbox, you should take a look at some of the available USE +flags.

+While the gnome and kde USE flags are provided to give +compatibility with these environments, 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. The gnome +and kde flags simply add support for the respective protocols, and do not +depend on external libraries. However, they do increase the Fluxbox binary +size. +

+ +

+There is also a vim-syntax flag to make configuration easier later on. +This flag will install fluxbox-syntax, a special Fluxbox color scheme for +vim. This enables users to more readily see the contents of their keys +and init files for Fluxbox. It's a tiny extension for vim, so it's highly +recommended. +

+ +

+Finally, there are two flags that customize the functionality of Fluxbox, +slit and toolbar. These flags are provided so that users who don't +need the slit +or the toolbar can compile +Fluxbox without them. This is useful if you want to run an extremely minimal +environment, or if you plan to use different applications that provide these +features, such as standalone panels or docks. +

+ +

+Once you've decided on your USE flags, add them to +/etc/portage/package.use: +

+ +
+# echo "x11-wm/fluxbox -gnome -kde truetype vim-syntax" >> /etc/portage/package.use
+
+ +

It is also necessary to have a program lock the X display to prevent unauthorized access, so it would be wise to also emerge xlockmore. The vast majority of users will also want the ability to set their own background, @@ -102,7 +136,7 @@

-# emerge fluxbox xlockmore x11-terms/eterm
+# emerge fluxbox xlockmore eterm
 

@@ -200,25 +234,6 @@

-Fluxbox Syntax for Vim - - -

-Next, install the special Fluxbox color scheme for vim. This enables -users to more readily see the contents of their keys and init files for -Fluxbox. This is a quite small extension for vim, so it is highly recommended -(unless of course you are one of those emacs people, in which case I recommend -emerge -C emacs && emerge gvim ;-). -

- -
-# emerge fluxbox-syntax
-
- - - -
-
Application Launcher