Skip to content

Instantly share code, notes, and snippets.

@Postrediori
Last active July 17, 2023 16:09
Show Gist options
  • Save Postrediori/6846779a689bcbbe64eca49a843d624d to your computer and use it in GitHub Desktop.
Save Postrediori/6846779a689bcbbe64eca49a843d624d to your computer and use it in GitHub Desktop.
Workaround for GIMP2 long font loading during startup

Workaround for GIMP2 long font loading during startup

Navigate to %localappdata%\fontconfig\cache

Sort the files by date and check the most recent ones. There should be:

  • some-long-hash (usually 1MB or more)
  • some-long-hash.NEW (usually 1MB or more, slightly bigger that the one above if you added fonts)

Rename someverylongname to someverylongname.OLD

Rename someverylongname.NEW to someverylongname

Restart GIMP2

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment