Also .desktop file misses two things (notice missing %u):
Exec=/opt/teamviewer9/tv_bin/script/teamviewer %u
MimeType=x-scheme-handler/teamviewer8;
Change requires `update-desktop-database /usr/share/applications` in post_install
(And probably something else because i can't get it to work also in firefox, though after this change prompt to choose binary to open url is shown)
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.00 |
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 .. 87 88 89 90 91 92 93 94 95 96 97 .. 127 Next › Last »
swiftgeek commented on 2013-12-13 21:15 (UTC)
swiftgeek commented on 2013-12-13 20:14 (UTC)
It should be enough to sed those lines
./tv_bin/script/tvw_config: TV_LOG_DIR="$TV_BASE_DIR/logfiles"
./tv_bin/script/tvw_config: TV_INSTALL_LOG="$TV_BASE_DIR/logfiles/install_teamviewerd.log"
./tv_bin/script/tvw_config: TV_CFG_DIR="$TV_BASE_DIR/config"
Also global.conf rewrites itself so kinda not useful after all :<
Maybe sed inside ./tv_bin/script/tvw_config could provide similar effect…
VDP76 commented on 2013-12-13 20:02 (UTC)
thanks for that, swiftgeek... those pop-up have always annoyed me!
swiftgeek commented on 2013-12-13 19:46 (UTC)
Add "[int32] ShowTaskbarInfoOnMinimize = 0" to "~/.config/teamviewer9/config/client.conf" to disable most useless popup/balloon ever - "teamviewer is still running"… No idea yet how to make it global. (Wasted 30 minutes on »Windows« for this… so i will take some time for convalescence)
Also "/opt/teamviewer*/logfiles" should point to some dir in /var/log
Same would go for config (/var/lib)
… And found global config accidentally
/opt/teamviewer*/config/global.conf
(If this was helpful for your job - I have none)
RazZziel commented on 2013-12-11 16:23 (UTC)
After I cleaned all the configuration and reinstalled teamviewer, it started working again
RazZziel commented on 2013-12-11 16:15 (UTC)
TeamViewer stopped starting up after I upgraded to version 9. /etc/systemd/system/teamviewerd.service was pointing to teamviewer8, but even after fixing that the client runs and quits before showing any window, with no error
mbunkus commented on 2013-12-06 11:48 (UTC)
Minor nitpiuck: Your post_install() routine still talks about TeamViewer 8. post_remove() removes the correct directory, though.
max-k commented on 2013-12-06 08:30 (UTC)
Hi,
You must also update your teamviewer.install file so it refelects the version (9).
Thanks.
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