@everyone concerned by lib32-libxcb 1.12 breaking teamviewer, here's the relevant bug: https://bugs.archlinux.org/task/49560
I already mentioned TeamViewer is concerned so there's no need to add "+1 teamviewer broken too" comments, but you might want to subscribe to the bug to be informed about an eventual fix so that you can remove the IgnorePkg when the problem gets fixed :)
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 .. 55 56 57 58 59 60 61 62 63 64 65 .. 127 Next › Last »
ronjouch commented on 2016-06-04 18:54 (UTC)
micsnare commented on 2016-05-31 20:24 (UTC)
@cryzed: thanks a lot :)))))
for everyone facing the same problem, downgrade the broken dependency by the steps mentioned below, and afterwards add the following to your /etc/pacman.conf
IgnorePkg = lib32-libxcb
so that it won't be upgraded with the next update..
Ham_Radio commented on 2016-05-30 23:27 (UTC)
Update of lib32-libxcb from verion 1.11.1-1 to 1.12-1 broke TeamViewer. The GUI no longer shows up. Downgrading the package fixes the issue.
cd /var/cache/pacman/pkg/
sudo pacman -U lib32-libxcb-1.11.1-1-x86_64.pkg.tar.xz
cryzed commented on 2016-05-30 22:59 (UTC)
@micsnare: https://wiki.archlinux.org/index.php/pacman#Skip_package_from_being_upgraded
micsnare commented on 2016-05-30 22:57 (UTC)
one more question:
is there a way to tell pacman to skip this package for future updates, e.g
pacman -Syu ?
micsnare commented on 2016-05-30 21:35 (UTC)
guys, you are legends! thanks for helping me, now it works for me as well :)
thanks y'all
abeltje commented on 2016-05-30 21:33 (UTC)
@micsnare: try to fetch from here https://archive.archlinux.org/packages/l/lib32-libxcb/
cryzed commented on 2016-05-30 21:27 (UTC) (edited on 2016-05-30 21:28 (UTC) by cryzed)
@micsnare: It's likely in /var/cache/pacman/pkg if you had it installed at some point. If not, you can also use downgrade (https://aur.archlinux.org/packages/downgrade/) to fetch and install an older version of a package.
Please note that this is unsupported and might break some stuff in funny ways.
micsnare commented on 2016-05-30 21:25 (UTC)
@abeltje:
just tried that, unfortunately pacman is unable to find that package :(
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