nightmorph 10/12/25 23:31:25 Modified: openbox.xml Log: Add polkit-qt reference, bug 349480
Revision Changes Path 1.13 xml/htdocs/doc/en/openbox.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.12&r2=1.13 Index: openbox.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.xml 25 Dec 2010 18:12:57 -0000 1.12 +++ openbox.xml 25 Dec 2010 23:31:25 -0000 1.13 @@ -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.12 2010/12/25 18:12:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.13 2010/12/25 23:31:25 nightmorph Exp $ --> <guide> <title>The Openbox Configuration HOWTO</title> @@ -21,7 +21,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> +<version>6</version> <date>2010-12-25</date> <chapter> @@ -372,7 +372,7 @@ </body> </section> <section> -<title>Configuring PolicyKit</title> +<title>Configuring PolKit</title> <body> <p> @@ -390,6 +390,11 @@ # <i>emerge polkit-gnome</i> </pre> +<note> +If you mostly use Qt-based applications with Openbox (rather than gtk-based), +you may want to emerge <c>polkit-qt</c> instead of <c>polkit-gnome</c>. +</note> + <p> Now configure PolKit to start automatically when you login to Openbox. Add the following line to <path>~/.config/openbox/autostart</path> (for a single @@ -400,6 +405,12 @@ sleep 1 && /usr/libexec/polkit-gnome-authentication-agent-1 & </pre> +<note> +If you installed <c>polkit-qt</c> instead of <c>polkit-gnome</c>, change +<path>polkit-gnome-authentication-agent-1</path> to +<path>polkit-qt-authentication-agent-1</path>. +</note> + </body> </section> <section>
