@leanhtai01 that used to happen to me (and many others) on earlier versions of ver 15. but seemed to be fixed with ver 15.13. at least for me.
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 127 Next › Last »
callmejoe commented on 2021-02-22 03:56 (UTC) (edited on 2021-02-22 04:01 (UTC) by callmejoe)
leanhtai01 commented on 2021-02-22 03:06 (UTC)
@callmejoe Yes, I already enable teamviewerd using: systemctl enable teamviewerd
After reboot systemctl status teamviewerd
say teamviewerd is active (running) but I need to run systemctl restart teamviewerd
to make "Computers & Contacts" and "Chat" features working.
callmejoe commented on 2021-02-21 02:20 (UTC)
@leanhtai01 did you enable the service to start at boot?
systemctl enable teamviewerd
leanhtai01 commented on 2021-02-21 02:10 (UTC)
To make "Computers & Contacts" and "Chat" features working I must restart teamviewerd.service everytime I reboot my laptop.
● teamviewerd.service - TeamViewer remote control daemon
Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2021-02-21 08:42:09 +07; 27min ago
Process: 2118 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
Main PID: 2127 (teamviewerd)
Tasks: 20 (limit: 18828)
Memory: 14.6M
CGroup: /system.slice/teamviewerd.service
└─2127 /opt/teamviewer/tv_bin/teamviewerd -d
Feb 21 08:42:09 archlinux systemd[1]: Starting TeamViewer remote control daemon...
Feb 21 08:42:09 archlinux systemd[1]: teamviewerd.service: Can't open PID file /run/teamviewerd.pid (yet?) after start: Operation not permitted
Feb 21 08:42:09 archlinux systemd[1]: Started TeamViewer remote control daemon.
max.bra commented on 2021-02-11 17:11 (UTC)
hi all, it's only me or when teamviewerd service is stopped it fails with abort signal?
sovanyio commented on 2021-02-08 19:18 (UTC)
The tmpfiles configuration needs to be updated to the new directory. /var/run
-> /run
titockmente commented on 2021-02-04 03:28 (UTC)
Same bug on Manjaro Xfce while launching Teamviewer
Delan commented on 2021-02-01 23:08 (UTC)
Similar bug as the one reported by @buzzra: on Manjaro Xfce, launching Teamviewer makes the taskbar icon list crash ("Greffon de barre d'état" in French). It is removed and has to be re-added to the panel after every launch.
mathijsh commented on 2021-01-26 11:22 (UTC)
@ferrvittorio
I got the same issue and solved it by running the following commands:
systemctl enable teamviewerd.service systemctl start teamviewerd.service
After that Teamviewer starts
ferrvittorio commented on 2021-01-07 05:43 (UTC)
@callmejoe Hi, I have ExecStart=/usr/bin/lightdm
And for other previous versions (found around in AUR) teamviewer worked
Now previous versions dont work because remote client, windows, rejects me as newer version found.
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