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: Sat, 25 Dec 2010 23:31:37
Message-Id: 20101225233125.9997120054@flycatcher.gentoo.org
1 nightmorph 10/12/25 23:31:25
2
3 Modified: openbox.xml
4 Log:
5 Add polkit-qt reference, bug 349480
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/openbox.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.12&r2=1.13
13
14 Index: openbox.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- openbox.xml 25 Dec 2010 18:12:57 -0000 1.12
21 +++ openbox.xml 25 Dec 2010 23:31:25 -0000 1.13
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.12 2010/12/25 18:12:57 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.13 2010/12/25 23:31:25 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>5</version>
35 +<version>6</version>
36 <date>2010-12-25</date>
37
38 <chapter>
39 @@ -372,7 +372,7 @@
40 </body>
41 </section>
42 <section>
43 -<title>Configuring PolicyKit</title>
44 +<title>Configuring PolKit</title>
45 <body>
46
47 <p>
48 @@ -390,6 +390,11 @@
49 # <i>emerge polkit-gnome</i>
50 </pre>
51
52 +<note>
53 +If you mostly use Qt-based applications with Openbox (rather than gtk-based),
54 +you may want to emerge <c>polkit-qt</c> instead of <c>polkit-gnome</c>.
55 +</note>
56 +
57 <p>
58 Now configure PolKit to start automatically when you login to Openbox. Add
59 the following line to <path>~/.config/openbox/autostart</path> (for a single
60 @@ -400,6 +405,12 @@
61 sleep 1 &amp;&amp; /usr/libexec/polkit-gnome-authentication-agent-1 &amp;
62 </pre>
63
64 +<note>
65 +If you installed <c>polkit-qt</c> instead of <c>polkit-gnome</c>, change
66 +<path>polkit-gnome-authentication-agent-1</path> to
67 +<path>polkit-qt-authentication-agent-1</path>.
68 +</note>
69 +
70 </body>
71 </section>
72 <section>