Bug: Ubuntu/Windows TeamViewer client connect to Arch TeamViewer server and see black screen.
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 .. 44 45 46 47 48 49 50 51 52 53 54 .. 127 Next › Last »
napa3um commented on 2017-05-25 10:52 (UTC)
maofree commented on 2017-05-24 14:29 (UTC)
Hi
I've the same problem of connection
and to use it I need to stop the service and then reactive it with
#systemctl stop teamviewerd.service
#systemctl start teamviewerd.service
the problem is present on my pc instead on my laptop it is ok
bye
num1champ commented on 2017-05-18 07:30 (UTC)
@msifland it is weird that you have to do that, but i manually ran those cmds after login and that solves one of my issues. Where exactly are you executing your script? during boot? after login?
xgdgsc commented on 2017-04-23 16:10 (UTC)
pkgrel=1
mgd commented on 2017-04-16 14:46 (UTC)
Dear LA-MJ,
may I kindly asked you to read up on https://wiki.archlinux.org/index.php/PKGBUILD#Integrity?
You may consider to revise your smug remark afterwards.
Happy easter,
Michael
LA-MJ commented on 2017-04-15 05:56 (UTC)
The world is moving away from SHA1 and you are switching to MD5? :D
swiftgeek commented on 2017-04-13 01:47 (UTC) (edited on 2017-04-13 01:47 (UTC) by swiftgeek)
I can tell that there is an issue when you change tty and teamviewer is only allowed to work as client - tv app disconnects from tv when current tty is different. Sometimes it doesn't reconnect properly when you switch tty back
msifland commented on 2017-04-07 01:40 (UTC)
What I found that works for me is this:
Create a bash script and put it somewhere of your choosing. Then have the script run automatically at start up.
Code:
#!/bin/bash
echo "YOUR PASSWORD" | sudo -S systemctl stop teamviewerd.service
sleep 5
sudo systemctl start teamviewerd.service
teamviewer
End Code:
Seems kind of primitive, I know. But it works for me.
keoma commented on 2017-04-03 18:08 (UTC)
Every time I tried to open TeamViewer without start the teamviewerd service I got the "not ready. No connection" problem. I had to follow the steps 4, 5 and 7 of @erkexzcx tutorial to solve. So, I recommend you to enable the teamviewerd.service.
el.Quero commented on 2017-03-27 13:02 (UTC)
Hi, I'm using Manjaro 17 with Gnome on Wayland and I can use Teamviewer for connecting to other computers by downloading the generic distribution package and running it as normal user, without installing it.
I didn't tested if I can share my desktop but I found that the "installed version" of Teamviewer does not works.
Perhaps is an issue like is having Gparted on Wayland? https://bugzilla.redhat.com/show_bug.cgi?id=1274451#c67
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