in reply to Re^3: Best/Fast/Simple way to add a GUI to a batch process
in thread Best/Fast/Simple way to add a GUI to a batch process
Update: After some thought, it dawned on me that you probably need the X server installed on the server, but not neccessarily running. Why? Because when you try to execute the remote X program, it must find the various X libraries it needs, otherwise it will complain and fail. Your remote client can't provide the needed libraries, they must be on the server. So it seems RonW you are right, the X server does not need to be running, but the libraries must be installed. So .... X installed, but not neccessarily running, would be required.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Best/Fast/Simple way to add a GUI to a batch process
by RonW (Parson) on Aug 30, 2018 at 22:08 UTC |