I'm trying to use zenity and at to make a little reminder script. The problem is that while zenity --info works fine from bash (or sh), running echo "zenity --info" | at now + 1 min does nothing. The job shows up in my atq and then runs, but no zenity pop-up. What's going on?
|
| ||||
|
feedback
|
|
Check your You need to provide utilities like xhost local:USERNAME > /dev/null Substitute your username for the Modify your zenity command to include the echo "zenity --info --display=:0.0" | at now + 1 min | |||
|
feedback
|
