Is there some way to disable automatic start of the " Computers & Contacts" window when teamviewerd service starts?
Search Criteria
Package Details: teamviewer 15.67.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: | https://www.teamviewer.com/en/download/portal/linux/ |
Licenses: | custom |
Conflicts: | teamviewer-beta |
Provides: | teamviewer |
Submitter: | Hilinus |
Maintainer: | swiftgeek (nickoe, astronautlevel) |
Last Packager: | swiftgeek |
Votes: | 1482 |
Popularity: | 1.83 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2025-06-26 18:12 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.3_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.3_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.3_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.67.3_i386.deb
Latest Comments
« First ‹ Previous 1 .. 74 75 76 77 78 79 80 81 82 83 84 .. 127 Next › Last »
lockheed commented on 2014-12-25 22:02 (UTC)
Kspap commented on 2014-12-21 08:03 (UTC)
@rkelly @t.iglo
Synchronizing participants stuck?
I fixed mine by disabling 'Play computer sound and music' in teamviewer options.
swiftgeek commented on 2014-12-08 14:28 (UTC)
Can anyone check if chat/quicksupport for phones is working?
For both i don't get windows at all, while rest of logic seems to be working (eg. phone displays that connection exist and after disconnection i get in TV ~statusbar information about session duration)
It's strange as it worked fine on beta… (i tested already with clean $HOME)
waitnsea commented on 2014-12-03 08:54 (UTC)
Needs to install a link in /opt :
ln -s /opt/teamviewer /opt/teamviewer9
KingYes commented on 2014-12-02 13:39 (UTC)
Guys, Thanks !
Updated..
rafaelndev commented on 2014-12-02 13:21 (UTC)
There is a problem with the desktop link.
The PKGBUILD links the file 'teamviewer-teamviewer.desktop' but in version 10 the desktop file is named 'teamviewer-teamviewer10.desktop'.
183.amir commented on 2014-12-02 13:19 (UTC)
Hi there is a problem with this package:
ln -s /opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer.desktop "${pkgdir}"/usr/share/applications/teamviewer.desktop
should be:
ln -s /opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer10.desktop "${pkgdir}"/usr/share/applications/teamviewer.desktop
change: "teamviewer-teamviewer.desktop" to "teamviewer-teamviewer10.desktop"
KingYes commented on 2014-12-02 12:35 (UTC)
I just update to 10.0.36281 version.
Have fun
jdawg commented on 2014-11-29 22:21 (UTC)
I wasn't able to get TeamViewer to work on my computer without installing lib32-libnss_sss. I use sssd for user authentication. It would just silently fail until I used strace to figure out what was going on.
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