I'd like to remote access a desktop of a specfic user and not a root desktop; however when I run the vncserver
it always produces a rooted desktop.
This could be related to the installation of tigervnc
. The .vnc
and .xauthority
directories are found in /root
directory.
How can I change this so that I can run vncserver
at :1
and produce a specific user desktop?
I also tried using the vncserver -u username
command but it will not let me access the .vnc
files.
I think that tigervnc
has to be removed and installed in the right locations?