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.63
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2024-04-10 21:36 (UTC)

Latest Comments

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

ggnoredo commented on 2022-11-11 21:38 (UTC)

@shayaknyc I have the same problem, could you fix it?

Rojikku commented on 2022-10-31 21:21 (UTC)

@muflone

Builds fine for me in a clean chroot. Appears to be an issue on your system. Chaotic AUR builds rustdesk off of my PKGBUILD and theirs is built fine, too. Worst case scenario just use theirs.

Muflone commented on 2022-10-31 00:42 (UTC)

fail to build from a clean chroot with the following error:

  = note: /usr/bin/ld: /build/rustdesk/src/rustdesk-1.1.9/target/release/deps/libzstd-46606b03353c7a9b.rlib(zstd-46606b03353c7a9b.zstd.1ae1a5b0-cgu.5.rcgu.o): undefined reference to symbol 'ZDICT_trainFromBuffer'
          /usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
          collect2: error: ld returned 1 exit status

FabioLolix commented on 2022-10-25 18:45 (UTC)

Hello, the correct typing of the license is GPL3 in Arch

ouafnico commented on 2022-08-31 15:08 (UTC)

@shayaknyc In my case I had to stop the rustdesk service, modify the RustDesk2.toml on /root/.config/rustdesk/, remove the ~/.config/rustdesk/, and restart the service.

It's like the app is using the root configuration as main configuration file.

shayaknyc commented on 2022-08-31 14:41 (UTC)

For some reason, this package when compiled and installed, is missing features from the upstream github repo. Specifically, I'm self-hosting the relay and rendezvous server, and I have my own key, which is required to connect. When loading the settings in the client to add the server, relay server, and key, the "key" field is completely missing, and even manually adding it to ~/.config/rustdesk/RustDesk2.toml as: key = '[KEY STRING]'

Is ignored and doesn't work. Any ideas what would cause this? I'd rather not have to compile manually....

Rojikku commented on 2022-08-05 18:51 (UTC)

Libsciter and desktop file issues are fixed. Also fixed white screen issue. Program seems to work at this time. Desktop file also seems to work. Appreciate the feedback.

hvksmr1996 commented on 2022-07-27 03:57 (UTC) (edited on 2022-07-27 04:04 (UTC) by hvksmr1996)

Generated incorrect desktop file (${pkgname} appear where there should be rustdesk):

[Desktop Entry]
Version=${pkgver}
Name=RustDesk
GenericName=Remote Desktop
GenericName[zh_CN]=远程桌面
Comment=Remote Desktop
Comment[zh_CN]=远程桌面
Exec=${pkgname} %u
Icon=${pkgname}.png
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
Categories=Other;
Keywords=internet;
Actions=new-window;

X-Desktop-File-Install-Version=0.23

Also, Actions is set but there are no action.

ouafnico commented on 2022-06-29 09:05 (UTC) (edited on 2022-06-29 09:05 (UTC) by ouafnico)

Hi I had to install vcpkg but got this :

-> % rustdesk 
thread 'main' panicked at 'error: 'libsciter-gtk.so' was not found neither in PATH nor near the current executable.
  Please verify that Sciter SDK is installed and its binaries (from bin.lnx) are available in PATH.', /home/nrepentin/.cargo/git/checkouts/rust-sciter-06aa50f9c0fcf3d6/82025b9/src/lib.rs:359:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

So after installing libsciter-gtk-bin, it dies

-> % RUST_BACKTRACE=1 rustdesk
[2022-06-29T09:00:02Z INFO  rustdesk::server] DISPLAY=Ok(":0")
[2022-06-29T09:00:02Z INFO  rustdesk::server] XAUTHORITY=Ok("/run/user/1000/gdm/Xauthority")
[2022-06-29T09:00:02Z INFO  rustdesk::server] server not started (will try to start): Connexion refusée (os error 111)
[2022-06-29T09:00:02Z INFO  rustdesk::server] DISPLAY=Ok(":0")
[2022-06-29T09:00:02Z INFO  rustdesk::server] XAUTHORITY=Ok("/run/user/1000/gdm/Xauthority")
[2022-06-29T09:00:02Z INFO  rustdesk::rendezvous_mediator] lan discovery listener started
[2022-06-29T09:00:02Z INFO  rustdesk::common] Testing nat ...
[2022-06-29T09:00:02Z INFO  rustdesk::rendezvous_mediator] start rendezvous mediator of support.xxxx.Xxx
[1]    276840 segmentation fault (core dumped)  RUST_BACKTRACE=1 rustdesk