diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018870.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-September/018870.html | 151 |
1 files changed, 151 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018870.html b/zarb-ml/mageia-dev/2012-September/018870.html new file mode 100644 index 000000000..2c6fa0639 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018870.html @@ -0,0 +1,151 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Problems with gnome-shell and polkit + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problems%20with%20gnome-shell%20and%20polkit&In-Reply-To=%3C505F9072.4050709%40ono.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="019020.html"> + <LINK REL="Next" HREF="018879.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Problems with gnome-shell and polkit</H1> + <B>JA Magallón</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problems%20with%20gnome-shell%20and%20polkit&In-Reply-To=%3C505F9072.4050709%40ono.com%3E" + TITLE="[Mageia-dev] Problems with gnome-shell and polkit">jamagallon at ono.com + </A><BR> + <I>Mon Sep 24 00:42:58 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="019020.html">[Mageia-dev] new fonts? +</A></li> + <LI>Next message: <A HREF="018879.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18870">[ date ]</a> + <a href="thread.html#18870">[ thread ]</a> + <a href="subject.html#18870">[ subject ]</a> + <a href="author.html#18870">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi... + +After latest updates GDM works again, but +I get a sad-computer-screen-of-death when I try to log in in Gnome. +The culprit seems to be the gnome-shell / polkit interaction. +With startx from vconsole I get this on .xsession-errors: + +Window manager warning: Log level 16: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject + JS ERROR: !!! Exception was: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject + JS ERROR: !!! message = '"GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject"' + JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"' + JS ERROR: !!! lineNumber = '329' + JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329 +1 wrapper()@/usr/share/gjs-1.0/lang.js:204 +2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56 +3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204 +4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22 +5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21 +6 wrapper()@/usr/share/gjs-1.0/lang.js:204 +7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13 +8 wrapper()@/usr/share/gjs-1.0/lang.js:204 +9 anonymous()@/usr/share/gjs-1.0/lang.js:145 +10 anonymous()@/usr/share/gjs-1.0/lang.js:239 +11 start()@/usr/share/gnome-shell/js/ui/main.js:150 +12 <TOP LEVEL>@<main>:1 +"' + +If I comment this in /usr/share/gnome-shell/js/ui/components/polkitAgent.js, at least I +can log in again: + + enable: function() { + //this._native.register(); + }, + + disable: function() { + //this._native.unregister(); + }, + +I have this versions of polkit: + +lib64polkit1_0-0.107-1.mga3 x86_64 +lib64polkit-gir1.0-0.107-1.mga3 x86_64 +polkit-0.107-1.mga3 x86_64 +polkit-desktop-policy-0.107-1.mga3 noarch +polkit-gnome-0.105-1.mga2 x86_64 + +Perhaps polkit-gnome is out of sync ? + +TIA + +-- +J.A. Magallon <jamagallon()ono!com> \ Winter is coming... +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="019020.html">[Mageia-dev] new fonts? +</A></li> + <LI>Next message: <A HREF="018879.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18870">[ date ]</a> + <a href="thread.html#18870">[ thread ]</a> + <a href="subject.html#18870">[ subject ]</a> + <a href="author.html#18870">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |