Package Details: rustdesk 1.2.3.2-1

Git Clone URL: https://aur.archlinux.org/rustdesk.git (read-only, click to copy)
Package Base: rustdesk
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://rustdesk.com/
Keywords: AnyDesk desktop remote Rust TeamViewer
Licenses: AGPL-3.0-only
Submitter: taotieren
Maintainer: severach
Last Packager: severach
Votes: 21
Popularity: 0.79
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2024-04-10 21:36 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

severach commented on 2024-03-31 19:15 (UTC)

@tiziodcaio: RustDesk 1.2.3 doesn't build against AUR Flutter 3.19.5, and it may never build because Rust is not designed (is expressly designed not) to be interoperable even over the short term. Flutter constantly makes breaking changes. I did push a change needed to compile with the current AUR Flutter. See if you can get it to work _opt_SYS_FLUTTER=1 and provide some patches. I won’t be changing that setting until it can be shown that RustDesk will compile with AUR Flutter from release to release. It doesn’t do any good to compile with AUR Flutter for 2 weeks after a new RustDesk release only to push revert back to internal Flutter to fix compile complaints. You’re more likely to compile against AUR Flutter with rustdesk-git and even that doesn’t last long.

tiziodcaio commented on 2024-03-31 13:40 (UTC)

Please use flutter package from the AUR instead of bundled one...

yochananmarqos commented on 2023-12-11 15:51 (UTC)

@severach: Ah, good point. Sorry for the noise.

severach commented on 2023-12-10 22:05 (UTC)

There isn't an update. Updating the pkgrel will make everyone compile for an hour to get nothing new. Not everyone has a 6c12t like me.

yochananmarqos commented on 2023-12-10 21:10 (UTC)

@severach: If you didn't update the pkgrel, no AUR helper will report an update as there isn't one. Always update the pkgrel if there are changes like updating checksums.

severach commented on 2023-12-10 21:04 (UTC)

It was updated on 10/16. I didn't update the pkgrel. Do a git pull or report the bug to your AUR helper which should always do a git pull even if the pkgrel stays the same.

maxlefou commented on 2023-12-10 17:09 (UTC)

2 months later and still checksum error... Need a maintainer?

gyscos commented on 2023-10-16 15:05 (UTC) (edited on 2023-10-16 15:07 (UTC) by gyscos)

Yes it seems 1.2.3 was re-released a few days after this package was updated, with a new checksum for rustdesk-1.2.3.tar.gz. Looks like it was actually re-released more than once. :S

lendarker commented on 2023-10-11 21:41 (UTC)

Getting a md5sum error on the rustdesk-1.2.3.tar.gz file. Wrong md5sum in the PKGbuild?

gyscos commented on 2023-10-02 16:24 (UTC) (edited on 2023-10-02 16:25 (UTC) by gyscos)

The PKGBUILD hardcodes the installed path of ~/.cargo/bin/flutter_rust_bridge_codegen. But if $CARGO_HOME is defined, this is not a valid assumption.

It should probably instead look at ${CARGO_HOME:-~/.cargo}/bin/flutter_rust_bridge_codegen.