* * * * * export DISPLAY=:0.0 && usr/bin/notify-send "Hello world!"
我将上面的命令添加到crontab,notify-send正在从终端工作但不是从cron工作。还检查了日志,它每分钟工作但没有显示通知。
答案 0 :(得分:1)
不确定为什么但这有效。而是调用notify-send directed在脚本中添加了。
* * * * * export DISPLAY=:0.0 && /bin/sh /home/notifyCustom.sh