@gloomy that file is from upstream, and it's still compatible. Feel free to report at https://community.teamviewer.com/English/categories/linux
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.53 |
| 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 2 3 4 5 6 7 8 .. 129 Next › Last »
swiftgeek commented on 2023-04-21 09:48 (UTC)
gloomy commented on 2023-04-20 11:47 (UTC)
Minor issue but this package causes recurring warnings in the logs:
/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.
Maintainer can easily fix this by replacing PIDFile = /var/run/teamviewerd.pid with PIDFile = /run/teamviewerd.pid in the service file.
gbr commented on 2023-01-20 19:23 (UTC)
I wonder why https://download.teamviewer.com/download/linux/teamviewer_amd64.deb (the download link on their website), currently redirects us to the 15.37.3 release, instead of redirecting to 15.37.8, which is the latest one...
usuariopolivalen commented on 2023-01-20 04:53 (UTC)
can you control your PC on wayland? Because I can on one PC but not on another...and I think that both are same configured...
schard commented on 2023-01-19 14:29 (UTC)
@TobFromme
Not really. The line
After = network.target network-online.target dbus.service
in the systemd unit should™ delay the start until networking is available already.
<deleted-account> commented on 2023-01-18 19:21 (UTC)
Anyone else have an issue where, if the service is configured for autostart (i.e. systemctl enable teamviewerd), the system is unavailable after a reboot, until the service is restarted again?
It appears it's because the network isn't quite ready. I've had to create a teamviewerd.timer file to delay the start.
I can provide that file, if the maintainers would like to use it.
hertg commented on 2022-12-20 10:39 (UTC)
For some reason teamviewer always renders the UI huge on my machine. I was finally able to solve it by changing the Exec in /opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop to the following.
Exec=/usr/bin/env QT_AUTO_SCREEN_SCALE_FACTOR=0 /opt/teamviewer/tv_bin/script/teamviewer
soideawe commented on 2022-10-26 01:47 (UTC)
update please.
abdulhakeem commented on 2022-09-30 21:25 (UTC)
Please update
mauro2 commented on 2022-07-28 21:27 (UTC)
@skerit forcing teamviewer to run under xwayland works for me for outgoing connections (presumably not for incoming connections):
QT_QPA_PLATFORM=xcb teamviewer
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