Skip to content
Discussion options

You must be logged in to vote

AppImage doesn't really work with KMS because it's sandboxed and doesn't have the correct access. Sunshine needs setcap set on the binary file, which cannot work when the binary is in the AppImage. But once you extract the appimage, the sandboxing is removed and now it's just a normal file system that you can do whatever you want to it, e.g. setcap.

I tried to get around all this with the custom AppRun file (https://github.com/LizardByte/Sunshine/blob/master/packaging/linux/AppImage/AppRun) which I believed worked at one point, but perhaps the sandboxing got tighter in newer versions... Probably, the only way to get around manually extracting the AppImage is to make the AppRun file do it …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgrumpeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants