Basically every app is sandboxed to some extent. That way you don’t get conflicting dependencies. Because I use this machine for work, game performance is a much lower priority than file system permissions and stability and for most typical workloads. MacOS does the same thing by default now and very few apps get access to the actual root directory.
Comment on 7 years later, Valve's Proton has been an incredible game-changer for Linux
sunbytes@lemmy.world 3 weeks agoI’ve been using mint exclusively for like 3 months and have been using a hearty blend of terminal installs and the program manager app.
It seems to not have caused any problems YET, but I’ve been assured it will. I see flatpack conversations a lot and don’t fully understand the differences (apart from the install method).
Is it worth understanding and committing to a single system or can I just be a low-power user for a while?
olympicyes@lemmy.world 3 weeks ago
enthusiasm_headquarters@lemmy.world 2 weeks ago
MacOS has more than sandboxed… they are basically removing the ability of a user to do anything to their computers. I can’t fix my dad’s imac (I used to fix my own macs), they are impenetrable… They’ve more than “sandboxed” apps, they’re forcing all but previously established powerusers to take their dying overpriced lumps to the Apple store. This, they say, is “good for you.” I loved Apple for 8 or so years. Hate them to death now.
My 9-year-old quad-core running Mint MATE 22 boots up faster than both my dad’s 2-year old iMac and my 6-core PC running Win11. And I can tell you what every process running is doing… bonus.
enthusiasm_headquarters@lemmy.world 3 weeks ago
One thing you might notice is that flatpak defaults to “system” installs. Is your root system directory filling up? You probably want to start installing onto onto --user, as this will put things in /home where they belong and, by default, sandbox permissions away from root (that, too, can be easily changed).
I’ve been running Mint MATE for about 9 years. Love it to death.
olympicyes@lemmy.world 3 weeks ago
Recommending the —user flag is good advice and isn’t intuitive!