Created
August 31, 2018 02:58
-
-
Save phamhieu/951be143d6b17152f91ce8e5a3720352 to your computer and use it in GitHub Desktop.
TeamViewer on Ubuntu Troubleshooting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Switch back to Xorg (the X window system) under Ubuntu If you have problem at login | |
| * Open file `sudo gedit /etc/gdm3/custom.conf` | |
| * Uncomment this line in custom.conf file `WaylandEnable=false` | |
| * Reboot | |
| 1. Teamviewer GUI not starting anymore | |
| * sudo teamviewer daemon restart | |
| * sudo teamviewer daemon disable | |
| * sudo teamviewer daemon enable | |
| * systemctl enable teamviewerd.service | |
| * teamviewer | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment