TheCreativeName

  • 1 Post
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • I was making whipped cream with an electric hand mixer while talking to someone at the same time. While talking and looking at them, I wanted to turn off the machine, but as I didn’t look at it, I put my hands right into the whisk instead of the switch I was trying to reach. Out of pain and shock, instead of turning it off with the other hand, I moved the switch in the wrong direction to its maximum and broke my finger.











  • 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.