Corrected. Thanks!
Search Criteria
Package Details: teamviewer 15.58.4-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: | 1.84 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-10-13 07:59 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.58.4_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.58.4_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.58.4_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.58.4_i386.deb
Hilinus commented on 2010-04-17 07:32 (UTC)
msquared commented on 2010-04-17 07:24 (UTC)
There is a dependency bug for i686. Since the i686-versions should not rely on lib32-***.
You should try something like this:
[ $CARCH == 'x86_64' ] && depends=('lib32-libsm' 'lib32-libxext' 'lib32-glibc' 'lib32-freetype2' 'lib32-gcc-libs')
[ $CARCH == 'i686' ] && depends=('libsm' 'libxext' 'freetype2')
I stripped off glibc and gcc-libs for i686 since they are part of the base installation.
Regards, Matthias
<deleted-account> commented on 2010-04-16 14:17 (UTC)
It's a redundant release. wine emulated release? no thanks.
Teamviewer should treat their Linux users like they do their Mac users. They got a native app. Heck, the iPhone has a native app.
<deleted-account> commented on 2010-04-16 10:28 (UTC)
you should correct the second line of the build function. it should look like this:
ar x ${pkgname}_linux*
Hilinus commented on 2010-04-16 08:04 (UTC)
Added launcher.
Hilinus commented on 2010-04-16 07:52 (UTC)
Yes, but it is not native: if you see in /opt, it uses an embedded version of wine.
guisacouto commented on 2010-04-15 18:12 (UTC)
great app! never thought they were going to make a linux version..
tks!
Hilinus commented on 2010-04-15 10:30 (UTC)
First release.
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