Skip to content

Instantly share code, notes, and snippets.

@phamhieu
Created August 31, 2018 02:58
Show Gist options
  • Select an option

  • Save phamhieu/951be143d6b17152f91ce8e5a3720352 to your computer and use it in GitHub Desktop.

Select an option

Save phamhieu/951be143d6b17152f91ce8e5a3720352 to your computer and use it in GitHub Desktop.
TeamViewer on Ubuntu Troubleshooting
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