https://bugs.kde.org/show_bug.cgi?id=344456

Anton Filimonov <anton.filimo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anton.filimo...@gmail.com

--- Comment #38 from Anton Filimonov <anton.filimo...@gmail.com> ---
Had same problem with suspend in Gentoo with plasma 5.5.5. Localauthority files
mentioned above didn't help. Managed to solve missing suspend issue by adding
polkit rule instead:

polkit.addRule(function(action, subject) {
    if (action.id == "org.freedesktop.upower.suspend")
    {
        return polkit.Result.YES;
    }
});

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to