• Album@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 months ago

    Linux loads the gtk libs when your desktop starts because it’s a major component of gnu/gnome. Windows doesn’t until you launch an app that would use it. It’s not a small library.

    • heeplr@feddit.de
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months ago

      It’s not a small library.

      it’s featherweight compared to Windows Desktop, tho

      • Album@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        Sure… But the point is that it’s an apples to oranges compare when half of gimp is loaded by the OS at boot under Linux and at runtime on Windows.

      • Album@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        I don’t use KDE any more so I don’t follow closely. But it used to be significantly slower. I recall some years back they were working to change KDE loading of gtk libs but I’m not sure what came out of that

  • donuts@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    Everything loads slower on Windows. I’ve run programs through fucking Wine that still load faster than they do on Windows.

      • redcalcium@lemmy.institute
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Here is the WSLg repo if you’re curious about how it works: https://github.com/microsoft/wslg

        Basically, Microsoft take a Wayland compositor (Weston) and modify it to add support to enable automatic RDP connection to the Windows host. They also added support to RDP individual application window instead of the full desktop. The result is the Wayland compositor will render the application windows over RDP when you run any GUI app.