@Phry This also fixed my issue! :)
@swiftgeek Would it be a nice addition to patchout NetworkManager on teamviewered.service?
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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 129 Next › Last »
francoism90 commented on 2017-11-27 08:02 (UTC)
farwayer commented on 2017-11-26 19:31 (UTC)
lib32-dbus should be added to deps
Phry commented on 2017-11-26 08:42 (UTC)
@francoism90
Thanks, this has solved the problem, hadn't thought about it.
abdullatif commented on 2017-11-26 01:55 (UTC)
Hi, @swiftgeek
I have got some trouble with systemd when trying to start Teamviewer : "error while loading shared libraries: libdbus-1.so.3" , so I installed 'lib32-dbus' and everything was OK.
So maybe you should add lib32-dbus to the list of dependencies.
francoism90 commented on 2017-11-25 12:12 (UTC) (edited on 2017-11-25 12:15 (UTC) by francoism90)
@Phry: For some reason starting TV resets the (active) interface.
Are you sure it's the wpa_supplicant service or the interface losing settings?
Maybe you can edit the systemd service:
[Unit]
Description = TeamViewer remote control daemon
After = NetworkManager-wait-online.service network.target network-online.target dbus.service
Wants = NetworkManager-wait-online.service network-online.target
Requires = dbus.service
Phry commented on 2017-11-25 11:41 (UTC)
After I haven't been able to use teamviewer because of the lib issue, it now works again, thanks!
Now I had another odd problem, though: Whenever I started the teamviewer daemon, my wifi stopped working, dmesg:
wlp2s0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (Reason: 3=DEAUTH_LEAVING)
Turned out that the teamviewer daemon seems to start the wpa_supplicant service that interferes with my already running netctl. Stopping wpa_supplicant solves this problem, but of course I have to do it manually every time, which is a bit annoying.
But it never happened before and why would/should teamviewer start wpa_supplicant in the first place? Has anyone had a similar issue?
sindria commented on 2017-11-22 12:09 (UTC) (edited on 2017-11-22 12:14 (UTC) by sindria)
(pts/2):{4}% uname -a
Linux Anything-Laptop 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux
after install teamviewer with all dependencies with yaourt -S teamviewer, i get this:
(pts/2):{2}% teamviewer
Init...
CheckCPU: SSE2 support: yes
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
/opt/teamviewer/tv_bin/wine/bin/wine: error while loading shared libraries: cannot create cache for search path: Cannot allocate memory
Seems that all shared library there are...i don't understand
i tried with the quick support version and i get the same output
Anyone else have this issue ?
jeffreylin commented on 2017-11-22 02:38 (UTC)
Thanks guys - sorry I'm new to this. :)
francoism90 commented on 2017-11-21 13:25 (UTC)
@jeffreylin enable multilib.
PhotonX commented on 2017-11-21 13:23 (UTC)
Did you try clicking on the dependencies in the dependency list just above this comment section? :)
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