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 .. 102 103 104 105 106 107 108 109 110 111 112 .. 129 Next › Last »

gbr commented on 2013-02-16 10:38 (UTC)

Now Teamviewer have a daemon, which is needed to get it work. Adding this will do the job: install -Dm644 $pkgdir/opt/teamviewer8/tv_bin/script/teamviewerd.service $pkgdir/usr/lib/systemd/system/teamviewerd.service and then to start the service: # teamviewer --daemon start Or if you don't want to have to start the service every time you use teamviewer, you can enable it on system bootup: # systemctl enable teamviewerd (I'm sorry for my english)

Hilinus commented on 2013-02-16 10:06 (UTC)

Updated. Let me know if you encounter some issues.

butler360 commented on 2013-02-15 09:33 (UTC)

The stable version of 8 is out: http://www.webupd8.org/2013/02/popular-remote-desktop-tool-teamviewer.html

alucryd commented on 2013-02-13 08:58 (UTC)

@Raikia: Hmm, this does not happen to me, my machine stops fine. I have pretty much the same log as you, except I'm using gdm instead of systemd-user-sessions to handle my session but I doubt it's relevant. Don't know what could be going wrong on your side. If you have time, could you try a fresh install (either on your HDD or in a VM, both could be informative)? Also it might be worth reporting the bug in their forums.

Raikia commented on 2013-02-12 21:35 (UTC)

I managed to fix the problem a little better by adding a timeout to the systemd service file: sudo vim /usr/lib/systemd/system/teamviewerd.service Under "[Service]", add "TimeoutStopSec = 2" This will add a 2 second timeout to the shutdown process instead of the default 90 seconds (which is what I was getting). Its still a hotfix since it doesn't address the problem, just minimizes it.

Raikia commented on 2013-02-12 20:39 (UTC)

I'm having trouble shutting down my computer with teamviewerd running. I have done "sudo systemctl enable teamviewerd" so that it starts and stops by itself, but it hangs on shutdown while disabling. I followed the instructions here: http://freedesktop.org/wiki/Software/systemd/Debugging#Shutdown_Completes_Eventually Here is my log output: http://pastebin.com/iAW51AeQ It gets to "Stopped target Remote File Systems." and hangs for about 2 minutes. As you can see in that snippet of log file, teamviewerd is the next process to get shut down. Does anyone else have this problem? Any ideas on how to fix it? My quick-fix for it is to write a small script that starts the daemon, runs teamviewer8, then stops the daemon...but that obviously kills the ability to have the daemon running in the background like it should be. Aside from having to manually stop the service before shutting down, does anyone have any recommendations? I'm able to supply any other log files you would like.

alucryd commented on 2013-02-12 14:15 (UTC)

If you had a look at the terminal when you installed it, the post install script tells you exactly how to start teamviewerd: sudo systemctl start teamviewerd

alex-eri commented on 2013-02-12 12:29 (UTC)

sory) "teamviewerd -d" starts)

alex-eri commented on 2013-02-12 12:25 (UTC)

i installed teamviewer8 by yaourt. started it. it asked me to start teamviewerd, but it not started without errors. i tryed ldd and strace to anderstand what it want. /opt/teamviewer8/tv_bin/teamviewerd execve("/opt/teamviewer8/tv_bin/teamviewerd", ["/opt/teamviewer8/tv_bin/teamview"...], [/* 51 vars */]) = 0 and so on as is as i posted before. i tryed put teamviewerd in /usr/bin as workarount (after reading debian postinst script), but it fails to start too.