sunshine on Wayland from the flatpak #106
-
im trying to run sunshine from flatpak on wayland but i dont manage to get it working i get this output: phone:~$ flatpak run dev.lizardbyte.sunshine reading the docs i find out this command: sudo setcap cap_sys_admin+p but it doesnt seem to work, as when running "which sunshine" separately it doesnt found the sunshine binary. I guess it has to do with the flapak being sandboxing or something. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 11 replies
-
Did you follow all the steps here? https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/installation.html#flatpak-package Make sure you run with |
Beta Was this translation helpful? Give feedback.
-
Thanks you that works! |
Beta Was this translation helpful? Give feedback.
-
I'm facing the same issue on Fedora Silverblue
|
Beta Was this translation helpful? Give feedback.
Did you follow all the steps here? https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/installation.html#flatpak-package
Make sure you run with
sudo -i PULSE_SERVER=unix:$(pactl info | awk '/Server String/{print$3}') flatpak run dev.lizardbyte.sunshine