From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PWg9I-0006EX-1x for garchives@archives.gentoo.org; Sun, 26 Dec 2010 02:15:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4C39E04EB; Sun, 26 Dec 2010 02:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EBA1E04EB for ; Sun, 26 Dec 2010 02:15:44 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB6B41B40B3 for ; Sun, 26 Dec 2010 02:15:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 86E872005C; Sun, 26 Dec 2010 02:15:42 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nightmorph@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openbox.xml X-VCS-Repository: gentoo X-VCS-Files: openbox.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20101226021542.86E872005C@flycatcher.gentoo.org> Date: Sun, 26 Dec 2010 02:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7763d08d-c60c-43c8-b498-cea6a84285fd X-Archives-Hash: 102e7680ce9166e22d4df70e1961e3dd 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 O= penbox environment laid out in the guide. polkit-gnome has no such requir= ements 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/open= box.xml?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= box.xml?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= box.xml?r1=3D1.13&r2=3D1.14 Index: openbox.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 The Openbox Configuration HOWTO @@ -21,7 +21,7 @@ =20 -6 +7 2010-12-25 =20 @@ -390,11 +390,6 @@ # emerge polkit-gnome =20 - -If you mostly use Qt-based applications with Openbox (rather than gtk-ba= sed), -you may want to emerge polkit-qt instead of polkit-gnome. - -

Now configure PolKit to start automatically when you login to Openbox. A= dd the following line to ~/.config/openbox/autostart (for a si= ngle @@ -405,12 +400,6 @@ sleep 1 && /usr/libexec/polkit-gnome-authentication-agent-1 &= ; =20 - -If you installed polkit-qt instead of polkit-gnome, change -polkit-gnome-authentication-agent-1 to -polkit-qt-authentication-agent-1. - -