RemoteApp not launching after xfreerdp3 upgrade (falls back to desktop / blank screen) #904
Replies: 3 comments 3 replies
-
|
What exact FreeRDP version are you on? |
Beta Was this translation helpful? Give feedback.
-
|
I do not think this is a Winapps problem but may be a problem with xfreerdp3 v3.5.1 I've been using xfreerdp3 w/out Winapps for a several years on Ubuntu successfully to launch Win10, now Win11 remoteapps. I've seeing the exact same symptoms you describe above! My Environment
I'm using xfreerdp3 v3.5.1 from Freerdp (no WinApps)
Your symptoms are identical to mine but you are using WinApps.
So that brought me to WinApps but after manual install, WinApps run with the same Win11VM still shows the same problem! Then I thought I remembered sometime not long ago that I saw xfreerdp3 was v3.5.0 not v3.5.1. So I just started searching to find, how to revert, back to the previous version xfreerdp3 v3.5.0 and see if this problem goes away. |
Beta Was this translation helpful? Give feedback.
-
|
Success... at least on my systems! See if this fixes that same problem with your use of WinApp and let me know. Removing freerdp v3.5.1 and reverting to freerdp v3.5.0 worked for me using the same Win11Pro VM and same commands. Now I have RemoteApps working again correctly! So this RemoteApp failure is due to freerdp v3.5.1. On Ubuntu 24.04 LTS Step 2 Step 3 $ sudo apt install ./libwinpr3-3_3.5.0+dfsg1-0ubuntu1_amd64.deb ./libfreerdp3-3_3.5.0+dfsg1-0ubuntu1_amd64.deb ./libfreerdp-client3-3_3.5.0+dfsg1-0ubuntu1_amd64.deb ./freerdp3-wayland_3.5.0+dfsg1-0ubuntu1_amd64.deb ./freerdp3-x11_3.5.0+dfsg1-0ubuntu1_amd64.deb Note: the .DEB have to be in that exact order due to dependencies needing to be met by later .DEB in that command line. Important Note So if freerdp v3.5.0 works for you, you must prevent Ubuntu from upgrading the freerdp v3.5.0 to v3.5.1 all over again. This is done by putting the freerdp v3.5.0 packages" "on hold" from upgrades. I just made 2 bash scripts to do this (see attached): hold-freerdp.sh When a freerdp fix for this freerdp remoteapp gets put into the Ubuntu 24.04 repository you can run the "unhold" script to have Ubuntu update to that new freerdp version. I don't know what version of freerdp is going to be the default in the upcoming Ubuntu 26.04 LTS to be release in Apr. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Expected Behavior
Actual Behavior
What Changed
Tests Performed
Current Config (sanitized)
RDP_FLAGS="/cert:ignore /multimon:force /span /gfx /network:auto /sound /microphone +dynamic-resolution +home-drive +auto-reconnect /auto-reconnect-max-retries:100 /prevent-session-lock:180"
Additional Notes
Beta Was this translation helpful? Give feedback.
All reactions