public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2008-02-24  8:22 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-02-24  8:22 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/02/24 08:22:04

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2008-02-24  9:10 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-02-24  9:10 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/02/24 09:10:04

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2008-03-10  6:03 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-03-10  6:03 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/03/10 06:03:42

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2008-11-06 22:32 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-11-06 22:32 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/11/06 22:32:46

  Log:
  



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2009-05-27 18:26 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-05-27 18:26 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/05/27 18:26:29

  Modified:             fluxbox-config.xml
  Log:
  updated fluxbox guide for bug 271433, thanks to lack for the patch

Revision  Changes    Path
1.33                 xml/htdocs/doc/en/fluxbox-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.32&r2=1.33

Index: fluxbox-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- fluxbox-config.xml	6 Nov 2008 22:32:46 -0000	1.32
+++ fluxbox-config.xml	27 May 2009 18:26:28 -0000	1.33
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.32 2008/11/06 22:32:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.33 2009/05/27 18:26:28 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/fluxbox-config.xml">
@@ -14,6 +14,9 @@
 <author title="Editor">
   <mail link="nightmorph@gentoo.org">Joshua Saddler</mail>
 </author>
+<author title="Contributor">
+  <mail link="lack"/>
+</author>
 
 <abstract>
 This howto will show you how to set up the Fluxbox window manager for X11.
@@ -23,8 +26,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 <license/>
 
-<version>1.11</version>
-<date>2008-11-06</date>
+<version>1.12</version>
+<date>2009-05-27</date>
 
 <chapter>
 <title>Introduction</title>
@@ -234,38 +237,38 @@
 </body>
 </section>
 <section>
-<title>Application Launcher</title>
+<title>Running Fluxbox for the first time</title>
 <body>
 
 <p>
-Every window manager has (or should have) a custom program used for launching
-applications, without having to open a console and run the application from it.
-Fluxbox's launcher is called <c>fbrun</c>, which is already installed. It could
-be run it by typing <c>fbrun</c> at the command line, but running <c>fbrun</c>
-from a console and then launch an application from it is even worse than
-running the application itself from that console. That's why a keyboard
-shortcut should be defined or an entry inserted into fluxbox's menu which
-points to the <c>fbrun</c> command, or both.
+Now you are ready to run Fluxbox for the first time. It will create a directory
+called <path>~/.fluxbox/</path> in your home directory, which is where Fluxbox
+stores all its settings, and populate it with some default values.
 </p>
 
+<pre caption="Starting Fluxbox from the console">
+$ <i>startx</i>
+</pre>
+
 <p>
-You can define a menu entry called "Run...", by editing your
-<path>~/.fluxbox/menu</path> to say:
+If you've installed SLiM or another display manager, start it by becoming root
+and running:
 </p>
 
-<pre caption="Defining a menu entry to launch fbrun">
-[exec] (Run...) {fbrun}
+<pre caption="Starting the display manager">
+# <i>/etc/init.d/xdm start</i>
 </pre>
 
 <p>
-You'll find more information about menus in fluxbox later in this guide.
+Then choose Fluxbox as your session and login with your regular user.
 </p>
 
 <p>
-For more information, such as command line options, please read its manual page
-by typing <c>man fbrun</c>. Remember that to use command-line options, it will
-be necessary to edit your keys and/or menu files again to include those
-options.
+Once Fluxbox is running, it will look pretty plain. You should see a blank
+desktop with a toolbar at the bottom. You can then right-click anywhere on your
+desktop to bring up the menu. From there you should be able to start up any X
+applications you would like to run, or open up a terminal from which you can run
+anything you like.
 </p>
 
 </body>
@@ -583,6 +586,13 @@
 other programs, which do not understand Gentoo's directory structure.
 </p>
 
+<p>
+This can also be done from the Fluxbox menu itself. There is usually an entry
+in the "Fluxbox" menu called "Regen Menu" which will re-run this script, looking
+for any new applications that have been installed since the last time you ran
+it.
+</p>
+
 <note>
 It is possible to use this method to auto-generate menus and still have some
 manual control over your menu. Creating and editing






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml
@ 2009-08-01 23:43 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-08-01 23:43 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/08/01 23:43:09

  Modified:             fluxbox-config.xml
  Log:
  mention that users should first have setup a working X env by following the xorg guide, bug 279807

Revision  Changes    Path
1.34                 xml/htdocs/doc/en/fluxbox-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/fluxbox-config.xml?r1=1.33&r2=1.34

Index: fluxbox-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- fluxbox-config.xml	27 May 2009 18:26:28 -0000	1.33
+++ fluxbox-config.xml	1 Aug 2009 23:43:08 -0000	1.34
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.33 2009/05/27 18:26:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.34 2009/08/01 23:43:08 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/fluxbox-config.xml">
@@ -26,8 +26,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 <license/>
 
-<version>1.12</version>
-<date>2009-05-27</date>
+<version>1.13</version>
+<date>2009-08-01</date>
 
 <chapter>
 <title>Introduction</title>
@@ -89,6 +89,11 @@
 <body>
 
 <p>
+First, make sure you've installed a working X environment, as shown in the <uri
+link="/doc/en/xorg-config.xml">X Server Configuration HOWTO</uri>.
+</p>
+
+<p>
 Before you install Fluxbox, you should take a look at some of the available USE
 flags.
 </p>






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-01 23:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 18:26 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: fluxbox-config.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-01 23:43 Joshua Saddler (nightmorph)
2008-11-06 22:32 Joshua Saddler (nightmorph)
2008-03-10  6:03 Joshua Saddler (nightmorph)
2008-02-24  9:10 Joshua Saddler (nightmorph)
2008-02-24  8:22 Joshua Saddler (nightmorph)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox