
https://bugzilla.novell.com/show_bug.cgi?id=798769 https://bugzilla.novell.com/show_bug.cgi?id=798769#c5 Andreas Demmer <mail@andreas-demmer.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@andreas-demmer.de --- Comment #5 from Andreas Demmer <mail@andreas-demmer.de> 2013-02-14 16:04:21 UTC --- I have the patched lightdm installed but lightdm-kde-greeter still has disabled shutdown/restart/standby buttons. ---- envy:/var/log/lightdm # rpm -q lightdm lightdm-1.4.0-10.3.x86_64 ---- envy:/var/log/lightdm # rpm -q --changelog lightdm | head -n 25 [...] * Wed Jan 16 2013 gber@opensuse.org - add polkit rules which unconditionally allow the lightdm user to access to relevant upower/ConsoleKit DBus interfaces for suspend/hibernate/reboot/shutdown as access to these methods is being denied for unknown reasons since the systemd transition (bnc#798769) [...] ---- envy:/var/log/lightdm # cat `rpm -ql lightdm | grep polkit` polkit.addRule(function(action, subject) { if (subject.user == "lightdm") { polkit.log("action=" + action); polkit.log("subject=" + subject); if (action.id.indexOf("org.freedesktop.consolekit.system.") == 0) { return polkit.Result.YES; } if (action.id.indexOf("org.freedesktop.upower.") == 0) { return polkit.Result.YES; } } }); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.