Bug 780709

Summary: upower update breaks suspend
Product: [openSUSE] openSUSE Tumbleweed Reporter: Stefan Seyfried <seife>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: jslaby, vuntz
Version: 13.1 Milestone 0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Third Party Developer/Partner Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stefan Seyfried 2012-09-17 08:35:08 UTC
since the latest update in upower, suspend is no longer triggered by the documented dbus signal.

This is the command line I used to suspend (for the case that the desktop applets do not work):

qdbus org.freedesktop.PowerManagement \
      /org/freedesktop/PowerManagement \
      org.freedesktop.PowerManagement.Suspend

This now just triggers the screen lock in XFCE but does not suspend the machine.
xfce4-power-manager's suspend function does exactly the same.

I suspect that this is due to this change in upower:

* Di Sep 11 2012 vuntz@opensuse.org
- Update to version 0.9.18:
  + New Features:
  - Use systemd if possible for suspend and hibernate

Looks like backwards compatibility is missing.
Comment 1 Vincent Untz 2012-09-17 08:46:09 UTC
We don't want to build with systemd, and I even made everything "work" for it. Except that I forgot to pass --disable-systemd :/ Fixing...
Comment 2 Vincent Untz 2012-09-17 08:50:24 UTC
Should be fixed with sr#134611.
Comment 3 Vincent Untz 2012-09-22 19:39:44 UTC
*** Bug 781021 has been marked as a duplicate of this bug. ***