@francoism90 Looks like it's the startx
issue. I'll just use teamviewer12.
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.08 |
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 127 Next › Last »
txtsd commented on 2020-03-31 13:21 (UTC)
francoism90 commented on 2020-03-31 12:44 (UTC)
@txtsd It works for me when first starting the service and launching using the terminal:
$ teamviewer
txtsd commented on 2020-03-31 11:32 (UTC)
I enabled the service and rebooted, but I'm still getting this:
λ teamviewer
Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...
And nothing happens.
francoism90 commented on 2020-03-29 14:58 (UTC)
Any idea why the launcher isn't working?
joseluisq commented on 2020-03-20 14:06 (UTC)
For newcomers, it is necessary to start the daemon process like @babaliaris said https://aur.archlinux.org/packages/teamviewer/#comment-734607
babaliaris commented on 2020-03-19 19:02 (UTC) (edited on 2020-03-19 19:04 (UTC) by babaliaris)
YOU NEED to enable the teamviewerd.service and then reboot your computer!!! Starting the service won't work for some reason, you must enable it and reboot. This is important!!!
sudo systemctl enable teamviewerd #end then reboot
emiliobadillio commented on 2020-03-17 13:44 (UTC)
Teamviewer said not ready until I logged into the website and added my machine as a trusted device. Then it allowed me to login to the application which made me add my device again as a trusted device. It took a while to figure this out so created an account here to help anyone who have this issue.
WFV commented on 2020-03-15 04:47 (UTC) (edited on 2020-03-16 14:04 (UTC) by WFV)
@ ArthurBorsboom repackage it with patch to correct teamviewerd.service
diff --unified --recursive --text package.orig/data/opt/teamviewer/tv_bin/script/teamviewerd.service package.new/data/opt/teamviewer/tv_bin/script/teamviewerd.service
--- package.orig/data/opt/teamviewer/tv_bin/script/teamviewerd.service 2020-02-14 17:03:22.000000000 -0800
+++ package.new/data/opt/teamviewer/tv_bin/script/teamviewerd.service 2020-03-14 19:57:00.038517745 -0700
@@ -6,7 +6,7 @@
[Service]
Type = forking
-PIDFile = /var/run/teamviewerd.pid
+PIDFile = /run/teamviewerd.pid
ExecStart = /opt/teamviewer/tv_bin/teamviewerd -d
Restart = on-abort
StartLimitInterval = 60
See Patching packages Wiki for details.
ferrvittorio commented on 2020-03-13 11:32 (UTC)
Hi, gui launches ok but cannot focus on any text field / button. Program running but cant do much. Thanks
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