Search Criteria
Package Details: anydesk-bin 6.0.1-1
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 (Generic based package) |
Upstream URL: | https://anydesk.com |
Keywords: | anydesk desktop remote |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | D3SOX |
Maintainer: | D3SOX (severach) |
Last Packager: | D3SOX |
Votes: | 137 |
Popularity: | 5.01 |
First Submitted: | 2020-02-26 00:13 |
Last Updated: | 2020-10-07 21:40 |
Dependencies (24)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git)
- fakeroot (fakeroot-tcp, fakeroot-git)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- glibc (glibc-git)
- gnome-themes-extra
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- gtkglext (gtkglext-pangox)
- libglvnd (libglvnd-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxcb (libxcb-git)
- libxdamage
- libxext (libxext-git)
- libxfixes
- libxi (libxi-git)
- libxrandr (libxrandr-git)
- libxrender
- libxtst
- lsb-release
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- python-shiboken2 (python-shiboken2-git)
- patchelf (make)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-nosystemd, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git) (optional) – audio support
Required by (1)
- remmina-plugin-anydesk-git (requires anydesk)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 ... Next › Last »
D3SOX commented on 2020-05-03 17:18
@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
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...)
nursoda commented on 2020-05-03 13:55
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
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
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
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
After switching from anydesk-debian to anydesk-bin it needs a lot of time to start. Any reasons and fixes for this?
devourer commented on 2020-05-02 10:50
Since the pangox-compat dependency has been removed, I had to create a link in /usr/lib in order to get the latest update running, like so: sudo ln -s libpangoxft-1.0.so libpangox-1.0.so.0
Brebro commented on 2020-04-26 19:47
For some reason I am able to connect to my phone but not other computers. Tried using both -bin and -debian and both had the same issue (on 5.5.4 and 5.5.5). When connecting to another PC that has a set password it asks for the password 3 times before disconnecting saying "Connection closed". If anyone has had this issue before please let me know. Thanks!
ARCHologist commented on 2020-04-26 17:04
@D3SOX On my laptop the anydesk-bin package works. So it has something to do with my PC and not your package. Perhaps some dependency in a wrong version. I will see if I can find out.