Instruction to execute:
git clone https://aur.archlinux.org/teamviewer.git
cd teamviewer/
nano PKGBUILD
section depends must be modified. Should looks like that (removed a single line with 'qt5-webengine':
depends=(
'hicolor-icon-theme'
'qt5-x11extras'
'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it.
'qt5-svg'
)
makepkg -si
process takes 2 minutes to have a teamviewer installed.
Good luck :)
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