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):
Now make an entry for the launcher (e.g. for the Settings tab in /opt/QtPalmtop/apps/Settings/suspend.desktop):
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.
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.