Xfce 4.10 cannot resume from suspend

I finally made my system to have the possibility to suspend/hibernate. But after suspend, when I come back, my system freezes on bash.

My .pkla file:
Code:
[Restart]
Identity=unix-group:wheel
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:wheel
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Suspend]
Identity=unix-group:wheel
Action=org.freedesktop.upower.suspend
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Hibernate]
Identity=unix-group:wheel
Action=org.freedesktop.upower.hibernate
ResultAny=yes
ResultInactive=yes
ResultActive=yes

Any direction how to solve this issue?
 
I think the best way is to separate consolekit and upower actions in two different files.

- org.freedesktop.consolekit.pkla (related to consolekit)
- org.freedesktop.upower.pkla (upower)

Did you try this command?

[cmd=]acpiconf -s <number of state>[/cmd] where "number of state" is 3, 4, 5, more details.
 
Back
Top