Try make a desktop notification with crontab. The line in the crontab is:
Working with
/var/log/cron says it is executed. but I am seeing nothing on desktop. On the commandline it works fine, and I see the notification. The script is owned and executable by user.
Any idea what I am missing or why it does not work.
30 * * * * user export DISPLAY=:0.0 && /usr/local/bin/myscript.
Working with
notify-send
in the script, my window manager is fvwm-crystal./var/log/cron says it is executed. but I am seeing nothing on desktop. On the commandline it works fine, and I see the notification. The script is owned and executable by user.
Any idea what I am missing or why it does not work.