nightmorph 10/12/25 18:12:57 Modified: openbox.xml Log: Correct PolKit references, bug 349480
Revision Changes Path 1.12 xml/htdocs/doc/en/openbox.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openbox.xml?r1=1.11&r2=1.12 Index: openbox.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.xml 24 Dec 2010 08:39:51 -0000 1.11 +++ openbox.xml 25 Dec 2010 18:12:57 -0000 1.12 @@ -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.11 2010/12/24 08:39:51 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openbox.xml,v 1.12 2010/12/25 18:12:57 nightmorph Exp $ --> <guide> <title>The Openbox Configuration HOWTO</title> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2010-12-24</date> +<version>5</version> +<date>2010-12-25</date> <chapter> <title>Introduction</title> @@ -377,8 +377,8 @@ <p> Many applications depend on the <uri -link="http://hal.freedesktop.org/docs/PolicyKit">PolicyKit</uri> authentication -framework. You may need a PolicyKit agent, such as <c>polkit-gnome</c>, running +link="http://hal.freedesktop.org/docs/PolicyKit">PolKit</uri> authentication +framework. You may need a PolKit agent, such as <c>polkit-gnome</c>, running in your Openbox session. </p> @@ -386,17 +386,17 @@ First, install the agent: </p> -<pre caption="Installing PolicyKit"> +<pre caption="Installing PolKit"> # <i>emerge polkit-gnome</i> </pre> <p> -Now configure PolicyKit to start automatically when you login to Openbox. Add +Now configure PolKit to start automatically when you login to Openbox. Add the following line to <path>~/.config/openbox/autostart</path> (for a single user) or <path>/etc/xdg/openbox/autostart.sh</path> (for all users): </p> -<pre caption="Start PolicyKit automatically"> +<pre caption="Start PolKit automatically"> sleep 1 && /usr/libexec/polkit-gnome-authentication-agent-1 & </pre>
