[Bug 1006601] New: Latest Tumbleweed update Blueman now asking for Polkit authentication twice
http://bugzilla.opensuse.org/show_bug.cgi?id=1006601 Bug ID: 1006601 Summary: Latest Tumbleweed update Blueman now asking for Polkit authentication twice Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications Assignee: bnc-team-screening@forge.provo.novell.com Reporter: sb56637@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Hello, with the Cinnamon desktop (and probably others) the Blueman applet now causes two ugly authentication prompts immediately after login. It is missing PolKit authentication for: org.blueman.network.setup and org.blueman.rfkill.setstate . -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1006601 S. B. <sb56637@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugzilla.opensuse.or | |g/show_bug.cgi?id=987141 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1006601 http://bugzilla.opensuse.org/show_bug.cgi?id=1006601#c3 Pieter Hollants <pfhllnts@hollants.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pfhllnts@hollants.com --- Comment #3 from Pieter Hollants <pfhllnts@hollants.com> --- This can be worked around by adding a suitable polkit rules file. I created /etc/polkit-1/rules.d/81-blueman-manage.rules with the following contents: polkit.addRule(function(action, subject) { if (action.id == "org.blueman.rfkill.setstate" && subject.active == true && subject.local == true && subject.isInGroup("users")) { return polkit.Result.YES; } }); This solves the problem for me. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com