Page 3 of 3

Posted: Mon 21 Mar 2011, 18:47
by 666philb
this works with the teamviewer6.deb

another way is to navigate to /opt/teamviewer/teamviewer/6/bin/ right click on the teamviewer file and open as text. then where it says

Code: Select all

userid=$(id -u)

if [ $userid = 0 ]
then
echo TeamViewer must not be executed as root!
exit 1
fi
change those lines to this....

Code: Select all

##userid=$(id -u)

##if [ $userid = 0 ]
##then
##        echo TeamViewer must not be executed as root!
##        exit 1
##fi
and then save