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: Sun, 26 Dec 2010 02:15:54
Message-Id: 20101226021542.7CAFA20057@flycatcher.gentoo.org
1 nightmorph 10/12/26 02:15:42
2
3 Modified: openbox.xml
4 Log:
5 remove polkit-qt reference entirely. it should have been polkit-kde per bug 349480 comment #5. it turns out that polkit-kde requires pretty much all of the base kde-* packages, which negates building the lightweight Openbox environment laid out in the guide. polkit-gnome has no such requirements for gtk apps.
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/openbox.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.13&r2=1.14
13
14 Index: openbox.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- openbox.xml 25 Dec 2010 23:31:25 -0000 1.13
21 +++ openbox.xml 26 Dec 2010 02:15:42 -0000 1.14
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.13 2010/12/25 23:31:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.14 2010/12/26 02:15:42 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Openbox Configuration HOWTO</title>
30 @@ -21,7 +21,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 +<version>7</version>
36 <date>2010-12-25</date>
37
38 <chapter>
39 @@ -390,11 +390,6 @@
40 # <i>emerge polkit-gnome</i>
41 </pre>
42
43 -<note>
44 -If you mostly use Qt-based applications with Openbox (rather than gtk-based),
45 -you may want to emerge <c>polkit-qt</c> instead of <c>polkit-gnome</c>.
46 -</note>
47 -
48 <p>
49 Now configure PolKit to start automatically when you login to Openbox. Add
50 the following line to <path>~/.config/openbox/autostart</path> (for a single
51 @@ -405,12 +400,6 @@
52 sleep 1 &amp;&amp; /usr/libexec/polkit-gnome-authentication-agent-1 &amp;
53 </pre>
54
55 -<note>
56 -If you installed <c>polkit-qt</c> instead of <c>polkit-gnome</c>, change
57 -<path>polkit-gnome-authentication-agent-1</path> to
58 -<path>polkit-qt-authentication-agent-1</path>.
59 -</note>
60 -
61 </body>
62 </section>
63 <section>