I am trying to run a program that pops up a graphical notice to me. As a simple example, I have my cron settings as
@hourly xlogo
and if I launch xlogo from an interactive command, it works fine. However, when run by cron, the xlogo window never launches. How can I get cron to let xlogo launch a window, or is it just fundamentally not designed to do that?