I am trying to get gnome-terminal to open from a crontab. Cron's environment is stopping it. I have tried this:
and I have tried this:Code:* * * * * . /home/steve/.bashrc ; /home/steve/script.sh
Neither will work. How do I fix this?Code:* * * * * . /home/steve/.profile ; /usr/bin/gnome-terminal
