| # 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