Hi swiftgeek,
The maintenance of this package could be a bit reduced with an nvchecker config to check the latest version on the Teamviewer webpage.
I created the one below to check for the string: Current version: xx.xx.xx so pkgctl version upgrade could update the PKGBUILD automatically.
[teamviewer]
source = "regex"
regex = "Current version:\\s*<span[^>]*>(\\d+(?:\\.\\d+){2})</span>"
url ="https://www.teamviewer.com/en/download/portal/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.
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