[Bug 993723] Re: cron jobs never execute

2012-07-24 Thread sampo555
Firefox doesn't start because Cron doesn't set the 'DISPLAY' environment variable which Firefox requires (try 'DISPLAY= firefox' in terminal). This can be worked around by setting the DISPLAY variable in the crontab ('5 * * * * DISPLAY=:0 /usr/bin/firefox') See https://help.ubuntu.com/community/C

[Bug 993723] Re: cron jobs never execute

2012-05-03 Thread ill
# cat /var/spool/cron/crontabls/ill #No comment SHELL=/bin/bash #No comment 5 * * * * /usr/bin/firefox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993723 Title: cron jobs never execute To m

[Bug 993723] Re: cron jobs never execute

2012-05-03 Thread Marios Zindilis
By using "crontab -e" you are setting up a user-specific cronjob. Those crontabs are stored in /var/spool/cron/crontabs/ and the filename is the same as the username of the user that creates the crontab. Can you verify that this file is created for your user? If it is, can you post its contents?