Is just the autostart script that fails (I think this is the case)? Does the lockscreen work if executed manually? Code: /usr/bin/qtlockscreen & If so, the problem is just the script Code: start on started hildon-desktop respawn script exec su - user -c "exec /usr/bin/qtlockscreen" end script
/usr/bin/qtlockscreen &
start on started hildon-desktop respawn script exec su - user -c "exec /usr/bin/qtlockscreen" end script