Sunshine in Plasma 6 (beta)

by Perroboc

1 min read

Notes about installing sunshine nightly in arch

To install:

mkdir sunshine
cd sunshine
curl -L -o PKGBUILD https://github.com/LizardByte/Sunshine/releases/download/nightly-dev/PKGBUILD
makepkg -fis

When running, I saw a message about no available encoders, which I fixed with this:

sudo setcap cap_sys_admin+ep $(readlink -f $(which sunshine))

I still don't see the mouse cursor, though.