Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Saturday 27 September 2014

vncserver: couldn’t find “xauth” on your PATH

Problem:

 While starting a vncserver session on linux machine, if you get the following error:

bash$> vncserver :01
vncserver: couldn’t find “xauth” on your PATH

Solution:

bash$> export PATH=$PATH:/usr/X/bin:/usr/X11/bin



Enjoy.............. :)