ID and Password Blank - Ubuntu 18.04
MikeEliasen
Posts: 1
in Linux only
Hello!
I recently rebooted my ubuntu computer and all of a sudden the ID and Password fields are just blank.
I've tried reinstalling teamviewer several times without any luck, also tried restarting the daemon.
When i'm trying to log in to an account i cannot type in the fields required.
Tried disabling the firewall also without any luck
This has been working just fine for over a year, but now all of a sudden it stopped.
Any ideas?
0
Answers
-
I was in same situation in my Ubuntu 18.04.
I was abel to solve this with next command in terminal with admin user:
$ teamviewer daemon restart
Check others usable command:
$ teamviewer --helpAdmin user who is that in the sudoers group
check it with id command:
$ id
uid=1001(laci) gid=1001(laci) groups=1001(laci),27(sudo)
0