@Alucryd:
I removed lib32-freetype2 and teamviewer hangs as expected. I have added the dependency to the PKGBUILD.
Thanks, as always.
Search Criteria
Package Details: teamviewer 15.76.5-1
Package Actions
| 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) |
Dependencies (4)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_i386.deb
Latest Comments
« First ‹ Previous 1 .. 96 97 98 99 100 101 102 103 104 105 106 .. 129 Next › Last »
Hilinus commented on 2013-03-14 17:37 (UTC)
solixxx commented on 2013-03-14 11:18 (UTC)
@giner
Thx for the workaround
alucryd commented on 2013-03-12 10:09 (UTC)
If lib32-freetype2 is needed, then freetype2 is probably needed on i686 machines, can somebody confirm this?
Hilinus: Anyway, I must have missed the deps when I made the PKGBUILD, can you add them both?
<deleted-account> commented on 2013-03-12 10:01 (UTC)
I can confirm that lib32-freetype2 is necessary, otherwise it just hangs without stopping.
giner commented on 2013-03-07 20:33 (UTC)
Work around to run TeamViewer 8 without root permissions:
sudo iptables -o lo -t nat -I OUTPUT --dst 127.0.0.1 -p tcp --dport 5939 -j REDIRECT --to-ports 6039
/opt/teamviewer8/tv_bin/teamviewerd
teamviewer
arokux commented on 2013-03-07 12:06 (UTC)
I needed to install multilib/lib32-freetype2 so that teamviewer works.
Hilinus commented on 2013-03-04 17:03 (UTC)
@JohnnyDeacon
Enable the [multilib] repo.
JohnnyDeacon commented on 2013-03-04 16:09 (UTC)
==> Making package: teamviewer 8.0.17147-4 (Mon Mar 4 11:08:41 COT 2013)
==> Checking runtime dependencies...
==> Missing Dependencies:
-> lib32-libxtst
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
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