I'm trying to startup Opera in an existing DISPLAY from cron but, it has got me stumped (never was an X fan)
This is what I do at the moment:
As user fred who has a logged in X secession, I have a crontab = to
12 12 * * (1-5) /scripts/start_opera
the contents of start_opera are:
#!/bin/bash
. /home/fred/.bash_profile
export DISPLAY=localhost:0.0
/usr/bin/opera > $DISPLAY
This for some reason does nothing and reports no error
Any ideas? ...... anyone ?
This is what I do at the moment:
As user fred who has a logged in X secession, I have a crontab = to
12 12 * * (1-5) /scripts/start_opera
the contents of start_opera are:
#!/bin/bash
. /home/fred/.bash_profile
export DISPLAY=localhost:0.0
/usr/bin/opera > $DISPLAY
This for some reason does nothing and reports no error
Any ideas? ...... anyone ?