Uninstall App Installed with the Bazzite Portal
Hi,
I installed Sunshine using the Bazzite portal and want to uninstall it but I don't see it listed at all when I use rpm-ostree status and it's not showing up as installed in the discover software center. I was wondering how to uninstall it.
14 Replies
sunshine is baked in now
so there's no way to uninstall the app?
not cleanly, no
if you absolutely hate its presence, you can build a new image https://github.com/ublue-os/bazzite/blob/b8cefd6145f43aeef2956e1e353c13c0b61f58c7/Containerfile#L215
GitHub
bazzite/Containerfile at b8cefd6145f43aeef2956e1e353c13c0b61f58c7 ·...
Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld. - ublue-os/bazzite
I'd be happy with having it not auto start. Is there any way to turn that feature off?
remove it from your autostart settings
I'm looking in Autostart under system settings and it's not there
is there some other place I can look?
~/.config/autostart
are you on GNOME or KDE?
I think Sunshine might also have a checkbox for autostart as well
/etc/xdg/autostart
I'm on KDE
I'm looking through the settings menu rn and not seeing one
Solution
systemctl --user disable sunshine
or systemctl disable sunshine
maybecheck to see if a service was added to
~/.config/systemd/user/
systemctl --user disable sunshine seems to have worked. lemme try a reboot and see
It worked! Thank you for your help!
np