Package Details: rustdesk-bin 1.2.3_2-1

Git Clone URL: https://aur.archlinux.org/rustdesk-bin.git (read-only, click to copy)
Package Base: rustdesk-bin
Description: Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!
Upstream URL: https://github.com/rustdesk/rustdesk
Keywords: AnyDesk desktop remote Rust TeamViewer
Licenses: GPL3
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: taotieren (sukanka, kuhtoxo, berbigou)
Last Packager: taotieren
Votes: 73
Popularity: 5.47
First Submitted: 2021-06-27 05:16 (UTC)
Last Updated: 2024-05-09 05:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

taotieren commented on 2022-10-25 07:38 (UTC)

rustdesk-nightly @Kingtous

Kingtous commented on 2022-10-24 01:08 (UTC)

RustDesk has pre-released the nightly version made by flutter. May be a rustdesk-nightly aur can be issued?

More details: https://github.com/rustdesk/rustdesk/releases/tag/nightly

spsf64 commented on 2022-08-10 18:59 (UTC)

@taotieren, when I install it creates a new category "Other" in the menu (tested on XFCE and Cinnamon). If you change the .desktop file to "Network" it works fine! Can you create a new line under prepare like:

sed -i "s/Other/Network/g" "$srcdir/usr/share/rustdesk/files/rustdesk.desktop" TIA

jkhsjdhjs commented on 2022-08-02 21:40 (UTC) (edited on 2022-08-02 21:41 (UTC) by jkhsjdhjs)

@andy5995 It also segfaults for me. Not sure if the binary needs rebuilding, but even if it does we can't do anything about it, because we're just packaging the release assets from the rustdesk github repo (since this is a -bin package).

If you want a version that can be rebuilt have a look at rustdesk and rustdesk-git.

andy5995 commented on 2022-08-02 16:57 (UTC) (edited on 2022-08-02 16:57 (UTC) by andy5995)

Does the binary need rebuilding? When I use '-h' or '--help', rustdesk segfaults. (v1.1.9-2)

taotieren commented on 2022-06-19 10:01 (UTC)

Because rustdesk automatically performs CI/CD processing, the check value is different after each CI/CD.

mibu commented on 2022-06-19 06:31 (UTC)

Why is the validity check being skipped now?

ystyle commented on 2022-06-14 03:36 (UTC)

:: (1/1) Parsing SRCINFO: rustdesk-bin
==> Making package: rustdesk-bin 1.1.9-1 (Tue Jun 14 11:36:20 2022)
==> Retrieving sources...
  -> Found rustdesk-1.1.9-manjaro-arch.pkg.tar.zst
==> Validating source files with sha256sums...
    rustdesk-1.1.9-manjaro-arch.pkg.tar.zst ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: rustdesk-bin 
     context: exit status 1 


==> Making package: rustdesk-bin 1.1.9-1 (Tue Jun 14 11:36:21 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found rustdesk-1.1.9-manjaro-arch.pkg.tar.zst
==> Validating source files with sha256sums...
    rustdesk-1.1.9-manjaro-arch.pkg.tar.zst ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: rustdesk-bin

proledatarian commented on 2022-05-28 13:57 (UTC)

@jkhsjdhjs Thanks, a workaround is using mesa-git, which is already patched.

jkhsjdhjs commented on 2022-05-28 11:12 (UTC)

@proledatarian: Yes, that's a mesa/radeonsi bug. It has already been fixed upstream but the patch hasn't made it into a new release yet.

https://gitlab.freedesktop.org/mesa/mesa/-/issues/6415