Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: fluxbox-config.xml
Date: Sun, 24 Feb 2008 08:22:07
Message-Id: E1JTC7X-0000gS-R1@stork.gentoo.org
1 nightmorph 08/02/24 08:22:03
2
3 Modified: fluxbox-config.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/fluxbox-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.28&r2=1.29
13
14 Index: fluxbox-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- fluxbox-config.xml 26 Aug 2007 07:07:59 -0000 1.28
21 +++ fluxbox-config.xml 24 Feb 2008 08:22:03 -0000 1.29
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.28 2007/08/26 07:07:59 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.29 2008/02/24 08:22:03 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/fluxbox-config.xml">
29 @@ -23,8 +23,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
31 <license/>
32
33 -<version>1.8</version>
34 -<date>2007-08-26</date>
35 +<version>1.9</version>
36 +<date>2008-02-24</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -159,24 +159,24 @@
41
42 <p>
43 There are a number of graphical login managers to choose from; we will be using
44 -gdm. You may use another manager at your option, but gdm works well for
45 -Fluxbox, as well as any other WMs you may have installed such as GNOME, KDE, or
46 -xfce.
47 +<uri link="http://slim.berlios.de">SLiM</uri>. You may use another manager at
48 +your option, but SLiM works well for Fluxbox, as well as any other environments
49 +you may have installed such as GNOME, KDE, or Xfce.
50 </p>
51
52 <pre caption="Login Manager">
53 -# <i>emerge gdm</i>
54 +# <i>emerge slim</i>
55 # <i>rc-update add xdm default</i>
56 </pre>
57
58 <impo>
59 -Be sure to emerge gdm and add xdm to the bootscript, and not the other way
60 -around! Switching these will cause failure. We will also need to modify one
61 -system-wide config file:
62 +Be sure to emerge <c>slim</c> and add <b>xdm</b> to the bootscript, and not the
63 +other way around! Switching these will cause failure. We will also need to
64 +modify one system-wide config file:
65 </impo>
66
67 <pre caption="Editing /etc/conf.d/xdm">
68 -DISPLAYMANAGER="gdm"
69 +DISPLAYMANAGER="slim"
70 </pre>
71
72 </body>
73 @@ -208,7 +208,7 @@
74 users to more readily see the contents of their keys and init files for
75 Fluxbox. This is a quite small extension for vim, so it is highly recommended
76 (unless of course you are one of those emacs people, in which case I recommend
77 -<c>emerge -C emacs &amp;&amp; emerge vim gvim</c> ;-).
78 +<c>emerge -C emacs &amp;&amp; emerge gvim</c> ;-).
79 </p>
80
81 <pre caption="Emerging Fluxbox Syntax">
82 @@ -556,16 +556,10 @@
83
84 <p>
85 There is a program already on your system called <c>fluxbox-generate_menu</c>,
86 -which can be used to generate menus. To use this program, you must have Fluxbox
87 -0.9.13 or higher. To ensure that you have that version, type <c>emerge --sync
88 -&amp;&amp; emerge -u fluxbox</c>. This will install a special version of this
89 -script which has been patched for Gentoo, enabling the script to find many more
90 -packages than before. This script is almost infinitly better than those before
91 -it, and found programs on my system that I didn't know existed. To run it (as a
92 -non-root user):
93 +which can be used to generate menus. To run it (as a non-root user):
94 </p>
95
96 -<pre caption="Generating menus for >=fluxbox-0.9.13">
97 +<pre caption="Generating menus">
98 $ <i>fluxbox-generate_menu -is -ds</i>
99 </pre>
100
101
102
103
104 --
105 gentoo-doc-cvs@l.g.o mailing list