Black screen when trying to open any windoiws apps. Windows itself runs without issue #912
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
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 Then locked the version to prevent auto-updates: sudo apt-mark hold freerdp3-x11 libfreerdp3-3 libfreerdp-client3-3 libwinpr3-3 |
Beta Was this translation helpful? Give feedback.

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