bazzite-gnome-nvidia sunshine not autostarting
I'm getting an issue in bazzite-gnome-nvidia:testing-41.20250101 where the sunshine service is failing to startup automatically. Is anyone else on the bazzite-gnome-nvidia image or any other gnome images experiencing this problem?
This is what I'm seeing in my log.
If I start the service manually with
systemctl enable --user --now sunshine.service
it starts without issues. I'm thinking that the service is trying to launch too early, but that's just a guess.4 Replies
I had that same issue on gnome-nvidia, adding to autostart with Ignition solved that for me
If I start the service manually with systemctl enable --user --now sunshine.service it starts without issues. I'm thinking that the service is trying to launch too early, but that's just a guess.I also noticed that with a arrpc service I created. Adding
ExecStartPre=/bin/sleep 5
in the beginning worked for me, in that case it's a workaround for a workaround so I think it's fineThanks Rin. So it might just be an nvidia-gnome specific thing, glad to know it might be a real issue and not just a me issue. I'm going to rebase to bazzite-gnome and see if the issue occurs there too. Oh and it didn't know about Ignition, installing that now
Getting the same issue on "bazzite-gnome:testing-41.20250101" going to test on "bazzite-gnome-deck:testing-41.20250101"
It's working in bazzite-deck-gnome:testing-41.20250101
I've created an issue https://github.com/ublue-os/bazzite/issues/2044
GitHub
Sunshine service failing to autostart on Bazzite gnome desktop imag...
Describe the bug It looks like there is a problem with sunshine failing to autostart on the desktop images of Bazzite. tested on bazzite-gnome-nvidia:testing-41.20250101 and bazzite-gnome:testing-4...