>If you download this it's going to be the same :)
>pastebin converts it automatically
damnnn, this windows world sucks. hahahah
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 .. 92 93 94 95 96 97 98 99 100 101 102 .. 127 Next › Last »
capoeira commented on 2013-05-11 18:04 (UTC)
giner commented on 2013-05-11 17:05 (UTC)
> I converted it to unix format: http://pastebin.com/fwWqQPM9
If you download this it's going to be the same :)
pastebin converts it automatically
giner commented on 2013-05-11 17:04 (UTC)
sed -i 's/\r//g' teamviewer.sh
capoeira commented on 2013-05-11 17:03 (UTC)
I converted it to unix format: http://pastebin.com/fwWqQPM9
now it works
capoeira commented on 2013-05-11 16:57 (UTC)
thank's for the script giner, but it's got a problem executing;
/bin/bash^M: bad interpreter: no such file or directory
giner commented on 2013-05-09 23:17 (UTC)
Script to run teamviewer under normal user account: http://pastebin.com/WshA2G9J
Script requires "sudo" for iptables changes.
giner commented on 2013-05-09 21:56 (UTC)
If you closed teamviewer and want to start it again:
killall teamviewerd
/opt/teamviewer8/tv_bin/teamviewerd
# check opened port, should be 6039 but can vary
# if port is different you can:
# - kill teamviewerd, start again and repeat untill success
# or
# - sudo iptables -o lo -t nat -I OUTPUT --dst 127.0.0.1 -p tcp --dport 5939 -j REDIRECT --to-ports $OPENED_PORT
sudo netstat -nlpt | grep teamviewerd
teamviewer
giner commented on 2013-05-09 21:29 (UTC)
Work around to run TeamViewer 8 without root permissions (update):
sudo touch /var/run/teamviewerd.pid
sudo chown $USER /var/run/teamviewerd.pid
sudo iptables -o lo -t nat -I OUTPUT --dst 127.0.0.1 -p tcp --dport 5939 -j REDIRECT --to-ports 6039
/opt/teamviewer8/tv_bin/teamviewerd
teamviewer
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