VNC 4 is not running as root
Solution -Go to that folder in where your team viewer is installed.
In my case it is opt
Teamviewer > teamviewer > 6 > bin > wrapper
open this wrapper in editor
and makes this line as hidden
# if [ $userid = 0 ] ; then
# die "TeamViewer must not be executed as root!"
# fi
The reason behind that $userid == 0 means it is as root so disable this one.
Now run you teamviewer as root. It works
If you have any query then write it to me
No comments:
Post a Comment