Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openbox.xml
Date: Mon, 17 May 2010 19:36:12
Message-Id: 20100517193605.2F6F42C5F5@corvid.gentoo.org
1 nightmorph 10/05/17 19:36:04
2
3 Modified: openbox.xml
4 Log:
5 Update openbox guide with a tip on troubleshooting consolekit/dbus, bug 256693
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/openbox.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.7&r2=1.8
13
14 Index: openbox.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- openbox.xml 14 Feb 2010 20:34:48 -0000 1.7
21 +++ openbox.xml 17 May 2010 19:36:04 -0000 1.8
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.7 2010/02/14 20:34:48 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.8 2010/05/17 19:36:04 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Openbox Configuration HOWTO</title>
30 @@ -21,8 +21,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.5</version>
35 -<date>2010-02-14</date>
36 +<version>2</version>
37 +<date>2010-05-17</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -101,6 +101,12 @@
42 </impo>
43
44 <note>
45 +If you experience problems with automounting, or if you use dbus and ConsoleKit,
46 +you may want to put <c>exec ck-launch-session dbus-launch openbox-session</c> in
47 +your <path>.xinitrc</path> instead of the default mentioned above.
48 +</note>
49 +
50 +<note>
51 You can also replace the KDE, GNOME, or Xfce default window manager with
52 Openbox by following the <uri link="#inside-desktop-env">Openbox inside desktop
53 environments</uri> directions.
54 @@ -109,7 +115,7 @@
55 <p>
56 Now that you have emerged Openbox and added it to your <path>.xinitrc</path>,
57 go ahead and issue the <c>startx</c> command to see Openbox in action. As you
58 -can see, the desktop is simply a cluttered mess! In following with the Openbox
59 +can see, the desktop is simply a cluttered mess! In following with the Openbox
60 philosophy, what you will see is a barebones environment from which you can
61 build your desktop completely to your liking.
62 </p>