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 1JTC7a-0004wK-Qz for garchives@archives.gentoo.org; Sun, 24 Feb 2008 08:22:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB34BE0187; Sun, 24 Feb 2008 08:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A0F4AE0162 for ; Sun, 24 Feb 2008 08:22:05 +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 CAF6866C56 for ; Sun, 24 Feb 2008 08:22:04 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JTC7X-0000gS-R1 for gentoo-doc-cvs@lists.gentoo.org; Sun, 24 Feb 2008 08:22:03 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: fluxbox-config.xml Message-Id: From: Joshua Saddler Date: Sun, 24 Feb 2008 08:22:03 +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: 600f5ac4-c192-4e4e-9eb9-50d4e8d1cf54 X-Archives-Hash: 26cdc25219c461740248a8d710747440 nightmorph 08/02/24 08:22:03 Modified: fluxbox-config.xml Log: lots of changes. in order, they are: punt gdm and its heavy dependencies in favor of the more appropriate minimal SLiM. xfce, gnome and friends are not WMs. emerging gvim will pull in vim. remove references to old fluxbox versions and programs that have not been in the tree in years. Revision Changes Path 1.29 xml/htdocs/doc/en/fluxbox-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.28&r2=1.29 Index: fluxbox-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- fluxbox-config.xml 26 Aug 2007 07:07:59 -0000 1.28 +++ fluxbox-config.xml 24 Feb 2008 08:22:03 -0000 1.29 @@ -1,5 +1,5 @@ - + @@ -23,8 +23,8 @@ -1.8 -2007-08-26 +1.9 +2008-02-24 Introduction @@ -159,24 +159,24 @@

There are a number of graphical login managers to choose from; we will be using -gdm. You may use another manager at your option, but gdm works well for -Fluxbox, as well as any other WMs you may have installed such as GNOME, KDE, or -xfce. +SLiM. You may use another manager at +your option, but SLiM works well for Fluxbox, as well as any other environments +you may have installed such as GNOME, KDE, or Xfce.

-# emerge gdm
+# emerge slim
 # rc-update add xdm default
 
-Be sure to emerge gdm and add xdm to the bootscript, and not the other way -around! Switching these will cause failure. We will also need to modify one -system-wide config file: +Be sure to emerge slim and add xdm to the bootscript, and not the +other way around! Switching these will cause failure. We will also need to +modify one system-wide config file:
-DISPLAYMANAGER="gdm"
+DISPLAYMANAGER="slim"
 
@@ -208,7 +208,7 @@ 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 vim gvim ;-). +emerge -C emacs && emerge gvim ;-).

@@ -556,16 +556,10 @@
 
 

There is a program already on your system called fluxbox-generate_menu, -which can be used to generate menus. To use this program, you must have Fluxbox -0.9.13 or higher. To ensure that you have that version, type emerge --sync -&& emerge -u fluxbox. This will install a special version of this -script which has been patched for Gentoo, enabling the script to find many more -packages than before. This script is almost infinitly better than those before -it, and found programs on my system that I didn't know existed. To run it (as a -non-root user): +which can be used to generate menus. To run it (as a non-root user):

-
+
 $ fluxbox-generate_menu -is -ds
 
-- gentoo-doc-cvs@lists.gentoo.org mailing list