Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
Documentation bug.
At that doc, fix the instruction about kms_capture:
from sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))
to sudo setcap cap_sys_admin+p $(readlink -f $(find /var/lib/flatpak/app -name sunshine | grep /bin/sunshine))
Is also worth mentioning that the user needs to run the command on every boot and update the "Home" page from Sunshine instance.
Expected Behavior
Being able to run sunshine accordingly using flatpak
Additional Context
No response
Host Operating System
Linux
Operating System Version
Fedora 40 - 6.9.7-200.fc40.x86_64
Architecture
64 bit
Sunshine commit or version
[2024:07:13:00:56:24]: Info: Sunshine version: v2024.710.151651
Package
Linux - flatpak
GPU Type
AMD
GPU Model
RX 6700 XT
GPU Driver/Mesa Version
GLX_MESA_query_renderer 24.1.2
Capture Method
wlroots (Linux)
Config
Apps
{
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin"
},
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
}
]
}
Relevant log output
There's no relevant output to place here
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
Documentation bug.
At that doc, fix the instruction about kms_capture:
from
sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))to
sudo setcap cap_sys_admin+p $(readlink -f $(find /var/lib/flatpak/app -name sunshine | grep /bin/sunshine))Is also worth mentioning that the user needs to run the command on every boot and update the "Home" page from Sunshine instance.
Expected Behavior
Being able to run sunshine accordingly using flatpak
Additional Context
No response
Host Operating System
Linux
Operating System Version
Fedora 40 - 6.9.7-200.fc40.x86_64
Architecture
64 bit
Sunshine commit or version
[2024:07:13:00:56:24]: Info: Sunshine version: v2024.710.151651
Package
Linux - flatpak
GPU Type
AMD
GPU Model
RX 6700 XT
GPU Driver/Mesa Version
GLX_MESA_query_renderer 24.1.2
Capture Method
wlroots (Linux)
Config
Apps
{ "env": { "PATH": "$(PATH):$(HOME)/.local/bin" }, "apps": [ { "name": "Desktop", "image-path": "desktop.png" } ] }Relevant log output
There's no relevant output to place here