Results 1 to 3 of 3
Hi all,
Could anyone explain me why firefox is not started if I use scheduler command 'at'. I can start firefox from terminal. But when I use 'at hours:min' it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-18-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 2
[SOLVED] at command doesn't start firefox
Hi all,
Could anyone explain me why firefox is not started if I use scheduler command 'at'. I can start firefox from terminal. But when I use 'at hours:min' it doesn't start. I tried 'firefox &' but it doesn't start too. If instead of 'firefox' I use 'mv fileName1 fileName2' the file is renamed as expected.
(it works with other commands)Code:at now warning: commands will be executed using /bin/sh at> firefox & at> <EOT>
Thanks,
Jonas
- 05-19-2011 #2
Try this which tells it which display to use and the full path to the binary:
Code:at 2000 <<_EOF_ DISPLAY=:0.0 /usr/bin/firefox _EOF_
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 05-19-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 2
Thanks! But it's strange for me that it's different than running from terminal



