I've just installed the flatpack version of Remote Deskop Manager on opensuse tumbleweed but I can't open any connections since I get the error "xfreerdp not found" even though I have it installed. I have also tried installing the flatpack version of xfreerdp but that didn't help. Is there a way to specify the location of xfreerdp?
Hello,
Are you launching your connections with Properties → Display → External setted? If so, you’ll need to grant the Flatpak access to the folder that contains xfreerdp, like this:flatpak override --user --filesystem=/path/to/xfreerdp com.devolutions.remotedesktopmanager
Orsudo flatpak override --filesystem=/path/to/xfreerdp com.devolutions.remotedesktopmanager
Best regards,
Simon Duguay Létourneau
Are you launching your connections with Properties → Display → External setted?
I had it set to Default but also tried Primary monitor but got the same error. What do I select there if I want to use multi monitor?
regarding the commands, they somehow seem to be incorrect?
sudo flatpak override --filesystem=/usr/bin/xfreerdp com.devolutions.remotedesktopmanager
usage: sudo -h | -K | -k | -V
usage: sudo -v [-ABkNnS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-ABkNnS] [-g group] [-h host] [-p prompt] [-U user]
[-u user] [command [arg ...]]
usage: sudo [-ABbEHkNnPS] [-r role] [-t type] [-C num] [-D directory]
[-g group] [-h host] [-p prompt] [-R directory] [-T timeout]
[-u user] [VAR=value] [-i | -s] [command [arg ...]]
usage: sudo -e [-ABkNnS] [-r role] [-t type] [-C num] [-D directory]
[-g group] [-h host] [-p prompt] [-R directory] [-T timeout]
[-u user] file ...flatpak override --filesystem=/usr/bin/xfreerdp com.devolutions.remotedesktopmanager bash: flatpak override --filesystem=/usr/bin/xfreerdp com.devolutions.remotedesktopmanager: Datei oder Verzeichnis nicht gefunden
Hello,
I identified an issue when using xfreerdp and RDM via Flatpak and implemented a fix that will be included in the next release.
In the meantime, you can work around the problem by granting Flatpak full filesystem access with the following command:sudo flatpak override --filesystem=host com.devolutions.remotedesktopmanager
Note: you may need to type the command manually in your terminal, as copy/paste doesn’t seem to work correctly.
Best regards,
Simon Duguay Létourneau