Package Details: rustdesk-bin 1.4.3-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: 132
Popularity: 4.45
First Submitted: 2021-06-27 05:16 (UTC)
Last Updated: 2025-10-18 09:00 (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 .. 11 Next › Last »

Warrioor commented on 2025-10-29 13:44 (UTC)

If anyone is using Wayland and having trouble closing the window, you need to switch to XWayland. Edit the file /usr/share/applications/rustdesk.desktop (requires sudo). Look for this line: Exec=rustdesk And change it to: Exec=env GDK_BACKEND=x11 rustdesk Save it and the application should close without any issues.

MrVulcan commented on 2025-09-21 19:50 (UTC)

I may have had RustDesk installed in more than one way, Jonno2002. Anyway, the problem is gone now.

severach commented on 2025-09-21 18:43 (UTC)

Those warnings aren't caused by this package. Something other than pacman is deleting or otherwise making those files disappear. They are only warnings and installing the package fixes the problems.

Did you do a filesystem rollback with zfs, btrfs, or some other rollback tool?

Jonno2002 commented on 2025-09-21 02:27 (UTC)

MrVulcan, there is nothing wrong with the package as i compiled and installed it the other day, it looks like pacman is saying that files already exist in the filesystem where it wants to put them, if you run "pacman -Qo /usr/bin/rustdesk" that will tell you what package owns the file/dir, if nothing owns the files/dirs then simply remove them and install the package.

MrVulcan commented on 2025-09-20 22:37 (UTC)

I tried to install this package and got the following warnings:

warning: could not get file information for usr/bin/rustdesk warning: could not get file information for usr/lib/rustdesk/ warning: could not get file information for usr/lib/rustdesk/data/ warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/ warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/AssetManifest.bin warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/AssetManifest.json warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/FontManifest.json warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/NOTICES.Z warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/ warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/actions.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/actions_mobile.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/address_book.ttf warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/android.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/arrow.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-apple.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-auth0.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-azure.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-default.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-facebook.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-github.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-gitlab.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-google.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/auth-okta.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/call_end.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/call_wait.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/chat.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/chat2.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/checkbox-outline.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/chevron_up_chevron_down.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/close.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/display.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/dots.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/file.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/file_transfer.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/folder.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/folder_new.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/fullscreen.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/fullscreen_exit.svg warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/gestures.ttf warning: could not get file information for usr/lib/rustdesk/data/flutter_assets/assets/home.svg

...and this is not even all of them.

Could someone please fix this?

Zoddo commented on 2025-09-07 17:39 (UTC)

@JoaoMachado: this is part of the .INSTALL file: https://aur.archlinux.org/cgit/aur.git/tree/rustdesk-bin.install?h=rustdesk-bin

The service is marked for restart during the package upgrade, and the actual restart happens in pacman's post-transaction hooks (30-systemd-restart-marked.hook).

JoaoMachado commented on 2025-09-07 15:01 (UTC)

I was about to update two of my clients remote machines, and I was looking through the pkgbuild and I don’t see where the service is restarted after the package is updated?

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.

zfkerr commented on 2025-08-25 00:25 (UTC)

@sistematico probably, you need completely switch to Pipewire to sound can work. Pipewire is require for Rustdesk can work on Wayland.

MrVulcan commented on 2025-08-24 21:53 (UTC)

I have gst-plugin-pipewire and the latest rustdesk-bin, and I have sound both locally and remotely.