flathub / dev.lizardbyte.app.Sunshine

https://flathub.org/apps/details/dev.lizardbyte.app.Sunshine
3 stars 4 forks source link

Make opening the web browser at startup optional somehow #88

Open Calinou opened 6 months ago

Calinou commented 6 months ago

I have Sunshine set to autostart in KDE when my system boots, and it always opens a web browser on localhost:47990, which I don't want. There doesn't appear to be a way to opt out of this behavior.

See also https://github.com/flathub/dev.lizardbyte.app.Sunshine/pull/87, although that PR alone won't suffice as xdg-open is called regardless. We could perhaps have a custom CLI argument in the launcher script for this, such as --no-browser. It can then be documented in the README.

istori1 commented 6 months ago

Use flatpak run --command=sunshine dev.lizardbyte.app.Sunshine to avoid the launcher script.