[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd
From:       Anton Filimonov via KDE Bugzilla <bugzilla_noreply () kde ! org>
Date:       2016-04-13 7:31:42
Message-ID: bug-344456-17878-CA4deK0ku2 () http ! bugs ! kde ! org/
[Download RAW message or body]

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

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

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

--- Comment #38 from Anton Filimonov <anton.filimonov@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.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic