Hello,
I have a simple script that display a form. It looks perfect when executed 'manually'. However, when the exact same script is executed by rc.local, it is not displayed correctly.
See link here for screen shots:
http://api.virtualcad.com/misc/display.jpgWhat I have learned so far, is that the terminal/environment is not the same when a program is executed by rc.local and that I may need to execute my script using a 'pseudo-tty wrapper'. However, I can't find any answers - perhaps I am not using the right keywords, but Google isn't helping.

Can someone steer me in the right direction?
Thanks,
Eric