• woelkchen@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 day ago

    Does this mean geforce now on Linux

    The “installer” is just a set of scripts. Quote from the “NVIDIA GeForce NOW” bash script:

    flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1024,640 --force-device-scale-factor=1.25 --device-scale-factor=1.25 --app=https://play.geforcenow.com/

    It’s just an icon for the Flatpak version of Google Chrome opening https://play.geforcenow.com/

    Hardly a game changer.

    • Mwa@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      21 hours ago

      Why cant they properly port the thing and why not use electron like windows and mac app(Maybe their using chromium embedded framework idk)

    • FubarberryOPM
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 day ago

      That’s the current setup for playing Geforce Now on steam deck/linux. The app announced in the news post will be a native app, not just kiosk chrome wrapper. They also mentioned it will support HDR which currently isn’t possible with the kiosk chrome wrapper.

      The official app for it comes later this year.

      • woelkchen@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        The app announced in the news post will be a native app, not just kiosk chrome wrapper.

        So it’ll be CEF opening https://play.geforcenow.com/

        Why would it not be some way to launch the website? As long as it’s x86-64 code, it’s technically native.