| Summary: | sys-power/upower-0.9.21 fails to go into hibernation mode, does not display a notification when charged / discharged battery by connecting the external power | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | thunder367 <thunder367> |
| Component: | [OLD] Core system | Assignee: | Freedesktop bugs <freedesktop-bugs> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | thunder367 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=504574 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
make.conf
emerge --info |
||
|
Description
thunder367
2013-12-31 17:41:12 UTC
Created attachment 366648 [details]
make.conf
Created attachment 366650 [details]
emerge --info
# less /usr/lib/systemd/system-sleep/notify-upower.sh
#!/bin/bash
[ "$1" = "post" ] && exec /usr/bin/dbus-send \
--system --type=signal \
--dest=org.freedesktop.UPower \
/org/freedesktop/UPower \
org.freedesktop.UPower.Resuming
exit 0
No longer relavent bug with >=sys-power/upower-0.99.0, because of the dropped .sh script, because of the dropped hibernate/suspend support |