I have a Pi that runs a program automatically on reboot using Crontab.
I am very pleased with this in that the Program sends me emails and sends output to a file as it is designed to do but when I run the program from the Desktop, it also opens a output window to display data that is produced by the Program.
However, using Crontab, the window does not open and someone once before on the Forum said that it is because Cron runs in the background.
Is it possible to add something to either Crontab or even my Program, to ensure that the output window is always opened.