I have the same issue today. The solution is to install 'anydesk-debian' AUR package.
Search Criteria
Package Details: anydesk-bin 6.4.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/anydesk-bin.git (read-only, click to copy) |
---|---|
Package Base: | anydesk-bin |
Description: | The Fast Remote Desktop Application |
Upstream URL: | https://anydesk.com |
Keywords: | anydesk desktop remote teamviewer |
Licenses: | custom |
Conflicts: | anydesk |
Provides: | anydesk |
Submitter: | D3SOX |
Maintainer: | D3SOX (severach) |
Last Packager: | D3SOX |
Votes: | 226 |
Popularity: | 1.16 |
First Submitted: | 2020-02-26 00:13 (UTC) |
Last Updated: | 2024-11-27 12:50 (UTC) |
Dependencies (24)
- cairo (cairo-gitAUR)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxkbfile
- libxrandr (libxrandr-gitAUR)
- libxrender
- libxtst
- lsb-release
- minizip (minizip-gitAUR)
- pango (pango-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- gnome-themes-extra (optional) – adwaita theme
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – audio support
Required by (1)
- remmina-plugin-anydesk-git (requires anydesk)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 22 Next › Last »
Zesko commented on 2020-05-03 17:50 (UTC)
D3SOX commented on 2020-05-03 17:18 (UTC) (edited on 2020-05-04 13:37 (UTC) by D3SOX)
@zuzavo Yes, generally speaking it's a bad idea but currently the pangox-compat package is not there so I added the symlink to the package. It's an ancient library but nevertheless I don't know why it was removed
zuzavo commented on 2020-05-03 17:04 (UTC)
I've read in the forums that link and change the names of the libs isn't a good idea. Soon or late the whole thing will break in any update. https://bbs.archlinux.org/viewtopic.php?id=151082 (related to another issue...)
D3SOX commented on 2020-05-03 16:16 (UTC) (edited on 2020-05-04 09:31 (UTC) by D3SOX)
For Manjaro users:
You can install version 5.5.5-3 of the package until Manjaro also removes pangox-compat
mkdir anydesk-bin && cd anydesk-bin && curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=anydesk-bin&id=8648470b1ea3d4bd29ad9fa68139bfd1353604b8 && makepkg -rsi
For Arch users:
It seems that the pangox-compat package has been removed from the repositories. (And I was not notified before removing it, although I maintain a package which depends on it) (https://git.archlinux.org/svntogit/packages.git/?h=packages/pangox-compat)
I added a workaround to the package that adds a symlink for libpangox-1.0.so.0 which seems to work. (If anybody has a better solution please tell me!)
nursoda commented on 2020-05-03 13:55 (UTC)
I did not have pangox-compat nor pango-anydesk installed, updated to latest anydesk-bin and could not start it due to
anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
As proposed by israuor, symlinking the "missing" shared object solved it:
sudo -i cd /usr/lib ln -s libpangoxft-1.0.so libpangox-1.0.so.0
My question is only how the package could avoid that manual interaction.
D3SOX commented on 2020-05-03 10:35 (UTC)
My guess is that the the anydesk pango compat package did leave traces. I'm adding it to the conflicts
ik_5 commented on 2020-05-03 09:04 (UTC)
Like @israuor I also get the same error. I removed pango-anydesk and anydesk-bin and reinstalled them at the same order, and it is still happening.
Looking at libpangox libraries I do have on my machine:
/usr/lib/libpangoxft-1.0.so /usr/lib/libpangoxft-1.0.so.0 /usr/lib/libpangoxft-1.0.so.0.4400.7 /usr/lib32/libpangoxft-1.0.so /usr/lib32/libpangoxft-1.0.so.0 /usr/lib32/libpangoxft-1.0.so.0.4400.7 /usr/share/anydesk/files/pango-1.43.0-2/libpangoxft-1.0.so /usr/share/anydesk/files/pango-1.43.0-2/libpangoxft-1.0.so.0 /usr/share/anydesk/files/pango-1.43.0-2/libpangoxft-1.0.so.0.4300.0
israuor commented on 2020-05-03 05:55 (UTC) (edited on 2020-05-03 05:56 (UTC) by israuor)
when starting the executable I get following error:
'' anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
Using archlinux with xfce and also gnome. Am I missing something?
PeXArtZ commented on 2020-05-02 11:50 (UTC)
After switching from anydesk-debian to anydesk-bin it needs a lot of time to start. Any reasons and fixes for this?
Pinned Comments
D3SOX commented on 2024-02-08 16:46 (UTC) (edited on 2024-04-23 11:42 (UTC) by D3SOX)
Please check if there's actually a new version for Linux available before flagging this package. The version numbers for Windows and Linux are different.