[demo@Manjaro ~]$ rustdesk
Failed to load "librustdesk.so"
libxdo.so.3: cannot open shared object file: No such file or directory
Please run "pacman -Qo libxdo.so.3" to search and install the pkg.
[demo@Manjaro ~]$ pacman -Qo libxdo.so.3
error: No package owns libxdo.so.3
[demo@Manjaro ~]$ sudo pamac install xdotool
[sudo] password for demo:
Preparing...
Warning: xdotool-4.20251130.1-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
I am not a fan of flatpaks or appimages but I need this to work today so I installed the flatpak and that worked so I will accept that as a solution for now.
Thanks for trying to help I do appreciate it.
I tried the rebuild but that didn’t work either. I got the same error.
Must be something weird with my system.
I’ll just use the flatpak for what I have to do today and come back to this later.
Maybe the aur recipe builder has not updated yet and after some time he will and it will work again. That is the risk with aur. You never know if it will be held uptodate.
The rustdesk-bin package is a precompiled binary (hence the -bin suffix), there’s nothing to build. It was linked against libxdo.so.3. The rustdesk package builds from source, so it would link against the current libxdo.so.4 during build.