View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#547
Originally Posted by J4ZZ View Post
Is there something to do to make it work with bash, too?
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

Last edited by sakya; 2011-08-23 at 10:09.