For my “convenience” and because in this way they can show ads and clickbait

Also: I SET A FUCKING GROUP POLICY THAT DISABLES THE SEARCH BAR; WHY THEY FUCKING IGNORE IT???

  • silly goose meekah@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 months ago

    isn’t WINE for running windows only stuff on linux? or is the software you use actually utilizing some windows specific API?

    • TalesFromTheKitchen@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      Yeah I’ve heard Wine has gotten really decent. Maybe I should give it a shot. Change is always a bit hard, when it comes to habits.

      • silly goose meekah@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        9 months ago

        absolutely agree on that last part. but yeah, apparently valve really accelerated the development of those translation layers for the steam deck.

        • Flaky@iusearchlinux.fyi
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          9 months ago

          For regular gaming experiences, WINE and Proton are brilliant. For some .NET stuff it’s still lacking. On WINE, MusicBee for example lacks proper CJK font redirection and dragging the tabs on it causes MusicBee to throw errors. You might also run into issues gaming if you have certain setups + controllers too.

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

            For some .NET stuff it’s still lacking.

            .NET runs natively on Linux now. so newer apps should work fine unless they’re using Windows-specific APIs. For the legacy .NET Framework 4.x, they should work in Mono.

          • barsoap@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            9 months ago

            .NET stuff

            Have you tried using mono? It does winforms by now though apps doing direct Win32 API calls (bypassing the actual .NET stuff) are iffy no matter what.