ID and Password Blank - Ubuntu 18.04

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?


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 --help

    Admin 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)