in reply to Re^4: system call in crontab
in thread system call in crontab
or bettersystem("DISPLAY=:0.0 /usr/bin/feh --bg-center /home/user/Pictures/rota +te/1.jpg");
$ENV{DISPLAY} = ":0.0"; system("/usr/bin/feh --bg-center /home/user/Pictures/rotate/1.jpg");
|
---|