shortcuts don't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
acpid (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Binary package hint: xfce4-power-manager
When using the Xfce4-power-
This happens with all versions of the power-manager.
Please include updated scripts for the next Xfce4-power-manager release. 0.6.5 is already released, which can be grabbed from this link directly.
http://
Since the last ACPI update from a while back, the powerbtn.sh script changed a lot, making it easier to fix this. I managed to get this all working by changing the if-statement to the following:
if pidof gnome-power-manager kded4 xfce4-power-manager > /dev/null; then
exit
fi
I added the xfce4-power-manager to it, which fixed the power button action to do what the power manager is set to. I don't have the scripts for the sleep button and the lid, so those are handled by the power manager anyway.