• 17 Posts
  • 208 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Since it’s ELI5, I’ll try to be as clear as possible. Windows and Linux distros are different operating systems, so their programs are their own. If there isn’t a compatibility layer present (or an emulator) you won’t be able run a program written for the other system. What Steam does on Linux is, it uses a compatibility layer (Proton) to run Windows games. Proton is Valve’s version of WINE with some specific improvements, mostly targeting Steam games. That’s how Steam Deck works. You can think the other way around of this is Microsoft’s WSL (not exactly).

    So, because of there needs to be a compatibility layer, it might not always work as intended for some games (though numbers are decreasing with every update). Most of these games are games that use an anti-cheat, though Valve included Linux versions of BattlEye and EasyAntiCheat in Proton, and if a developer uses it, there is no problem for that game. For example, Hell Let Loose works fine because of this. Note that, some games will use kernel level anti-cheat (or currently using), those games won’t run at all.

    From what I found, there is also a possibility that you might have a hard time with some older games that use a custom-built engine. I mostly encountered this with some Japanese games. Though, those games usually don’t work on something over Windows 7 too.









  • I approached this as they are more techie than a regular user, so they can learn Linux faster if they want. Otherwise, it’s their job and they are not a regular user. It’s the same for MS Office too. If it’s related to someone else’s job, it’s most likely irreplaceable. However MS Office is not a must for people who just want to write or do some spreadsheet.

    Basically I exclude jobs from “everyday users”.

    Well, it’s true that Photoshop has no real competitor, at least in the FOSS world. Otherwise we wouldn’t have this conversation. :)


  • I mean, I get MS Office part but do normal people use Adobe stuff (aside from Acrobat)? As I see, normal people don’t even know how to use Photoshop. The ones who can use Adobe products can use Linux as well without a hassle in my opinion. However, a change requires to relearn things. Probably that’s the reason people don’t seek a change, unless they feel a little adventurous.

    If it ain’t broke, don’t fix it! Hopefully, Microsoft will break that cycle.






  • It’s really fine if they have no access to internet. They probably have their software that works fine with it, and probably won’t work on newer OSes. There is an airport that still uses Win 3.1 on some computers, don’t recall the name though.

    Funny thing is, XP still appears on Windows market share.




  • systemd always requires root password for poweroff and reboot commands and polkit does that for you normally when using GUI. However that problem occurs when polkit timeout runs out. I don’t know the exact mechanism behind it so I cannot tell exactly when it happens. When it doesn’t do that, those commands don’t run via a GUI. So this is on part systemd and part the distro.



  • It actually doesn’t crash, it just cannot show the requirement of the root password in a dialog. I think this can be fixed via lengthen the timeout of polkit. Though I can understand why most distros don’t change the default time because of security reasons. It would be nice if they give an option for it, at least for personal use cases. However, completely removing that timeout would be a security problem, even if the only user is you.