Package Details: teamviewer 15.59.3-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: http://www.teamviewer.com
Licenses: custom
Conflicts: teamviewer-beta
Provides: teamviewer
Submitter: Hilinus
Maintainer: swiftgeek (nickoe, astronautlevel)
Last Packager: swiftgeek
Votes: 1474
Popularity: 2.16
First Submitted: 2010-04-15 10:29 (UTC)
Last Updated: 2024-11-15 22:36 (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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 127 Next › Last »

dano5 commented on 2017-12-02 11:55 (UTC)

tw13 is now available as a beta: https://community.teamviewer.com/t5/Linux/Update-TeamViewer-13/m-p/24537#M1131

3rn3st0 commented on 2017-12-01 16:32 (UTC)

Hello people, greetings from Venezuela. I need help to make a downgrade from version 12.0 to version 10.x. Where I can found the package for this version? Sorry for my bad english.

vlamnire0 commented on 2017-11-29 01:46 (UTC)

If lib32-dbus is not installed I receive this error when starting the teamviewer daemon. > systemctl status teamviewerd.service ● teamviewerd.service - TeamViewer remote control daemon Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2017-11-28 19:43:17 CST; 29s ago Process: 2960 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=127) Nov 28 19:43:17 laptop systemd[1]: Starting TeamViewer remote control daemon... Nov 28 19:43:17 laptop teamviewerd[2960]: /opt/teamviewer/tv_bin/teamviewerd: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file Nov 28 19:43:17 laptop systemd[1]: teamviewerd.service: Control process exited, code=exited status=127 Nov 28 19:43:17 laptop systemd[1]: teamviewerd.service: Failed with result 'exit-code'. Nov 28 19:43:17 laptop systemd[1]: Failed to start TeamViewer remote control daemon. After install lib32-dbus from the repository it starts just fine.

dotvezz commented on 2017-11-28 20:11 (UTC)

This does need lib32-dbus as a dependency.

woyzeck commented on 2017-11-28 11:35 (UTC)

Consider including lib32-dbus as a dependency.

Triodes commented on 2017-11-27 14:06 (UTC)

I too can confirm that this package will not work on my system without lib32-dbus installed. So adding it to the deps would probably be a good idea

francoism90 commented on 2017-11-27 08:02 (UTC)

@Phry This also fixed my issue! :) @swiftgeek Would it be a nice addition to patchout NetworkManager on teamviewered.service?

farwayer commented on 2017-11-26 19:31 (UTC)

lib32-dbus should be added to deps

Phry commented on 2017-11-26 08:42 (UTC)

@francoism90 Thanks, this has solved the problem, hadn't thought about it.

abdullatif commented on 2017-11-26 01:55 (UTC)

Hi, @swiftgeek I have got some trouble with systemd when trying to start Teamviewer : "error while loading shared libraries: libdbus-1.so.3" , so I installed 'lib32-dbus' and everything was OK. So maybe you should add lib32-dbus to the list of dependencies.