Replies: 1 comment 3 replies
-
|
Hello, I had the exact same issue but I have flatpak freerdp and podman-compose from brew, do you find yourself in this situation? I had to change the .desktop entries like this Exec=env PATH=/var/home/linuxbrew/.linuxbrew/bin:$PATH /home/user/.local/bin/winapps word-o365 %F |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Docker Version: 1:28.3.3
Docker Compose Version: 2.39.2
freerdp Version: 2:3.16
After completing the setup as in the readme and letting the script scan the Win11 install for suitable apps,
when trying to launch any of the discovered apps (Word for example),
I get the messages
"Booting Windows"and simultaneously
"The Windows RDP port 3389 is closed"~/.local/share/winapps/winapps.log:
journalctl:
If I start the docker container manually and establish an RDP connection manually with
xfreerdp3 /u:"MyWindowsUser" /p:"MyWindowsPassword" /v:127.0.0.1 /cert:tofuwhich is the FREERDP_COMMAND + RDP_FLAGS in .config/winapps/winapps.conf
I can establish a connection
and AFTERWARDS I can use the 'app launcher' to directly start Word or any other program
Beta Was this translation helpful? Give feedback.
All reactions