@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.
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: | 1473 |
Popularity: | 1.23 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-11-15 22:36 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 127 Next › Last »
@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.
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.
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
update please.
Please update
@skerit forcing teamviewer to run under xwayland works for me for outgoing connections (presumably not for incoming connections):
QT_QPA_PLATFORM=xcb teamviewer
@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.
Ping @2022-05-05: Please remove depends=qt5-webkit
. Thank you.
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
It would be nice if this could be upgraded to 15.30.3 : https://www.teamviewer.com/en/download/linux/
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