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...
Search Criteria
Package Details: teamviewer 15.67.4-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: | 1481 |
Popularity: | 1.56 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2025-07-01 19:12 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.4_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.4_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.4_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.4_i386.deb
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 127 Next › Last »
usuariopolivalen commented on 2023-01-20 04:53 (UTC)
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
hron84 commented on 2022-07-25 17:59 (UTC)
@swiftgeek I have an updated PKGBUILD for 15.31.5. Should I upload the new file?
Also, I tuned the git repo to ignore files.
MarsSeed commented on 2022-06-11 23:38 (UTC)
Ping @2022-05-05: Please remove depends=qt5-webkit
. Thank you.
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
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 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.conf
withSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399