Package Details: anydesk-bin 6.4.0-4

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)

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 .. 14 15 16 17 18 19 20 21 22 Next › Last »

Sonico98 commented on 2018-07-06 04:20 (UTC)

Sorry, not sure if I should ask this here. I suspect that when closing the main window, the service should keep running. Is there any way to do this? And also to start AnyDesk on boot?

OJaksch commented on 2018-06-25 16:02 (UTC)

@Tah9phee: Thanks for the kind words. You (and all others) are always welcome!

Tah9phee commented on 2018-06-25 14:18 (UTC)

@OJaksch: thank you! This was what I suspected from the research I was able to do, and your explanation here is great in helping me on the path to learning more and more about the AUR and it's workings. Thanks for taking the time to reply.. installing! And thank you for your maintenance here - much appreciated.

OJaksch commented on 2018-06-24 10:35 (UTC)

@Tah9phee: Have a look at https://wiki.archlinux.org/index.php/PKGBUILD. Read and understand how an AUR package is built - then you'll know that commands executed within build process are running below the path of ${BUILDDIR}. This ensures that ie 'rm -rf etc/' removes the given path there. Sure, I could use 'rm -rf ${pkgdir}/etc/' but this would remove the real /etc/ in case of malfunction/typo/emptyness of ${pkgdir} ;)

Tah9phee commented on 2018-06-23 22:32 (UTC)

Hello

Just wondering if you could provide an explanation for the following last line in the PKGBUILD (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=anydesk) :

"rm -rf etc/"

This line feels SCARY. Could you comment? Anyone else?

OJaksch commented on 2018-06-21 13:09 (UTC) (edited on 2020-02-18 08:43 (UTC) by OJaksch)

This new version has a new dependency (pango-anydesk) which in turn installs a proper and working older version of pango, which is used by AnyDesk only.

To update to this new version and it's dep you have to uninstall package anydesk first and reinstall it again. New installs aren't affected.

Sorry for any inconveniences.

OJaksch commented on 2018-06-15 07:56 (UTC)

@harrys_laugh: Can't reproduce this on my KDE box. Will try it on i3 the next days. Stay tuned.

snape commented on 2018-06-14 19:44 (UTC)

I updated today to 2.9.5-2. Afterwards anydesk freezes and weirds out my i3 session anytime I'm establishing a connection. I can't create new windows and existing terminals freeze. Had to go back to 2.9.4 which works fine

OJaksch commented on 2018-01-30 07:09 (UTC) (edited on 2018-01-30 09:01 (UTC) by OJaksch)

@RemoteAdmin No, seems that you're right. Either I missed that or it's a fairly new dep. Will check and complete that in pkgbuild. Thanks for reporting this!

EDIT: fixed :)

RemoteAdmin commented on 2018-01-30 04:19 (UTC)

Correct me if I'm wrong but shouldn't "libxtst" be a dependency?

At least the binary is requiring it:

readelf -d /usr/bin/anydesk

0x0000000000000001 (NEEDED) Shared library: [libXtst.so.6]