Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfce4-power-manager:faq [2015/06/17 16:49] – update for ck2 suspend/hibernate checks ericxfce:xfce4-power-manager:faq [2015/06/21 09:01] – [How can I make logind handle button events instead of xfce4-power-manager] eric
Line 33: Line 33:
 ===== I have put my computer into suspend or hibernate mode, but the computer is not waking up. ===== ===== I have put my computer into suspend or hibernate mode, but the computer is not waking up. =====
 ! This was the subject of many bug reports. Please note that the power manager has nothing to do with these problems, since the kernel is responsible for these tasks. The kernel team is putting a lot of efforts into fixing these kind of problems, however, if you still have problems please report a bug to your distributor and hopefully they can contact the kernel team and possibly provide a work-around.  ! This was the subject of many bug reports. Please note that the power manager has nothing to do with these problems, since the kernel is responsible for these tasks. The kernel team is putting a lot of efforts into fixing these kind of problems, however, if you still have problems please report a bug to your distributor and hopefully they can contact the kernel team and possibly provide a work-around. 
 +
 +===== How can I make logind handle button events instead of xfce4-power-manager =====
 +! By default xfce4-power-manager inhibit's logind handling suspend/hibernate and it's keys. This is to prevent conflicts that xfce4-power-manager and logind can have. If you wish to have xfce4-power-manager not inhibit logind for a particular function just set the value in xfconf's Settings Editor or with xfconf-queries as shown below.
 +
 +To have logind handle the lid open/close event:
 +  xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-lid-switch -n -t bool -s true
 +To have logind handle the power key:
 +  xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-power-key -n -t bool -s true
 +To have logind handle the suspend key:
 +  xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-suspend-key -n -t bool -s true
 +To have logind handle the hibernate key:
 +  xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-hibernate-key -n -t bool -s true
 +