[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-10-16 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

--- Comment #39 from adam.miku...@centrum.cz ---
Hi, I'm happy to report that the problem seems to be finally fixed with plasma
5.8 (just confirmed by my experience, not changelog).

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-04-13 Thread Anton Filimonov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

Anton Filimonov  changed:

   What|Removed |Added

 CC||anton.filimo...@gmail.com

--- Comment #38 from Anton Filimonov  ---
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.


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-04-10 Thread Bob Wya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

Bob Wya  changed:

   What|Removed |Added

 CC||bob.mt@gmail.com

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-03-06 Thread Sok Ann Yap via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-01-31 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

--- Comment #37 from adam.miku...@centrum.cz ---
$ ck-list-sessions
Session2:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2016-01-31T09:53:12.970020Z'
login-session-id = ''

I believe I have everything right regarding
https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#Missing_shutdown.2C_reboot.2C_suspend_and_hibernate_buttons_when_using_OpenRC

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-01-30 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

--- Comment #36 from andreas.sturmlech...@gmail.com ---
Please check your consolekit setup w/ '$ ck-list-sessions' from inside your
plasma session.

Make sure your system-login file is valid:
https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#Missing_shutdown.2C_reboot.2C_suspend_and_hibernate_buttons_when_using_OpenRC

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

adam.miku...@centrum.cz changed:

   What|Removed |Added

 CC||adam.miku...@centrum.cz

--- Comment #33 from adam.miku...@centrum.cz ---
I still have this problem. I'm running gentoo with openrc (no systemd), all
software in current versions to this time, however there is some progress since
recent time when parts of kde5 was upgraded that I see restart and shutdown
options. I've tried everything from this thread except restarting kded5 and
powerdevil from running session, removing kwrapper from startkde doesn't help,
I was always member of group "users", polkit rules are in place, all dbus
commands have same output as in this thread and I have a right to suspend as a
user. However my system don't support hibernate, I hope this is not a problem.
Maybe the problem is that powerdevil can't contact consolekit daemon.

 .xsession-errors
powerdevil: Can't contact systemd
powerdevil: Can't contact ck

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

--- Comment #34 from Kai Uwe Broulik  ---
Check whether the dbus service org.freedesktop.ConsoleKit is running and it has
permission to access it. That message is from the inhibition manager and
unrelated to suspend, though.

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


[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

--- Comment #35 from adam.miku...@centrum.cz ---
I believe so, it returns this:

qdbus --system org.freedesktop.ConsoleKit
/
/org
/org/freedesktop
/org/freedesktop/ConsoleKit
/org/freedesktop/ConsoleKit/Manager
/org/freedesktop/ConsoleKit/Seat1
/org/freedesktop/ConsoleKit/Session2

I've tried with fresh new user and it is still the same. Only difference is
that new user when click restart (restart computer) only X session is actually
restarted, this user is only member of "users" group, while my actual user is
member of more groups. I see that slackware and gentoo are using different
groups power and users, and that user above who has reported same symptoms
resolved it by adding user to group "users". Maybe I have some group rights
wrong somewhere in filesystem, process, socket, anything, or is is solely a way
for authorization by those polkit rules? Is there any way to debug why
powerdevil can't contact consolekit?

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