Hi,<br><br><div class="gmail_quote">On Sun, Mar 8, 2009 at 9:49 PM, Jeffrey Ratcliffe <span dir="ltr">&lt;<a href="mailto:jeffrey.ratcliffe@gmail.com">jeffrey.ratcliffe@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When I press the power button, I get a group of icons, one of which is<br>
a crescent, which if I press, I get a message saying that it is going<br>
to suspend, but the doesn&#39;t.<br>
<br>
I&#39;m using the 2.6.28 kernel.<br>
<br>
How can I get it to suspend?<br>
<br>
Another icon is a padlock. If I press that, the screen is locked, but<br>
I can&#39;t get a keyboard up to unlock it.<br>
<br>
The close application and shutdown buttons work fine.</blockquote><div><br>I&#39;m using  FSO 5.1, so I don&#39;t know how it applies to debian exactly ( and suspend on powerbutton press worked directly and much more quickly through a rule in /etc/freesmartphone/oevents/rules.yaml ) But in order to map more functions to that precious button, I edited /etc/enlightenment/sysactions.conf to map suspend icon click to a custom script :<br>
<br>action:   suspend   /media/DATA/bin/fso_suspend.sh<br><br>which contains the fso command to suspend :<br><br>mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.Suspend<br><br><br>While being significantly slower it works fine that way.<br>
Don&#39;t know if this helps, but maybe a start ...<br><br>Stefan<br></div></div>