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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 127 Next › Last »

benjarobin commented on 2017-11-11 21:16 (UTC)

A much better fix, it to simply do, from the extracted package lib32-freetype2-2.8-2-x86_64.pkg.tar.xz : cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6

cm_song commented on 2017-11-11 04:55 (UTC)

We can do the following: $ cp /var/cache/pacman/pkg/lib32-freetype2-2.8-2-x86_64.pkg.tar.xz /tmp $ cd /tmp $ tar -xvJf lib32-freetype2-2.8-2-x86_64.pkg.tar.xz $ sudo cp -r ./usr/lib32/* /usr/lib32 $ reboot It's working now.

jmontano commented on 2017-11-10 19:18 (UTC)

@jackarc's proposed solution worked for me " sudo downgrade lib32-freetype2 but only lib32-freetype2-2.7.* is working with lib32-freetype2-2.8.* gui wont show up " Thanks

loscsol commented on 2017-11-06 13:09 (UTC)

@max.bra 's PKGBUILD works fine, thanks!

jollyroberts commented on 2017-11-05 04:15 (UTC)

@TheGoliath: I had to install lib32-dbus to get around that issue. Looks like teamviewer wants the 32 bit version of that libdbus file.

gun26 commented on 2017-11-04 21:58 (UTC)

@mareke On my own box (x86_64, testing repos enabled) /usr/lib/libdbus-so is a symlink to libdbus-1.so.3.19.3 in the same directory, which is provided by dbus 1.12.0-1 in core. Are both dbus and the symlink not in place in your system?