Page 1 of 1

[SOLVED] RustDesk integration with Flatpak?

Published: October 31, 2025 - 3:35 PM
by cefinformatique
Hello,

I'm using waptconsole v2.6.1.17472 (enterprise) on Debian 13 and I'm trying to find out if it's possible to make the console recognize that RustDesk is installed on the same machine, even though it was installed via Flatpak.

I installed RustDesk and its configuration package on my Windows clients, and the ID and password are correctly retrieved from the audit data.

Re: RustDesk integration with Flatpak?

Published: October 31, 2025 - 4:54 PM
by blemoigne
Hello,
where does Flatpak install the RustDesk binary? We could try creating a symbolic link /usr/lib/rustdesk/rustdesk (the default path on Linux) that points to the path of the RustDesk binary installed via Flatpak.
Best regards,
Bertrand

Re: RustDesk integration with Flatpak?

Published: November 3, 2025 - 11:56 AM
by cefinformatique
Good morning,

I created this bash script in /usr/lib/rustdesk/rustdesk and it now works:

Code: Select all

#!/bin/bash
exec /usr/bin/flatpak run com.rustdesk.RustDesk "$@"
THANKS ! :D