I don't know if this will help. Occaisionally, a user may want to run something as root, but with GUI interface. If one then does su to root, the result is an error message - couldn't connect to server, or some such.
The cure, as user, is to issue the command - xhost +localhost, then su to root to run some app in GUI mode. When done, remove root from the guest list with xhost -localhost.
Now, I'm wondering if you could do 'xhost +vmware' or some such, to name vmware as the guest user, and have it work. Worth a try.
All you loose is a failed attempt if it doesn't work. If it does work, you're in business.
See the man page for xhost for more info.
|