Comment 7 for bug 19066

Revision history for this message
Dr. Stefan Schimanski (sttts) wrote : Re: Mathml rendering broken in mozilla-firefox package

A short time fix comes from here:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=150393

Disable Pango in the firefox start script by commenting out:

  MOZ_DISABLE_PANGO=1
  export MOZ_DISABLE_PANGO

Voila, it works again.