I can confirm that lib32-freetype2 is necessary, otherwise it just hangs without stopping.
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 .. 95 96 97 98 99 100 101 102 103 104 105 .. 127 Next › Last »
<deleted-account> commented on 2013-03-12 10:01 (UTC)
giner commented on 2013-03-07 20:33 (UTC)
Work around to run TeamViewer 8 without root permissions:
sudo iptables -o lo -t nat -I OUTPUT --dst 127.0.0.1 -p tcp --dport 5939 -j REDIRECT --to-ports 6039
/opt/teamviewer8/tv_bin/teamviewerd
teamviewer
arokux commented on 2013-03-07 12:06 (UTC)
I needed to install multilib/lib32-freetype2 so that teamviewer works.
Hilinus commented on 2013-03-04 17:03 (UTC)
@JohnnyDeacon
Enable the [multilib] repo.
JohnnyDeacon commented on 2013-03-04 16:09 (UTC)
==> Making package: teamviewer 8.0.17147-4 (Mon Mar 4 11:08:41 COT 2013)
==> Checking runtime dependencies...
==> Missing Dependencies:
-> lib32-libxtst
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
wonko commented on 2013-03-03 22:43 (UTC)
@DaemonGPL
Thanks, worked for me, too. ~/.config/teamviewer8 must not exist, otherwise it didn't start even using sudo. Had to delete it first, then ran once using sudo and afterwards it did start up normaly.
<deleted-account> commented on 2013-03-03 07:29 (UTC)
@wonko
Finally fixed this error!!! Appears it needs 'sudo teamviewer' to run for the first time... I wasted many days troubleshooting. 'sudo pacman -Rs teamviewer' > download tarball > 'makepkg -s' > 'sudo pacman -U teamviewer-8.0.17147-4-x86_64.pkg.tar.xz' > 'sudo teamviewer --daemon enable' > 'sudo systemctl start teamviewerd' > 'sudo teamviewer'
Finally launched without the error... Maybe this will help someone else.
Launching TeamViewer...
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:winspool:add_printer_driver failed with 1722 for L"wineps.drv" (L"Windows NT x86")
err:winspool:add_printer_driver failed with 1722 for L"wineps.drv" (L"Windows NT x86")
err:winspool:add_printer_driver failed with 1722 for L"wineps.drv" (L"Windows NT x86")
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
scorici commented on 2013-03-02 15:14 (UTC)
@mdallaire
Click "All comments" at the bottom of the page and search for "2012-10-31 06:56"
(without the quotes) and there I found a PKGBUILD for teamviewer 7 and I made a little modification here: http://pastebin.com/CdC5s8MK
I tried it on i686 (I can't guarantee that it will work on x86_64) and fires up but did not connect to anyone...
You just have to trust the dependency posted by scarecrow or try to figure them out yourself.
Next time you want to update try to backup your packages first with bacman in pacman-contrib package:
bacman teamviewer
And optionally ignore the package /etc/pacman.conf
Uncomment "#IgnorePkg =" and add "teamviwer" :
"#IgnorePkg =" >> "IgnorePkg =teamviewer"
until you upgrade your license.
Take care and good luck.
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