using either notify-send or zenity in Cron
Posted
by kerry scott
on Super User
See other posts from Super User
or by kerry scott
Published on 2010-02-21T22:45:35Z
Indexed on
2010/03/30
13:03 UTC
Read the original article
Hit count: 301
cron
I am trying to get cron to provide a screen alert when it spots a particular situation. I know the script is executed each minute but it will not display on the screen script executed is :DISPLAY=:0.0 /usr/bin/notify-send -t 1000 Test "This is a test"
Run Gnome from the Mandriva distribution
Any ideas
© Super User or respective owner