@steineklopfer
the permissions solved the issue for me. Thanks.
Git Clone URL: | https://aur.archlinux.org/teamviewer.git (read-only) |
---|---|
Package Base: | teamviewer |
Description: | All-In-One Software for Remote Support and Online Meetings |
Upstream URL: | http://www.teamviewer.com |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Hilinus |
Maintainer: | swiftgeek (nickoe, astronautlevel) |
Last Packager: | swiftgeek |
Votes: | 1339 |
Popularity: | 7.27 |
First Submitted: | 2010-04-15 10:29 |
Last Updated: | 2019-11-23 15:16 |
@steineklopfer
the permissions solved the issue for me. Thanks.
@afx I used the permissions from buzo's comment (buzo commented on 2019-08-23 12:00) and also applied the same permissions to the file inside that folder.
A "systemctl restart teamviewerd" might also help
Teamviewer shows ready, but no ID and no password is generated :(
I have I3-wm I have a problem with the inactive field of login/psw i found à solution in terminal make sudo teamviewer setup and follow the instruction, next start teamviewer.
Can confirm the same problem as PhotonX: "Not Ready, Please check your connection"
Also, regarding steineklopfer comment, what are the required permissions on /etc/teamviewer dir?
teamviewer15 client will not issue user id unless i restart teamviewerd.service even though that service does start at boot and is active (running).
Tested patch suggested by operating for TeamViewer 15.0.8397 PKGBUILD file here:
For version 15 to work, you have to alter PKGBUILD as so:
--- PKGBUILD 2019-11-21 20:11:40.300113773 +0100 +++ PKGBUILD.orig 2019-11-21 20:22:20.692722980 +0100 @@ -1,10 +1,10 @@ # Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
pkgname=teamviewer -pkgver=15.0.8397 +pkgver=14.6.2452 pkgrel=1 pkgdesc='All-In-One Software for Remote Support and Online Meetings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://www.teamviewer.com' license=('custom') options=('!strip') @@ -29,13 +29,13 @@ #depends_i686=() #depends_armv7h=() install=teamviewer.install -source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}_amd64.deb") -source_i686=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}i386.deb") -#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer-host_${pkgver}_armhf.deb") +source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer${pkgver}amd64.deb") +source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer_${pkgver}_i386.deb") +source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.}x/teamviewer-host${pkgver}_armhf.deb") #source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.2.13582_armhf.deb") -sha256sums_i686=('8a6cd9e685c18487d3238fd307042f5b551c71797af4353443d7a90ff4801390') -sha256sums_x86_64=('da98c868256613b082a4fa126cdd83088cbb11a85ab90f5852ebe27f29a72d2e') -#sha256sums_armv7h=('cc68e495598ea27a41e2d56bd01709468eec65777486fb1fb8aae58abc0acfb1') +sha256sums_i686=('d7d8cf4e5a3a9273c7b00c4d9be057e243643a0d1fc116ffd7c97e2859c4e97c') +sha256sums_x86_64=('1c2a70a6ad16c2c1b4da20b3ed7715ab59f5dac55ee99a945c9fd1cdf13ac748') +sha256sums_armv7h=('cc68e495598ea27a41e2d56bd01709468eec65777486fb1fb8aae58abc0acfb1')
prepare() { warning "If the install fails, you need to uninstall previous major version of Teamviewer"
Version 15.0.8397 has been released.
Line 9 in /usr/lib/systemd/system/teamviewerd.service should be changed to PIDFile = /run/teamviewerd.pid in order to stop systemd from complaining about the PIDFile path.
Pinned Comments
swiftgeek commented on 2018-10-26 07:34
Go to teamviewer-beta for beta/preview releases
(unless teamviewer messes it up again like with 12->13, where 12 was abandoned)
seenxu commented on 2018-04-05 08:27
https://aur.archlinux.org/packages/teamviewer12/
seenxu commented on 2018-04-05 07:26
https://community.teamviewer.com/t5/Linux/uninstalled-tar-package-running-without-display-manager/m-p/32597/highlight/true#M2034
WARNING!
teamviewer 13 requires a desktop environment or login with lightdm etc, with startx it won't work, the staff of teamviewer confirmed, startx feature won't come in this year, it seems reverting back to teamviewer 12 is the only option for startx folks.