I wanted to changed the location of my $HOME directory from a 200 GB SSD to a 2 TB SATA. I did it according to the second answer found here. Now Teamviewer will not start any more. I if I try to start it by just clicking the icon, nothing happens. If I try it from the terminal by typing teamviewer
I get following message:
Init...
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
wine: /home/adminuser/.local/share/teamviewer11 is not owned by you
wine: /home/adminuser/.local/share/teamviewer11 is not owned by you
Of course I checked if my account has permission to use teamviewer, and it does. Why was there no issue before, and now there is?
sudo chown -R adminuser:adminuser /home/adminuser/.local/share/teamviewer11
? – Jos Aug 24 '16 at 08:28teamviewerd
after that? – Jos Aug 24 '16 at 08:32kill -HUP teamviewer
but it fails:kill: failed to parse argument: 'teamviewer'
– Vaxin Aug 24 '16 at 08:33sudo systemctl restart teamviewer
on modern Ubuntus, orsudo service teamviewer restart
should work. – Jos Aug 24 '16 at 08:35teamviewer: unrecognized service
– Vaxin Aug 24 '16 at 08:40UUID=7D7CEF726B6E2A2B /home ntfs defaults 0 2
to /etc/fstab – Vaxin Aug 24 '16 at 09:51