Package Details: teamviewer 15.76.5-1

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)

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.

startx users can follow workaround mentioned in @r7v s comment

r7v 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.conf with

[Service]
Environment=XDG_SESSION_TYPE=x11

Source: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 129 Next › Last »

babaliaris commented on 2020-03-19 19:02 (UTC) (edited on 2020-03-19 19:04 (UTC) by babaliaris)

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

emiliobadillio commented on 2020-03-17 13:44 (UTC)

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.

WFV commented on 2020-03-15 04:47 (UTC) (edited on 2020-03-16 14:04 (UTC) by WFV)

@ 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.

ferrvittorio commented on 2020-03-13 11:32 (UTC)

Hi, gui launches ok but cannot focus on any text field / button. Program running but cant do much. Thanks

ArthurBorsboom commented on 2020-03-10 12:54 (UTC)

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.

ijann commented on 2020-03-07 03:46 (UTC) (edited on 2020-03-07 04:42 (UTC) by ijann)

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

zangoku commented on 2020-02-29 21:04 (UTC)

Stuck on "teamviewer is starting please wait...". It used to work properly.

direc85 commented on 2020-02-26 20:46 (UTC)

@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!

vault commented on 2020-02-13 07:43 (UTC)

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.

direc85 commented on 2020-02-06 20:28 (UTC)

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.