Package Details: anydesk-bin 6.3.2-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
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: 227
Popularity: 1.73
First Submitted: 2020-02-26 00:13 (UTC)
Last Updated: 2024-04-23 09:20 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 21 Next › Last »

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?

devourer commented on 2020-05-02 10:50 (UTC)

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 (UTC)

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 (UTC)

@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.