[Desktop Entry] Type=Application Name=LPSswitch Icon=/usr/share/icons/hicolor/80x80/apps/LPSswitch.png Exec=/home/user/LPSswitch.sh
#!/bin/sh if {standby screen on} then {kill com.nokia.systemui.ScreenLock} and {dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:0 uint32:0 string:'device' string:'' string:'standby screen off' string:'' string:'icon-m-toolbar-done' uint32:0} if {standby screen off} then {exec com.nokia.systemui.ScreenLock} and {dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:0 uint32:0 string:'device' string:'' string:'standby screen on' string:'' string:'icon-m-toolbar-done' uint32:0}