Re: [beagleboard] Running python GUI script through ssh from remote computer or on startup

2016-05-28 Thread Mike
On 05/28/2016 10:09 AM, evilwulfie wrote: you seem new to linux as well you cannot start your python program in the uEnv.txt file as when your trying to run it there the X system is not running. When your trying to run it via SSH are you sure that the X system is up and running ? read this.

Re: [beagleboard] Running python GUI script through ssh from remote computer or on startup

2016-05-28 Thread evilwulfie
you seem new to linux as well you cannot start your python program in the uEnv.txt file as when your trying to run it there the X system is not running. When your trying to run it via SSH are you sure that the X system is up and running ? read this. some ways to check if X is running before you s

[beagleboard] Running python GUI script through ssh from remote computer or on startup

2016-05-28 Thread Mayunk Kulkarni
I have been trying to run a python GUI program on the beaglebone black through SSH. It is connected to the BBVIEW and the GUI runs if I diirectly open the command window in beaglebone us