Gnome Remote Desktop Blank Screen

I found a solution for my Problem.
So for the other people that may run into the same problem:

  1. Create a group named “pipewire” (Check if it already exists before) – sudo groupadd pipewire
  2. Assign your user to this group – sudo usermod -a -G pipewire username
  3. Delete or move /etc/pipewire – sudo mv /etc/pipewire /etc/pipewire.bak
  4. Reinstall Pipewire Packages – sudo pacman -S pipewire pipewire-media-session gst-plugin-pipewire
  5. Reboot. sudo reboot now
  6. Login to your user and connect successfully with RDP now.
End

If u have any more ideas or corrections for this Post, send me an message, i will edit it.

2 Likes