@yu.development , thanks.. Downgrading lib32-freetype2 from verison 2.8.1-1 to 2.8.2 worked for me too. After downgrading, reboot of system not required. Just restart the teamviewerd.service
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.04 |
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 .. 39 40 41 42 43 44 45 46 47 48 49 .. 127 Next › Last »
abhinav.gaur13 commented on 2017-10-10 17:48 (UTC)
RIscRIpt commented on 2017-10-10 15:19 (UTC)
@figue, you should add this to your instruction,
And for those who fails on step 3 `makepkg -s` because of signature verification failure:
You can get signature from mit's servers:
$ gpg --keyserver pgp.mit.edu --recv-keys C1A60EACE707FDA5
(taken from pinned comment of ttfautohint AUR package)
dml commented on 2017-10-10 09:15 (UTC)
@yu.development
thank you, it's work for me too
darkprof commented on 2017-10-09 15:59 (UTC)
now refuses to run x86_64
insonifi commented on 2017-10-09 08:12 (UTC)
You can also downgrade just like that:
> pacman -U https://archive.archlinux.org/packages/l/lib32-freetype2/lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
Seems to work but required reboot. Restarting teamviewerd.service wasn't enough for me.
yu.development commented on 2017-10-09 03:06 (UTC)
install downgrade then install lib32-freetype2-2.8-2-x86_64.pkg.tar.xz with:
downgrade lib32-freetype2
then restart teamviewer service, it's work for me
kolewu commented on 2017-10-07 20:01 (UTC) (edited on 2017-10-07 20:22 (UTC) by kolewu)
EDIT: have seen the newer comments and can confirm, that using the normal freetype-2.8 version cures teamviewer.
I can confirm that the current teamviewer 12.0.85001-6 (and the former version 12.0.76279-6) has a problem that can be fixed by installing the AUR package lib32-freetype2-old-hinting-2.8-2. You unfortunately have to use an older version of this AUR package because the current version 2.8.1-1 doesn't work. You can get the older version by using git to get the former commit of the AUR package.
Doing this makes teamviewer working again.
figue commented on 2017-10-07 19:25 (UTC) (edited on 2017-10-07 19:28 (UTC) by figue)
EDIT: I saw now what @cimarronline said... Consider my post like a "how-to" you can do manually...
New workaround for GUI issues caused by lib32-freetype:
1. clone lib32-freetype:
$ asp checkout lib32-freetype2
$ cd lib32-freetype2/trunk
2: checkout last 2.8 revision:
$ git checkout 3746440f041493db9cb4ada7f328412da9880322
3. build:
$ makepkg -s
3. copy library to Teamviewer's library path:
$ sudo cp pkg/lib32-freetype2/usr/lib32/libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/RTlib/libfreetype.so.6
cimarronline commented on 2017-10-07 18:39 (UTC) (edited on 2017-10-07 20:03 (UTC) by cimarronline)
Wine 2.18 has been fixed for the freetype2 version 2.8.1, but Teamviewer uses its own old wine version. So if you update lib32-freetype2 to 2.8.1, you have to provide teamviewer with the older lib32-freetype2 (2.8).
I just downloaded the lib32-freetype2 version 2.8 libs and put them in a directory, then start teamviewer with a script that includes “export LD_LIBRARY_PATH=” with the directory that has the libs. Maybe this process could be written into the PKGBUILD?
TechDesk commented on 2017-10-07 13:51 (UTC)
i have a problem with teamviewer --daemon-start
Init...
CheckCPU: SSE2 support: yes
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
Launching TeamViewer ...
Starting network process (no daemon)
terminate called without an active exception
/opt/teamviewer/tv_bin/script/tvw_exec : ligne 40 : 7426 Abandon (core dumped)"$TV_BIN_DIR/teamviewerd" -n -f
Network process already started (or error)
Launching TeamViewer GUI ...
but don't start
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