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.
It’s not a small library.
it’s featherweight compared to Windows Desktop, tho
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.
Everything loads slower on Windows. I’ve run programs through fucking Wine that still load faster than they do on Windows.
It’s been a while since I’ve used GIMP, but I recall even loading it on Linux taking over a minute.
Sometimes it does take a few seconds for me as well, but not even close to a full minute. That must’ve been on an HDD, right?
It’s been a while, so it may have been on a HDD.
pro-tip you can run gimp on WSL2 and have its xwindow appear within windows just like a normal application. The ONLY way to run gimp on windows imo.
https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps
How
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.