Skip to content

Instantly share code, notes, and snippets.

@alechko
Created December 6, 2015 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alechko/b1e9436b5a2507c50224 to your computer and use it in GitHub Desktop.
Save alechko/b1e9436b5a2507c50224 to your computer and use it in GitHub Desktop.
fixing "../../../../src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed."
# after upgrading wheezy or after dist-upgrade wheezy to jessie
# I was getting this error almost on every program like sublime text, gimp and many more
# ../../../../src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
# here's what fixed it for me:
sudo dpkg-reconfigure fontconfig-config
# selecting "Native" -> "Automatic" -> "No"
# by that point everything was working good, but just to make sure run:
sudo dpkg-reconfigure fontconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment