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.
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
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.
Does Gimp load slowly for people who use KDE?
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
for me, it takes a few seconds on my decent spec laptop. (kde)
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.