![Avatar](/_next/image?url=https%3A%2F%2Flemmy.ml%2Fpictrs%2Fimage%2Fd3c349b7-7987-4e40-bd42-c869ba7d6ff8.jpeg&w=3840&q=75)
![Avatar](/_next/image?url=%2Flemmy-icon-96x96.webp&w=3840&q=75)
TheCreativeName
What’s that spike around 2021?
I think I have been at exactly this one once lol
Just add HideDesktopPreviewBanner=true
to the [General] section in the ~/.config/kdeglobals
file and restart plasmashell with systemctl restart --user plasma-plasmashell.service
or just log out and back in.
Well that’s that then. I also have no idea what to try anymore… I guess you’ll just have to wait until some random update fixes the issue. Sorry.
Edit: Since you reinstalled everything, I think it could be some cache on your system that went bad. That would explain why both the Flatpak and native versions don’t work and why the rest of your system works. But I have no idea where that cache might be…
I am pretty sure that it has to do something specificially with the Steam Flatpak
That is also possible. But then why is it working for everyone else? I used the steam flatpak multiple times today with no issues. I guess you could also ask the same question for the system package issue theory.
How about the package manager version? Is that working? That could give some hints on whether it’s the system or the Flatpak package.
Arch, yes. This is what all the people who had to remove xdg Desktop portal use. How could they remove it if it’s a dependency of flatpak? Maybe they don’t have flatpak.
If you have too much time on your hands, you could try another fresh arch installation on another hard-drive. If it works there, we know it has to be a system package. If it doesn’t, it’s probably the Flatpak.
All this is seriously so weird…
Okay, so the runtimes were fine, good to know. Btw, you can remove runtimes without first removing the apps that depend on them. They just won’t work any more until you install it again.
I wonder if there is a clean way to thoroughly remove all and everything coming from Flatpak. At this point I don’t even care if there is any data lost …
Not an official one, but this should do the trick if you really want to delete everything. If you want to, you could back up the user files for your other Flatpaks first.
1.flatpak uninstall --all --delete-data
2.Remove flatpak with your package manager
3.sudo rm -rf /var/lib/flatpak /var/cache/flatpak ~/.local/share/flatpak ~/.cache/flatpak ~/.local/share/flatpak ~/.cache/flatpak /etc/flatpak
4.Reboot
5.Install flatpak again
6.Add flathub
7.Install steam
If that also doesn’t work, I’m 95% certain it has to be one of your system packages. Weird that a system package would break any Flatpaks though… What distro are you using anyway?
I’m starting to think that your flatpak runtimes might be corrupted.
You can try reinstalling the one used by steam. Uninstall with
flatpak remove org.freedesktop.Platform/x86_64/22.08
And then install it again with
flatpak install org.freedesktop.Platform/x86_64/22.08
To eliminate any other potential issues I’d recommend deleting the steam user folder as well before launching it again. Like I told you earlier.
Edit: It’s hilarious, I find many people having the exact same issue but never with the Flatpak version. Some even use the Flatpak version as a workaround. Very weird.