Package Details: rustdesk-bin 1.4.6-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.
Upstream URL: https://github.com/rustdesk/rustdesk
Keywords: desktop remote rustdesk
Licenses: AGPL-3.0-only
Conflicts: rustdesk
Provides: rustdesk
Submitter: taotieren
Maintainer: kuhtoxo (Zoddo)
Last Packager: Zoddo
Votes: 144
Popularity: 5.74
First Submitted: 2021-06-27 05:16 (UTC)
Last Updated: 2026-03-05 20:17 (UTC)

Pinned Comments

Zoddo commented on 2025-09-07 14:05 (UTC)

Please don't flag this package as out-of-date while the new version is still marked as "Pre-release" on GitHub.

These releases can still be updated, and should be considered Release Candidates until the upstream marks them as stable.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Zoddo commented on 2026-03-05 20:34 (UTC)

@Mracuru I don't reproduce the issue when uninstalling ttf-dejavu on my system, nor do I see any explicit reference to dejavu inside RustDesk's source code.

I wonder if this issue may come from your theme or DE settings.

Mracuru commented on 2026-02-27 19:11 (UTC) (edited on 2026-02-27 19:12 (UTC) by Mracuru)

Text fields in ""Settings -> Network -> ID/Relay-Server" rendered to narrow without ttf-dejavu font installed. A manual installation with: paru -S ttf-dejavu fixed the problem.

Maybe the font should be added as a dependency?

galvez_65 commented on 2026-02-21 20:08 (UTC)

@mandreko Thank you! created the local simlink and this worked perfectly!

Diego.Florez commented on 2026-02-18 18:30 (UTC) (edited on 2026-02-18 18:31 (UTC) by Diego.Florez)

wget https://archive.archlinux.org/packages/x/xdotool/xdotool-3.20211022.1-2-x86_64.pkg.tar.zst
sudo pacman -U ./xdotool-3.20211022.1-2-x86_64.pkg.tar.zst

Note: In my case the only package that requires xdotool was rustdesk-bin pacman -Qi xdotool | rg -i 'required by'

mandreko commented on 2026-02-13 13:52 (UTC) (edited on 2026-02-13 13:52 (UTC) by mandreko)

Instead of symlinking it globally, which could cause issues with other packages, you could simply override it for rustdesk specifically in the interim:

mkdir -p $HOME/libxdo-compat
ln -s /usr/lib/libxdo.so.4 $HOME/libxdo-compat/libxdo.so.3
LD_LIBRARY_PATH=$HOME/libxdo-compat:$LD_LIBRARY_PATH rustdesk

Maunto commented on 2026-02-10 01:48 (UTC)

@yukunyi: That worked for me. sudo ln -s /usr/lib/libxdo.so.4 /usr/lib/libxdo.so.3

yukunyi commented on 2026-02-09 13:39 (UTC)

The version of libxdo is mismatched; after creating a soft link, it can be used. sudo ln -s /usr/lib/libxdo.so.4 /usr/lib/libxdo.so.3

loruro commented on 2026-02-09 10:39 (UTC)

Package is broken after the libxdo soname bump.

MrVulcan commented on 2026-02-07 22:33 (UTC)

Whenever I Alt-tab away from a remote computer. The person using it has trouble typing. Could this be because the Alt key, and possibly other modifier keys, are not released after switching away from the remote session?

Zoddo commented on 2025-11-19 20:50 (UTC)

Thanks @alerque, it's indeed better this way. I've updated the hook.