Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - psion_mf

Pages: [1]
1
5x00 General discussions / Suspend Not Working In Oz
« on: September 16, 2007, 03:59:02 pm »
Yes, there's a workaround...

Put this in a file (suspend.sh):
Code: [Select]
#!/bin/sh
echo 1 >/proc/sys/pm/suspend

Now make an entry for the launcher (e.g. for the Settings tab in /opt/QtPalmtop/apps/Settings/suspend.desktop):

Code: [Select]
[Desktop Entry]
Exec=/path/to/suspend.sh
File=Unknown
Icon=exit
Type=Application
Name=Suspend

Now you have to suspend your Z using this entry in the launcher or in the Opie menu.
You have to reload the icons for the entry to appear.

Pages: [1]