smithj 05/07/15 15:32:02 Modified: xml/htdocs/doc/en fluxbox-config.xml Log: fixed menu configuration using fluxbox-generate_menu now that fluxbox 0.9.13-r1 is stable
Revision Changes Path 1.13 +13 -19 xml/htdocs/doc/en/fluxbox-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo Index: fluxbox-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fluxbox-config.xml 25 Jun 2005 19:17:21 -0000 1.12 +++ fluxbox-config.xml 15 Jul 2005 15:32:01 -0000 1.13 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.12 2005/06/25 19:17:21 smithj Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.13 2005/07/15 15:32:01 smithj Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>1.1.5</version> -<date>2005-06-25</date> +<version>1.1.6</version> +<date>2005-07-15</date> <chapter> <title>Introduction</title> @@ -527,18 +527,15 @@ The program can still be run by command-line. </p> -<!-- -This section will be changed slightly when fluxbox-0.9.13 goes stable in -portage on approx 2005-06-14 unless bugs crop up (as stated by ciaranm) ---> - <p> There is a program already on your system called <c>fluxbox-generate_menu</c>, -which can be used to generate menus. If you have Fluxbox >=0.9.13, you have a -version of this program patched especially 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 use this program, you must have Fluxbox +0.9.13 or higher. To ensure that you have that version, type <c>emerge --sync +&& emerge -u fluxbox</c>. 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): </p> <pre caption="Generating menus for >=fluxbox-0.9.13"> @@ -546,12 +543,9 @@ </pre> <p> -If you have a version of Fluxbox less than 0.9.13 (due to package masks or -keyword masks), simply type <c>fluxbox-generate_menu</c>. This program suffers -from the problems of ineffecient organization and an inability to find major -packages such as gaim. When 0.9.13 becomes stable, it is recommended that you -upgrade and use <c>fluxbox-generate_menu -is -ds</c> instead of other programs -such as <c>mmaker</c>, which do not understand Gentoo's directory structure. +It is recommended that you upgrade and use <c>fluxbox-generate_menu -is -ds</c> +instead of other programs such as <c>mmaker</c>, which do not understand +Gentoo's directory structure. </p> <note> -- [email protected] mailing list
