blob: 2c6fa0639e244d78d8858236c27e11ac63bd336d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
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>
|