• 0 Posts
  • 10 Comments
Joined 4 months ago
cake
Cake day: April 25th, 2026

help-circle


  • Personally, I wouldn’t recommend Vanilla OS.

    • They released v1 based off a non-LTS Ubuntu released and then quickly stopped supporting it while they worked on v2. No security updates.
    • They released v2 with no upgrade path from v1. v2 was based on either Debian Testing or Sid. It did not regular receive updates. Right now the website says that last updates were released in January. Presumably they stopped working on it to work on v3.
    • I’m not sure if you can upgrade from v2 to v3. A fresh install is probably necessary.
    • Mirko founded Vanilla OS but his main focus now seems to be Sinty OS.
    • On a petty note, the website makes you opt out of sharing and selling your personal info to third parties.

    That’s a lot of churn and issues for such as young project that advertises itself to new users.




  • I don’t believe flatpak is directly responsible for Steam’s issues.

    I believe that’s because openSUSE recently added some more security policies. By default, Wine cannot run normally. There’s a package you can install that sets SELinux security policies to allow it to work.

    This is a downside of flatpak’s approach to sandboxing. It aims to work everywhere on every distro, using bubblewrap instead of something like SELinux or AppArmor. But it also does not interact with AppArmor or SELinux, so if they block something, flatpak can’t override that.

    Meanwhile, snap uses AppArmor for sandboxing. So even if there was a policy like openSUSE’s that prevented Wine from working by default, since snap speaks AppArmor, it can give itself the necessary permissions to make Wine work.



  • I don’t think so, this still would let them host it so long as don’t have a “competing fork”. I’ve heard of licenses like Server Side Public License (SSPL) that do you what you say. Basically, that license requires all the infrastructure around the software to be open source to. So something like AWS couldn’t host the software without first open sourcing all their infrastructure.


  • Wayland wants to avoid problems that X11, Windows, and MacOS have. It deliberately avoids some “features” that application developers expect. A lot of it relates to security and privacy.

    An example is that a window does not know where it is positioned on your screen and it cannot choose where to place its windows. Personally, I love this behavior. It means I can open an open and it opens in a consistent location (for most Wayland compositors, that’s centered on the screen). But others don’t like that. They would like the app to control where it opens; for some apps (a niche nowadays) you may have an application window and multiple more supporting windows, but on Wayland, they would all just get opened on top of each other rather than being placed around the main window.