nightmorph 10/12/26 02:15:42 Modified: openbox.xml Log: 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.
Revision Changes Path 1.14 xml/htdocs/doc/en/openbox.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.13&r2=1.14 Index: openbox.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbox.xml 25 Dec 2010 23:31:25 -0000 1.13 +++ openbox.xml 26 Dec 2010 02:15:42 -0000 1.14 @@ -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.13 2010/12/25 23:31:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.14 2010/12/26 02:15:42 nightmorph Exp $ --> <guide> <title>The Openbox Configuration HOWTO</title> @@ -21,7 +21,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> +<version>7</version> <date>2010-12-25</date> <chapter> @@ -390,11 +390,6 @@ # <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 @@ -405,12 +400,6 @@ 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>