I can't add any applications to Sunshine #667
-
Select Topic AreaBug BodyI installed sunshine on fedora 41 via flatpak and everything went well. However, only the desktop appears as the application to start, and when I try to add Steam or another application, it either gives an error or does not start. my system: NAME="Fedora Linux" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
It still hasn't worked, the log shows: iagomuller@fedora:~$ flatpak run dev.lizardbyte.app.Sunshine (sunshine:2): libnotify-WARNING **: 14:11:00.878: Running in confined mode, using Portal notifications. Some features and hints won't be supported (sunshine:2): libnotify-WARNING **: 14:11:00.878: Running in confined mode, using Portal notifications. Some features and hints won't be supported Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
-
From what I noticed, in these lines he tries to run Steam in big picture, but it aborts and launches the desktop, wouldn't that be it? [2025-02-07 14:11:00.834]: Info: Spawning [setsid steam steam://open/bigpicture] in ["/usr/bin"] |
Beta Was this translation helpful? Give feedback.
-
The error has been resolved, I apologize. I just put the code wrong and that caused the malfunction. but I understood correctly and now everything is working perfectly, thank you very much! I apologize if I caused any inconvenience |
Beta Was this translation helpful? Give feedback.
Your command is
setsid steam steam://open/bigpicture
but needs to beflatpak-spawn --host setsid steam steam://open/bigpicture