Yeah, I have chrome installed. I probably should've looked closer at the file path... Still not sure why I repeatedly got the error when only trying to upgrade teamviewer, but whatever lol. Thanks for pointing that out and keeping the package up to date!
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 .. 109 110 111 112 113 114 115 116 117 118 119 .. 127 Next › Last »
ryley commented on 2012-11-07 11:23 (UTC)
Hilinus commented on 2012-11-06 22:41 (UTC)
I don't think that is related to Teamviewer... Do you have Google Chrome installed?
ryley commented on 2012-11-06 01:33 (UTC)
Upgrading teamviewer to latest version on 32bit arch, I get the error "strip:./opt/google/chrome/nacl_irt_x86_64.nexe: File format not recognized" when yaourt is building the package. Can anyone recommend a fix?
Hilinus commented on 2012-10-31 17:15 (UTC)
Done.
scarecrow commented on 2012-10-31 06:56 (UTC)
New version released, please update:
pkgname=teamviewer
pkgver=7.0.9377
pkgrel=1
pkgdesc="All-in-one solution for accessing PC's using the internet"
arch=('i686' 'x86_64')
url="http://www.teamviewer.com"
license="nonfree"
makedepends=('binutils')
if [ $CARCH == 'i686' ]; then
source=("teamviewer_linux-${pkgver}.deb::http://www.teamviewer.com/download/version_7x/teamviewer_linux.deb" "teamviewer.desktop")
md5sums=('ab13157b1f68234e1887332cda93786a' 'b282ecbb72ff3cf82979defd8fc5a0c5')
depends=('libsm' 'libxext' 'freetype2' 'libxtst')
elif [ $CARCH == 'x86_64' ]; then
source=("teamviewer_linux_x64-${pkgver}.deb::http://www.teamviewer.com/download/version_7x/teamviewer_linux_x64.deb" "teamviewer.desktop")
md5sums=('bb63d2bd4879fc8956b754b227402a66' 'b282ecbb72ff3cf82979defd8fc5a0c5')
depends=('lib32-libsm' 'lib32-libxext' 'lib32-glibc' 'lib32-freetype2' 'lib32-gcc-libs' \
'lib32-alsa-lib' 'lib32-libx11' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-libxfixes' \
'lib32-libxcb' 'lib32-libxi' 'lib32-libxau' 'lib32-libxdmcp')
fi
package() {
cd $srcdir
[ $CARCH == "i686" ] && ar x ${pkgname}_linux-${pkgver}*
[ $CARCH == "x86_64" ] && ar x ${pkgname}_linux_x64-${pkgver}*
tar xvf data.tar.gz
cp -R opt $pkgdir
cp -R usr $pkgdir
mkdir -p $pkgdir/usr/share/applications
install -Dm644 $startdir/teamviewer.desktop $pkgdir/usr/share/applications/teamviewer.desktop
}
roentgen commented on 2012-10-06 07:00 (UTC)
@ crichton
lib32-alsa-lib is in [multilib] repo which is necessary for x64 installs.
<deleted-account> commented on 2012-10-04 21:53 (UTC)
Hmm, I have a problem with the dependency lib32-alsa-lib, the package doesn't seem to exist, or it can't be found by pacman (I see it in the package database)? Tried switching my mirror, but that didn't either.
Hilinus commented on 2012-10-01 16:51 (UTC)
You should download the entire tarball, not only the PKGBUILD:
https://aur.archlinux.org/packages/te/teamviewer/teamviewer.tar.gz
Next time click on "Archive" next to the "PKGBUILD" link, as you may miss important files contained in the SOURCE array of the PKGBUILD, such as the .desktop file in this case.
<deleted-account> commented on 2012-09-23 14:30 (UTC)
download PKGBUILD, makepkg -s as non-root user, yields this result:
==> ERROR: teamviewer.desktop was not found in the build directory and is not a URL.
Hilinus commented on 2012-09-17 16:28 (UTC)
This version isn't supposed to be run with another version wine than the one it comes packaged with, I suppose.
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