YOU NEED to enable the teamviewerd.service and then reboot your computer!!! Starting the service won't work for some reason, you must enable it and reboot. This is important!!!
sudo systemctl enable teamviewerd #end then reboot
| Git Clone URL: | https://aur.archlinux.org/teamviewer.git (read-only, click to copy) |
|---|---|
| Package Base: | teamviewer |
| Description: | All-In-One Software for Remote Support and Online Meetings |
| Upstream URL: | https://www.teamviewer.com/en/download/portal/linux/ |
| Licenses: | custom |
| Conflicts: | teamviewer-beta |
| Provides: | teamviewer |
| Submitter: | Hilinus |
| Maintainer: | swiftgeek (nickoe, astronautlevel) |
| Last Packager: | swiftgeek |
| Votes: | 1484 |
| Popularity: | 1.47 |
| First Submitted: | 2010-04-15 10:29 (UTC) |
| Last Updated: | 2026-05-11 17:35 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 129 Next › Last »
YOU NEED to enable the teamviewerd.service and then reboot your computer!!! Starting the service won't work for some reason, you must enable it and reboot. This is important!!!
sudo systemctl enable teamviewerd #end then reboot
Teamviewer said not ready until I logged into the website and added my machine as a trusted device. Then it allowed me to login to the application which made me add my device again as a trusted device. It took a while to figure this out so created an account here to help anyone who have this issue.
@ ArthurBorsboom repackage it with patch to correct teamviewerd.service
diff --unified --recursive --text package.orig/data/opt/teamviewer/tv_bin/script/teamviewerd.service package.new/data/opt/teamviewer/tv_bin/script/teamviewerd.service
--- package.orig/data/opt/teamviewer/tv_bin/script/teamviewerd.service 2020-02-14 17:03:22.000000000 -0800
+++ package.new/data/opt/teamviewer/tv_bin/script/teamviewerd.service 2020-03-14 19:57:00.038517745 -0700
@@ -6,7 +6,7 @@
[Service]
Type = forking
-PIDFile = /var/run/teamviewerd.pid
+PIDFile = /run/teamviewerd.pid
ExecStart = /opt/teamviewer/tv_bin/teamviewerd -d
Restart = on-abort
StartLimitInterval = 60
See Patching packages Wiki for details.
Hi, gui launches ok but cannot focus on any text field / button. Program running but cant do much. Thanks
systemd[1]: /usr/lib/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
Hi, install this version teamviewer 15.3.2682-1, but when you want to select the text box to login I can't do it, it doesn't allow me to enter the focus of the text box, what is this about?
Solved, it was the service that didn't start it before: V
Stuck on "teamviewer is starting please wait...". It used to work properly.
@swiftgeek I created a patch:
https://direc.kapsi.fi/owncloud/s/xKFLyXa5UpRX6jT
It contains update for 15.3, update script for easier maintenance, better handling of teamviewerd.service and other, minor changes. Please have a look. Thanks!
If Teamviewr write to you "Not ready. Please check your connection" close it, go to terminal and write this: sudo teamviewer --daemon enable And then run teamviewer. It will be work.
For me at least, a simple version bump was needed for 15.2.2756 (with only amd64 tested, but all .deb files download OK at least). I could push the changes, but I'm not a maintainer. Would you like to perhaps add me? Thanks.
Pinned Comments
swiftgeek commented on 2023-08-01 19:17 (UTC) (edited on 2023-08-01 19:21 (UTC) by swiftgeek)
As mentioned in @seyn6gk's comment
Without changing anything, since teamviewer 13 a desktop environment/login with display manager like lightdm/sddm/gdm is required.
startxusers can follow workaround mentioned in @r7v s commentr7v commented on 2022-06-07 14:49 (UTC)
Workaround for startx
Create drop-in
/etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.confwithSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399