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?
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)
- Show 4 more dependencies...
Required by (1)
- remmina-plugin-anydesk-git (requires anydesk)
Sources (1)
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)
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]
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.