Package Details: rustdesk 1.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: 30
Popularity: 3.38
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2024-11-03 18:51 (UTC)

Latest Comments

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

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

Rojikku commented on 2022-06-23 20:12 (UTC) (edited on 2022-06-23 20:13 (UTC) by Rojikku)

@guttural666 So...Yes
But that reference isn't useful. For your knowledge, -bin packages just download the installer and install. It fundamentally installs differently, skipping the step I had issues with. Root packages, like rustdesk, have to install releases and compile them.
The issue was with compilation. So a -git would have been better.

Ultimately though, I didn't believe the issue was on my end.
I did fix the issue and get it to compile, and I did this by manually doing an installation of vcpkg instead of relying on the dependency.
Why this works, I have no idea.

guttural666 commented on 2022-06-23 13:55 (UTC)

Is this package getting fixed? For reference, this one builds fine https://aur.archlinux.org/packages/rustdesk-bin

Ataraxy commented on 2022-05-28 11:20 (UTC) (edited on 2022-05-29 02:19 (UTC) by Ataraxy)

I raised the scrap build issue upstream.