this post was submitted on 24 Jul 2023
8 points (83.3% liked)

linuxmemes

21143 readers
1552 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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!

    founded 1 year ago
    MODERATORS
    8
    GIMP (credit to mrAnmolv) (lemmy.xylight.dev)
    submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
     
    top 13 comments
    sorted by: hot top controversial new old
    [–] [email protected] 4 points 1 year ago (2 children)

    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.

    [–] [email protected] 3 points 1 year ago (1 children)

    It's not a small library.

    it's featherweight compared to Windows Desktop, tho

    [–] [email protected] 2 points 1 year 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.

    [–] [email protected] 0 points 1 year ago (2 children)

    Does Gimp load slowly for people who use KDE?

    [–] [email protected] 1 points 1 year 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

    [–] [email protected] 1 points 1 year ago

    for me, it takes a few seconds on my decent spec laptop. (kde)

    [–] [email protected] 2 points 1 year ago

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

    [–] [email protected] 1 points 1 year ago (1 children)

    It's been a while since I've used GIMP, but I recall even loading it on Linux taking over a minute.

    [–] [email protected] 0 points 1 year ago (1 children)

    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?

    [–] [email protected] 1 points 1 year ago

    It’s been a while, so it may have been on a HDD.

    [–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

    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

    [–] [email protected] 0 points 1 year ago (1 children)
    [–] [email protected] 1 points 1 year 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.