nightmorph 10/05/17 19:36:04 Modified: openbox.xml Log: Update openbox guide with a tip on troubleshooting consolekit/dbus, bug 256693
Revision Changes Path 1.8 xml/htdocs/doc/en/openbox.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.7&r2=1.8 Index: openbox.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openbox.xml 14 Feb 2010 20:34:48 -0000 1.7 +++ openbox.xml 17 May 2010 19:36:04 -0000 1.8 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.7 2010/02/14 20:34:48 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.8 2010/05/17 19:36:04 nightmorph Exp $ --> <guide> <title>The Openbox Configuration HOWTO</title> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.5</version> -<date>2010-02-14</date> +<version>2</version> +<date>2010-05-17</date> <chapter> <title>Introduction</title> @@ -101,6 +101,12 @@ </impo> <note> +If you experience problems with automounting, or if you use dbus and ConsoleKit, +you may want to put <c>exec ck-launch-session dbus-launch openbox-session</c> in +your <path>.xinitrc</path> instead of the default mentioned above. +</note> + +<note> You can also replace the KDE, GNOME, or Xfce default window manager with Openbox by following the <uri link="#inside-desktop-env">Openbox inside desktop environments</uri> directions. @@ -109,7 +115,7 @@ <p> Now that you have emerged Openbox and added it to your <path>.xinitrc</path>, go ahead and issue the <c>startx</c> command to see Openbox in action. As you -can see, the desktop is simply a cluttered mess! In following with the Openbox +can see, the desktop is simply a cluttered mess! In following with the Openbox philosophy, what you will see is a barebones environment from which you can build your desktop completely to your liking. </p>