and if linux is better,how to run pirated games and apps in it? thanks

  • kittenzrulz123@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    Since wine isolates applications (inc frontends like Lutris and bottles) they are a bit more secure however be aware they do typically give applications unrestricted access to your home directory. In theory they shouldn’t have access to root permissions since unlike Windows you should never give userspace applications root permission (with limited exceptions).

    That’s just security and with that out of the way compatibility depends, I find steam emulation is a hit or miss but gog games work consistently. So overall it depends but mostly its ok.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      unlike Windows you should never give userspace applications root permission

      This is a best practice on Windows, too. Apps don’t run with admin permissions unless you either explicitly run them with admin permissions, they’re configured to always run as admin (rare), or they request elevation via a UAC prompt.