diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018879.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-September/018879.html | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018879.html b/zarb-ml/mageia-dev/2012-September/018879.html new file mode 100644 index 000000000..504ef319a --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018879.html @@ -0,0 +1,160 @@ +<!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=%3C50603AFF.4030105%40ono.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="018870.html"> + <LINK REL="Next" HREF="018890.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=%3C50603AFF.4030105%40ono.com%3E" + TITLE="[Mageia-dev] Problems with gnome-shell and polkit">jamagallon at ono.com + </A><BR> + <I>Mon Sep 24 12:50:39 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="018870.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI>Next message: <A HREF="018890.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18879">[ date ]</a> + <a href="thread.html#18879">[ thread ]</a> + <a href="subject.html#18879">[ subject ]</a> + <a href="author.html#18879">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/24/2012 12:42 AM, JA Magallón wrote: +><i> Hi... +</I>><i> +</I>><i> After latest updates GDM works again, but +</I>><i> I get a sad-computer-screen-of-death when I try to log in in Gnome. +</I>><i> The culprit seems to be the gnome-shell / polkit interaction. +</I>><i> With startx from vconsole I get this on .xsession-errors: +</I>><i> +</I>><i> 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 +</I>><i> JS ERROR: !!! Exception was: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject +</I>><i> JS ERROR: !!! message = '"GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject"' +</I>><i> JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"' +</I>><i> JS ERROR: !!! lineNumber = '329' +</I>><i> JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329 +</I>><i> 1 wrapper()@/usr/share/gjs-1.0/lang.js:204 +</I>><i> 2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56 +</I>><i> 3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204 +</I>><i> 4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22 +</I>><i> 5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21 +</I>><i> 6 wrapper()@/usr/share/gjs-1.0/lang.js:204 +</I>><i> 7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13 +</I>><i> 8 wrapper()@/usr/share/gjs-1.0/lang.js:204 +</I>><i> 9 anonymous()@/usr/share/gjs-1.0/lang.js:145 +</I>><i> 10 anonymous()@/usr/share/gjs-1.0/lang.js:239 +</I>><i> 11 start()@/usr/share/gnome-shell/js/ui/main.js:150 +</I>><i> 12 <TOP LEVEL>@<main>:1 +</I>><i> "' +</I>><i> +</I>><i> If I comment this in /usr/share/gnome-shell/js/ui/components/polkitAgent.js, at least I +</I>><i> can log in again: +</I>><i> +</I>><i> enable: function() { +</I>><i> //this._native.register(); +</I>><i> }, +</I>><i> +</I>><i> disable: function() { +</I>><i> //this._native.unregister(); +</I>><i> }, +</I>><i> +</I>><i> I have this versions of polkit: +</I>><i> +</I>><i> lib64polkit1_0-0.107-1.mga3 x86_64 +</I>><i> lib64polkit-gir1.0-0.107-1.mga3 x86_64 +</I>><i> polkit-0.107-1.mga3 x86_64 +</I>><i> polkit-desktop-policy-0.107-1.mga3 noarch +</I>><i> polkit-gnome-0.105-1.mga2 x86_64 +</I>><i> +</I>><i> Perhaps polkit-gnome is out of sync ? +</I>><i> +</I>><i> TIA +</I>><i> +</I> + From what I looked in Google, they are all the latest versions. +I solved the issue uncomenting those lines and adding this: + +AutostartCondition=GNOME3 unless-session gnome + +in /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop, as +explained here: + +<A HREF="http://www.linuxfromscratch.org/blfs/view/svn/gnome/polkit-gnome.html">http://www.linuxfromscratch.org/blfs/view/svn/gnome/polkit-gnome.html</A> + +Is this right for Mageia, or should the tags "GNOME3" and "gnome" changed +to something else ? Is this worth a bug report ? + +TIA + +-- +J.A. Magallon <jamagallon()ono!com> \ Winter is coming... +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="018870.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI>Next message: <A HREF="018890.html">[Mageia-dev] Problems with gnome-shell and polkit +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18879">[ date ]</a> + <a href="thread.html#18879">[ thread ]</a> + <a href="subject.html#18879">[ subject ]</a> + <a href="author.html#18879">[ 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> |