@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.
| 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) |
@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.
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?
@mandreko Thank you! created the local simlink and this worked perfectly!
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'
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
@yukunyi: That worked for me.
sudo ln -s /usr/lib/libxdo.so.4 /usr/lib/libxdo.so.3
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
Package is broken after the libxdo soname bump.
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?
Thanks @alerque, it's indeed better this way. I've updated the hook.
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.