• mub@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    19 hours ago

    Hold up. Is this the Electron that is effectively just google chrome running web apps ? I thought this was undesirable, it being bloated and slow? I’ve noticed a few server apps starting to use Electron, which seems like a bad idea. What have I missed, and why is it so important?

    • Nobody@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      It certainly has it’s issues. Takes up quite a bit of space since each app tends ships its own copy of electron (though distros like Arch do try to make apps share a single Electron build). Apps may ship out of date versions that may have security vulnerabilities, though it’s not always the end of the world since they tend not to access outside of their own domains. As for slowness and resource usages, it’s bit of a tricky subject; an Electron app can be optimized, but will always use quite a bit of RAM.

      Though undeniably they have been beneficial for Linux if only because it allows some companies to support Linux without too much extra work.

    • Nobody@lemmy.worldOP
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      SSD is still supported, just tested Spotify and Flathub’s Electron test app in a VM with Plasma.

  • Mactan@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    2 days ago

    now to wait out the years for old game launchers and wine to follow suit, and years more for proton to get it…

      • Mactan@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        2 days ago

        electron/cef apps doing cross process rendering can’t display sooo

          • Spectrism@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 day ago

            Then you’re either not using the native wayland driver, or you’re running apps that don’t use cross-process rendering. Try Ubisoft Connect or Jagex Launcher. Ubisoft Connect just displays a tiny window with nothing in it, but is probably supposed to show an error message, and Jagex launcher just shows a black screen, according to this comment.

            So unless you use a wine version patched to include the cross-process rendering code that was apparently already developed by Collabora (which I think is located here), you’re not gonna get these apps to work.