Package Details: rustdesk 1.4.6-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: 61
Popularity: 2.29
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2026-04-15 17:03 (UTC)

Sources (17)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

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.

dataprolet commented on 2022-05-28 11:03 (UTC) (edited on 2022-05-28 11:07 (UTC) by dataprolet)

Installation always fails because of a missing dependency of vcpkg, even though it gets installed as one. This causes the custom build command scrap to fail.

error: failed to run custom build command for 'scrap v0.5.0 (/home/user/.cache/yay/rustdesk/src/rustdesk-1.1.9/libs/scrap)'  
Caused by:  
process didn't exit successfully: '/home/user/.cache/yay/rustdesk/src/rustdesk-1.1.9/target/release/build/scrap-bca7df83c83d5573/build-script-build' (exit status: 101)  
--- stderr  
thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg installation found. Set the VCPKG_ROOT environment variable or run 'vcpkg integrate install'")', libs/scrap/build.rs:7:45  
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Rojikku commented on 2022-04-06 23:29 (UTC)

Adopting, I have time to fix this package. Added Co-Maintainer who actually uses this package.

Released a useless v2 of 1.1.8 that also doesn't build. I have tested build from source using docker using the 1.1.8 tag and that doesn't work either, so I don't believe the fault is my own.

lmartinez-mirror commented on 2022-04-02 03:42 (UTC)

Disowning, as I don't have time to fix this package.