@russo79
hehheh it's ok...
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 .. 100 101 102 103 104 105 106 107 108 109 110 .. 127 Next › Last »
gbr commented on 2013-02-16 19:59 (UTC)
russo79 commented on 2013-02-16 19:46 (UTC)
@GUiHKX
Forget my previous comment. I'm stupid sometimes.
russo79 commented on 2013-02-16 19:41 (UTC)
@GUiHKX
I may be wrong here, but it seems to me that with systemd you cannot start a service that is not enabled.
gbr commented on 2013-02-16 19:39 (UTC)
@Hilinus
I'm getting this error when I try with '--start':
# teamviewer --daemon start
systemctl start teamviewerd.service
Failed to issue method call: Unit teamviewerd.service failed to load: No such file or directory. See system logs and 'systemctl status teamviewerd.service' for details.
fail
I didn't use the '--enable' because I don't want to enable the service on bootup. Thank you.
crysisgod commented on 2013-02-16 13:42 (UTC)
Please edit .desktop file.
Hilinus commented on 2013-02-16 12:44 (UTC)
@GUiHKX:
Please see the .install file. Teamviewer manages automatically teamviewerd.service.
Just issue the "teamviewer --daemon enable" to link the .service under /etc/systemd/system and start it.
gbr commented on 2013-02-16 10:38 (UTC)
Now Teamviewer have a daemon, which is needed to get it work. Adding this will do the job:
install -Dm644 $pkgdir/opt/teamviewer8/tv_bin/script/teamviewerd.service $pkgdir/usr/lib/systemd/system/teamviewerd.service
and then to start the service:
# teamviewer --daemon start
Or if you don't want to have to start the service every time you use teamviewer, you can enable it on system bootup:
# systemctl enable teamviewerd
(I'm sorry for my english)
Hilinus commented on 2013-02-16 10:06 (UTC)
Updated. Let me know if you encounter some issues.
butler360 commented on 2013-02-15 09:33 (UTC)
The stable version of 8 is out: http://www.webupd8.org/2013/02/popular-remote-desktop-tool-teamviewer.html
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