Uh oh!
There was an error while loading. Please reload this page.
Add install scripts (Flatpak) - #471
Conversation
v0.15.0 resubmit
v0.15.0 resubmit
v0.15.0 resubmit
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Update dev.lizardbyte.sunshine.yml
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Update dev.lizardbyte.sunshine.yml
Add files via upload
ReenigneArcher
left a comment
There was a problem hiding this comment.
One small change request to simplify it a bit.
Can you also update the docs on how to use these?
Thanks!
Uh oh!
There was an error while loading. Please reload this page.
| Sunshine Service | ||
| .. code-block:: bash | ||
| systemctl --user start sunshine | ||
There was a problem hiding this comment.
This is already covered in the usage page. I probably wouldn't add it here since we don't have it for the other linux versions.
| #. Install `Flatpak <https://flatpak.org/setup/>`_ as required. | ||
| #. Download ``sunshine.flatpak`` and run the following code. | ||
| #. Download ``sunshine_x86_64.flatpak`` and run the following code. |
There was a problem hiding this comment.
Download ``sunshine_{arch}.flatpak`` and run the following code.
.. Note:: Be sure to replace ``{arch}`` with the architecture for your operating system.| .. code-block:: bash | ||
| flatpak install --system sunshine.flatpak | ||
| flatpak install --system ./sunshine_x86_64.flatpak |
| .. code-block:: bash | ||
| flatpak install --user sunshine.flatpak | ||
| flatpak install --user ./sunshine_x86_64.flatpak |
ReenigneArcher
left a comment
There was a problem hiding this comment.
Minor changes requested.
Also, is it possible to have a single script with arguments, like the AppRun for AppImage? https://github.com/LizardByte/Sunshine/blob/master/packaging/linux/AppImage/AppRun
If not, no issue with having two scripts.
| Additional installation (required) | ||
| .. code-block:: bash | ||
| flatpak run --command=additional-install.sh dev.lizardbyte.sunshine |
There was a problem hiding this comment.
Add this code to each sub section (system and user level) instead of making a new sub section.
And if you agree to rename the scripts, change the name here as well.
| @@ -0,0 +1,13 @@ | |||
| #!/bin/sh | |||
There was a problem hiding this comment.
can we just rename to install.sh ?
| @@ -0,0 +1,11 @@ | |||
| #!/bin/sh | |||
There was a problem hiding this comment.
can we just rename to remove.sh?
| .. code-block:: bash | ||
| flatpak uninstall --delete-data sunshine.flatpak | ||
| flatpak run --command=remove-additional-install.sh dev.lizardbyte.sunshine |
There was a problem hiding this comment.
If you agree to rename the scripts, change the name here as well.
Description
Add install script for mouse permission.
Type of Change
Checklist