Doesn't reduce anymore to the tray bar with plasma 5 :(
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.04 |
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 .. 63 64 65 66 67 68 69 70 71 72 73 .. 127 Next › Last »
robertolos commented on 2016-01-04 14:09 (UTC)
astronautlevel commented on 2015-12-20 19:33 (UTC)
@PiousMinion
This isn't really the place to ask this, but you can configure the teamviewer daemon via the command line only. Try running teamviewer --help.
PiousMinion commented on 2015-12-20 19:28 (UTC)
Teamviewer 11 now supports headless systems... but how in the world do you configure it or get the ID/password?
severach commented on 2015-12-18 17:35 (UTC)
No SysTray on XFCE or Cinnamon here. Fortunately the app now minimizes on exit which works well enough.
Strit commented on 2015-12-18 17:16 (UTC)
Any one else having trouble getting the systray icon on xfce? It just minimized to panel when I try to either minimize or close it.
mrlamud commented on 2015-12-12 01:05 (UTC)
@SonikkuAmerica
Use this modified PKGBUILD
----START COPYING FROM BELOW---------
pkgname=teamviewer
pkgver=11.0.52520
pkgrel=2
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
arch=('i686' 'x86_64')
url="http://www.teamviewer.com"
license=('custom')
depends=('bash')
options=('!strip')
install=teamviewer.install
if [[ $CARCH == 'i686' ]]; then
source=("teamviewer_linux-${pkgver}.deb::http://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
md5sums=('233d98a671d9ae6376c7265a3db2031f')
depends+=('alsa-lib' 'gcc-libs' 'libxdamage' 'libxtst' 'zlib' 'freetype2' 'libxrandr' 'libice' 'libsm')
elif [[ $CARCH == 'x86_64' ]]; then
source=("teamviewer_linux_x64-${pkgver}.deb::http://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
depends+=('lib32-gcc-libs' 'lib32-alsa-lib' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-zlib' 'lib32-freetype2' 'lib32-libxrandr' 'lib32-libice' 'lib32-libsm' 'lib32-libxinerama')
fi
build() {
cd "${srcdir}"
tar -xf data.tar.bz2
}
package() {
cd "${srcdir}"
# Install
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
# Additional files
rm "${pkgdir}"/opt/teamviewer/tv_bin/xdg-utils/xdg-email
install -D -m0644 "${pkgdir}"/opt/teamviewer/tv_bin/script/teamviewerd.service \
"${pkgdir}"/usr/lib/systemd/system/teamviewerd.service
install -d -m0755 "${pkgdir}"/usr/{share/applications,share/licenses/teamviewer}
ln -s /opt/teamviewer/tv_bin/desktop/teamviewer-teamviewer${pkgver%%.*}.desktop \
"${pkgdir}"/usr/share/applications/teamviewer.desktop
ln -s /opt/teamviewer/License.txt \
"${pkgdir}"/usr/share/licenses/teamviewer/LICENSE
}
md5sums=('233d98a671d9ae6376c7265a3db2031f')
butler360 commented on 2015-12-10 06:03 (UTC)
You can install multilib-devel to solve that, SonikkuAmerica.
See: https://wiki.archlinux.org/index.php/64-bit_FAQ#Multilib_repository
SonikkuAmerica commented on 2015-12-10 06:01 (UTC)
This build will not work on 64-bit systems because lib32-libpng12 depends on gcc-multilib, which would uninstall gcc!
astronautlevel commented on 2015-12-04 22:49 (UTC)
@Utini
The only AUR dependency is lib32-libpng12
@lockheed
lib32-libpng12 is already a dependency.
lockheed commented on 2015-12-04 17:30 (UTC)
Please, add necessary dependency on lib32-libpng12
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