Closed PierreV23 closed 4 months ago
check which freerdp
command is used in your distro.
In my case the alias was xfreerdp3
, so I entered that in the line 10 in ~/.config/wineapps/winapps.conf
RDP_USER="docker"
RDP_PASS=""
#RDP_DOMAIN="MYDOMAIN"
RDP_IP="127.0.0.1"
WAFLAVOR="docker" # Acceptable values are 'docker', 'podman' and 'libvirt'.
#RDP_SCALE=100 # Acceptable values are 100, 140, and 180.
#RDP_FLAGS=""
#MULTIMON="true"
DEBUG="true"
FREERDP_COMMAND="xfreerdp3"
check which
freerdp
command is used in your distro.In my case the alias was
xfreerdp3
, so I entered that in the line 10 in~/.config/wineapps/winapps.conf
RDP_USER="docker" RDP_PASS="" #RDP_DOMAIN="MYDOMAIN" RDP_IP="127.0.0.1" WAFLAVOR="docker" # Acceptable values are 'docker', 'podman' and 'libvirt'. #RDP_SCALE=100 # Acceptable values are 100, 140, and 180. #RDP_FLAGS="" #MULTIMON="true" DEBUG="true" FREERDP_COMMAND="xfreerdp3"
Apparently there's no command available for me at all:
pierrev@pierrevd:~$ compgen -ca | sort | egrep 'free|rdp'
free
free
pierrev@pierrevd:~$
I installed freerdp through flatpak like the readme suggested because freerdp3-x11 was not available through my package manager for some reason.
Any idea what I should do?
Any idea what I should do?
I also couldn't get it started using the Flatpak version, so I resorted to xfreerdp3
.
maybe try find a version that is supported by your package manager? or build freerdp from source somehow?
Maybe it will work if you explicitly set the path of the flatpak binary in the config?
Any idea what I should do?
I also couldn't get it started using the Flatpak version, so I resorted to
xfreerdp3
.maybe try find a version that is supported by your package manager?
pierrev@pierrevd:~$ apt search freerdp | grep '^[a-zA-Z0-9]'
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Sorting...
Full Text Search...
arctica-greeter-remote-logon/stable,stable 0.99.3.0-1+deb12u2 all
freerdp2-dev/stable 2.10.0+dfsg1-1 amd64
freerdp2-shadow-x11/stable 2.10.0+dfsg1-1 amd64
freerdp2-wayland/stable 2.10.0+dfsg1-1 amd64
freerdp2-x11/stable 2.10.0+dfsg1-1 amd64
libfreerdp-client2-2/stable 2.10.0+dfsg1-1 amd64
libfreerdp-server2-2/stable 2.10.0+dfsg1-1 amd64
libfreerdp-shadow-subsystem2-2/stable 2.10.0+dfsg1-1 amd64
libfreerdp-shadow2-2/stable 2.10.0+dfsg1-1 amd64
libfreerdp2-2/stable 2.10.0+dfsg1-1 amd64
libpam-freerdp2/stable 2.0.0-3 amd64
libpam-freerdp2-dev/stable 2.0.0-3 amd64
libwinpr-tools2-2/stable 2.10.0+dfsg1-1 amd64
libwinpr2-2/stable 2.10.0+dfsg1-1 amd64
libwinpr2-dev/stable 2.10.0+dfsg1-1 amd64
lightdm-remote-session-freerdp2/stable 2.0.0-1+b1 amd64
winpr-utils/stable 2.10.0+dfsg1-1 amd64
xrdp/stable 0.9.21.1-1 amd64
pierrev@pierrevd:~$
There doesnt seem to be a freerdp3 version available.
or build freerdp from source somehow?
I'd rather not, so that's a last resort.
Maybe it will work if you explicitly set the path of the flatpak binary in the config?
How do i go about trying this?
No idea, but mine seems to point to ~/.local/share/flatpak/app/com.freerdp.FreeRDP/x86_64/stable/6d1aeabdd5d1cf871a0e50ba781cc14fa9eaa3185aa0ddb2a648a626457c9104/export/bin/com.freerdp.FreeRDP
your UID will be differen though
No idea, but mine seems to point to
~/.local/share/flatpak/app/com.freerdp.FreeRDP/x86_64/stable/6d1aeabdd5d1cf871a0e50ba781cc14fa9eaa3185aa0ddb2a648a626457c9104/export/bin/com.freerdp.FreeRDP
your UID will be differen though
Putting the entire path to the binary worked! Thanks!
It seems unusual that the script isn't automatically setting the FreeRDP command. If the FreeRDP Flatpak is detected, it should default to using flatpak run --command=xfreerdp com.freerdp.FreeRDP
.
I did merge the .reg file, I signed the user out and I opened+closed the VM in Virtual Machine Manager multiple times