Because in /opt/teamviewer8/tv_bin/script/tvw_daemon there is:
function installDaemonSystemD()
{
exec 2>&1
installLogHeader "Installing daemon ($TV_VERSION) for 'systemd' ..."
installDaemonCfg "$TVD_SYSD_DIR" "$TVD_SYSD_FILE"
systemctl daemon-reload # just in case...
echo "Try: systemctl enable $TV_SCRIPT_DIR/$TVD_SYSD_FILE"
systemctl enable "$TV_SCRIPT_DIR/$TVD_SYSD_FILE" # on openSUSE 12.2, systemctl does not accept a sole filename (if symlink?)
[ $? = 0 ] && return
echo "Try: systemctl enable $TVD_SYSD_FILE"
systemctl enable "$TVD_SYSD_FILE" # on Fedora 15, systemctl does not accept a full path (to /opt/...)
}
It also enables it, not only installing.
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 .. 99 100 101 102 103 104 105 106 107 108 109 .. 127 Next › Last »
test0 commented on 2013-02-16 20:14 (UTC)
gbr commented on 2013-02-16 20:14 (UTC)
I just don't know if that's the right way to do it. :p
gbr commented on 2013-02-16 20:12 (UTC)
@russo79, @test0
I guess that it will work too, but if I add this line to the PKGBUILD, will solve all the issues:
install -Dm644 $pkgdir/opt/teamviewer8/tv_bin/script/teamviewerd.service $pkgdir/usr/lib/systemd/system/teamviewerd.service
test0 commented on 2013-02-16 20:08 (UTC)
After
# teamviewer --daemon enable
and trying to
# systemctl disable teamviewerd.service
I've got a
Failed to issue method call: No such file or directory
So I've decided to do
# ln -s /opt/teamviewer8/tv_bin/script/teamviewerd.service /etc/systemd/system/teamviewerd.service
manually.
russo79 commented on 2013-02-16 20:05 (UTC)
Oh, and I think I'm a bit less stupid now ;P
russo79 commented on 2013-02-16 20:05 (UTC)
@GUiHKX
My bet would be to do something like this:
You enable the service with sudo teamviewer --daemon enable.
You then you manually remove the /etc/systemd/system/graphical.target.wants/teamviewerd.service file so that the service isn't automatically started on boot.
Afterwards, you can use teamviewer --daemon start as you wish.
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