I'm a startx guy, not able to start the GUI either, no error message, same as txtsd.
Search Criteria
Package Details: teamviewer 15.59.3-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: | http://www.teamviewer.com |
Licenses: | custom |
Conflicts: | teamviewer-beta |
Provides: | teamviewer |
Submitter: | Hilinus |
Maintainer: | swiftgeek (nickoe, astronautlevel) |
Last Packager: | swiftgeek |
Votes: | 1474 |
Popularity: | 2.21 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-11-15 22:36 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_i386.deb
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 127 Next › Last »
zehph commented on 2020-04-21 00:56 (UTC)
huupoke12 commented on 2020-04-15 08:23 (UTC) (edited on 2020-04-15 12:44 (UTC) by huupoke12)
It seems that DNSSEC checks fail for router*.teamviewer.com because of bogus CNAME. Disabling DNSSEC will resolve the network error.
$ drill -DT router9.teamviewer.com @1.1.1.1
...
[B] Unable to verify denial of existence for router9.teamviewer.com., because of BOGUS CNAME
FrederickZh commented on 2020-04-07 10:19 (UTC)
Just want to share a weird issue (and solution) I had. If you've ever launched the GUI without starting the daemon first, you may want to remove /etc/teamviewer/global.conf
before relaunching the GUI otherwise it won't allow you to type in email/password fields sometimes.
maciex commented on 2020-04-05 08:21 (UTC)
Why it is sourced to tvcdn.de and not directly to teamviewer.com if it is deb from Microsoft?
maciex commented on 2020-04-05 08:21 (UTC)
Why it is sourced to tvcdn.de and not directly to teamviewer.com if it is deb from Microsoft?
lucasrizzini commented on 2020-04-04 12:51 (UTC)
Change the $pkgver to 15.4.4445.
kahgha commented on 2020-04-02 15:36 (UTC) (edited on 2020-04-02 15:42 (UTC) by kahgha)
Teamviewer ver 12 was not able to connect to computers with a newer version. I tried many different ways to install a fresh version, finally finding a solution (currently ver 15.3.2682):
- clone teamviewer repository: git clone https://aur.archlinux.org/teamviewer.git
- to enable Multilib package repository, uncomment the following two lines in pacman configuration file /etc/pacman.conf:
#[multilib]
#Include = /etc/pacman.d/mirrorlist
- cd teamviewer
- makepkg -si
- download older version of lib32-freetype2: curl -L -O https://archive.archlinux.org/packages/l/lib32-freetype2/lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
- sudo pacman -U lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
- add lib32-freetype2 to IgnorePkgs in /etc/pacman.conf to make it not get updated during system update
- sudo systemctl enable gdm
- reboot
- restart teamviewer daemon: sudo systemctl restart teamviewerd
- sudo systemctl enable teamviewerd to make the daemon start at every boot
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