Crontab has many bugs that depend on env variables.
For example:
* * * * * notify-send test - doesn't work from crontab but works from bash
How can I fix crontab once and forever? I just want the command that works in the bash to work in the crontab. But it always turns into hell.