I am using AntiX-13.2 on a desktop PC, with space-icewm desktop and with the following enables services at boot:
I am trying run a bash script that use yad from user's crontab (using gnome-schedule), but no run. I did a test:
Code: Select all
export Display=:0.0 ; sleep 1 & /usr/bin/yad --text="Is a test on gnome-schedule function" --no-buttons --skip-taskbar --undecorated --timeout="5" 2>~/.cron.log
Code: Select all
(yad:7054): Gtk-WARNING **: cannot open display:
Code: Select all
export Display=:0.0
Code: Select all
export $HOME/.XAuthority
I known that cron/gnome-schedule works because the ~/.cron.log file is generated.
The output of id command:
Code: Select all
tesistas@Tesistas:~
$ id
uid=1000(tesistas) gid=1000(tesistas) groups=1000(tesistas),7(lp),20(dialout),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),100(users),102(crontab),103(fuse),109(netdev),110(mlocate),1001(storage)