I'm getting the same libdbus error as @Utini
Search Criteria
Package Details: teamviewer 15.76.5-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: | https://www.teamviewer.com/en/download/portal/linux/ |
| Licenses: | custom |
| Conflicts: | teamviewer-beta |
| Provides: | teamviewer |
| Submitter: | Hilinus |
| Maintainer: | swiftgeek (nickoe, astronautlevel) |
| Last Packager: | swiftgeek |
| Votes: | 1484 |
| Popularity: | 1.47 |
| First Submitted: | 2010-04-15 10:29 (UTC) |
| Last Updated: | 2026-05-11 17:35 (UTC) |
Dependencies (4)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_i386.deb
Latest Comments
« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 129 Next › Last »
<deleted-account> commented on 2017-11-14 21:18 (UTC)
Utini commented on 2017-11-14 21:16 (UTC)
Shouldn't it be like this:
cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6-14.0
instead of:
cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6
?
Also I am getting this error when starting teamviewerd.service:
teamviewerd[4828]: /opt/teamviewer/tv_bin/teamviewerd: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory
Caiosama205 commented on 2017-11-14 19:24 (UTC)
@bubbles, thank you! that works
bubbles commented on 2017-11-12 04:19 (UTC) (edited on 2017-11-12 04:19 (UTC) by bubbles)
@benjarobin
`A much better fix, it to simply do, from the extracted package lib32-freetype2-2.8-2-x86_64.pkg.tar.xz :
cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6`
Working Fine.
Thanks.
benjarobin commented on 2017-11-11 21:16 (UTC)
A much better fix, it to simply do, from the extracted package lib32-freetype2-2.8-2-x86_64.pkg.tar.xz :
cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6
cm_song commented on 2017-11-11 04:55 (UTC)
We can do the following:
$ cp /var/cache/pacman/pkg/lib32-freetype2-2.8-2-x86_64.pkg.tar.xz /tmp
$ cd /tmp
$ tar -xvJf lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
$ sudo cp -r ./usr/lib32/* /usr/lib32
$ reboot
It's working now.
jmontano commented on 2017-11-10 19:18 (UTC)
@jackarc's proposed solution worked for me
"
sudo downgrade lib32-freetype2
but only lib32-freetype2-2.7.* is working
with lib32-freetype2-2.8.* gui wont show up
"
Thanks
loscsol commented on 2017-11-06 13:09 (UTC)
@max.bra 's PKGBUILD works fine, thanks!
jollyroberts commented on 2017-11-05 04:15 (UTC)
@TheGoliath: I had to install lib32-dbus to get around that issue. Looks like teamviewer wants the 32 bit version of that libdbus file.
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