Skip to content
Discussion options

You must be logged in to vote

SOLVED. Turns out the problem was FreeRDP version mismatch. I was using freerdp 3.5.1.But downgrading to 3.5.0 fixed it.

I downgraded the following packages. I am using linux mint so if you are same as me the following command will probably help you.

sudo apt install --allow-downgrades
freerdp3-x11=3.5.0+dfsg1-0ubuntu1
libfreerdp3-3=3.5.0+dfsg1-0ubuntu1
libfreerdp-client3-3=3.5.0+dfsg1-0ubuntu1
libwinpr3-3=3.5.0+dfsg1-0ubuntu1

Then locked the version to prevent auto-updates:

sudo apt-mark hold freerdp3-x11 libfreerdp3-3 libfreerdp-client3-3 libwinpr3-3

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChillySummerMist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant