Comment 0 for bug 668784

Revision history for this message
Removed by request (removed3425744) wrote :

Binary package hint: lxdm

I'm using Ubuntu 11.04 dev with GNU coreutils 8.5. I have written a script in ~/test.sh (chmod 755) with the following content:

#!/bin/sh
nohup sleep 1000

If I execute sh ~/test.sh in a terminal all is working fine. A ~/nohup.out is created and I can logout without that sleep 1000 will hang up. But if I try to execute this file with PCManFM (doubleclick; right click and open; right click and open with sh %f) the sleep 1000 command is executed but the ~/nohup.out isn't created and sleep 1000 will hang up if I logout.