Thanks for your contributions and suggestions, Alucryd. I have uploaded your package.
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: | 1.96 |
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 .. 97 98 99 100 101 102 103 104 105 106 107 .. 127 Next › Last »
Hilinus commented on 2013-02-24 13:59 (UTC)
alucryd commented on 2013-02-24 01:09 (UTC)
I have merged teamviewer8 into this package. However your PKGBUILD contains quite a few errors, please upload this tarball instead: http://dl.dropbox.com/u/43076209/teamviewer-8.0.17147-4.src.tar.gz
From now on please run namcap on both your PKGBUILD and the resulting pkg.tar.xz to notice these kind of errors (missing maintainer line, redundant deps, license array, etc).
See here: https://wiki.archlinux.org/index.php/PKGBUILD
And here: https://wiki.archlinux.org/index.php/Namcap
PhotonX commented on 2013-02-23 09:44 (UTC)
I had the same problem as scorici and his workaround worked for me (thanks, @scorici :)). Maybe the .service file should be placed to the right place by pacman?
hariskar commented on 2013-02-18 18:10 (UTC)
trizen, thank you. I tried that before I posted, but did not work. So I uninstalled 8.0.17147-1 and made a clean installation of 8.0.17147-3 and now teamviewerd does not autostart.
trizen commented on 2013-02-18 15:22 (UTC)
@hariskar - Disable it by running: systemctl disable teamviewerd
When you need it, start it with the following command: systemctl start teamviewerd (not 'enable'!)
hariskar commented on 2013-02-18 15:16 (UTC)
How can I make teamvewerd not start automatically? I want to start it manually when
i need it.
Thank you
scorici commented on 2013-02-18 06:26 (UTC)
I didn't manage to start the teamviewer daemon with these commands:
sudo teamviewer --daemon start
or
sudo systemctl start teaviewerd
So I had to make a link for systemctl to recognize teamviewerd.service:
sudo ln -s /opt/teamviewer8/tv_bin/script/teamviewerd.service /usr/lib/systemd/system/
If anyone encounters this problem I hope this will help.
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