Teamviewer>>Now possible??

What features/apps/bugfixes needed in a future Puppy
Message
Author
User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#41 Post 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
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Post Reply