Teamviewer will not start on ubuntu
Whenever I try and start TeamViewer, I get the following:
user@user:~/.config$ teamviewer
Init...
CheckCPU: SSE2 support: yes
Checking setup...
chmod: changing permissions of '/home/user/.config/teamviewer': Operation not permitted
chmod: changing permissions of '/home/user/.local/share/teamviewer13/logfiles': Operation not permitted
Launching TeamViewer ...
Launching TeamViewer GUI ...
/opt/teamviewer/tv_bin/script/tvw_main: line 146: /home/user/.local/share/teamviewer13/logfiles/gui.log: Permission denied
Anyone know what the issue might be? I assume it's a folder permission issue.
The only way I've managed to get it to run is to do do:
sudo su
sudo teamviewer
Best Answer
-
Running teamviewer with sudo is the problem, not the solution.
Fix it with
sudo rm -rf /home/user/.config/teamviewer*
sudo rm -rf /home/user/.local/share/teamviewer*Regards,
Daniel
Linux Developer10
Answers
-
Added to OP
0 -
Running teamviewer with sudo is the problem, not the solution.
Fix it with
sudo rm -rf /home/user/.config/teamviewer*
sudo rm -rf /home/user/.local/share/teamviewer*Regards,
Daniel
Linux Developer10 -
Worked perfectly! Thanks. I can make windows boxes sing and dance, but I am still learning the Linux filesystem
2 -
Hi i tried the same commands but however still not able to install teamviewer successfully.
This is what i am currently observing in my terminal
Init...
CheckCPU: SSE2 support: yes
Checking setup...
chmod: changing permissions of '/home/jegu/.config/teamviewer': Operation not permitted
chmod: changing permissions of '/home/jegu/.local/share/teamviewer14/logfiles': Operation not permitted
Launching TeamViewer ...
Launching TeamViewer GUI ...
/opt/teamviewer/tv_bin/script/tvw_main: line 146: /home/jegu/.local/share/teamviewer14/logfiles/gui.log: Permission deniedCan you please help?
0 -
What's OP?
0 -
I get an error like this. Any ideas?
Last login: Wed Jan 22 10:20:25 2020 from 192.xxx.x.xx
luke@ubuntu-s1:~$ teamviewerInit...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...invalid x11 configuration found
0