I'm trying to have crontab run deluge-gtk run at a specified time but for some reason nothing happens. I'm on Debian 9.4 (stretch).
Here is what I have on my crontab file:
30 16 * * * export DISPLAY=:0 && /usr/bin/deluge --ui=gtk
I've also tried
30 16 * * * export DISPLAY=:0 && /usr/bin/deluge-gtk
None of them work. Can I get some enlightenment, please.
ADDITIONAL INFO:
With other jobs, cron is working fine. It's just not working for this deluge line I have