GNOME Bugzilla – Bug 329461
Strange characters in yelp
Last modified: 2006-02-17 00:12:28 UTC
Please describe the problem: https://launchpad.net/distros/ubuntu/+source/yelp/+bug/28638 Yelp shows some strange characters in place of bullet points in tables of contents. The screenshot says it all. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 58518 [details] bad symbols
Maybe an yelp issue, reassign there to get maintainer opinion on it, would be nice to get it fixed for the stable coming :)
epiphany works around this issue by setting MOZ_DISABLE_PANGO=1 in the environment Feb 11 14:43:18 chpe ephy does this: Feb 11 14:43:20 chpe /* Work around bug #328844 */ Feb 11 14:43:20 chpe env = g_getenv ("MOZ_ENABLE_PANGO"); Feb 11 14:43:20 chpe if (env == NULL || Feb 11 14:43:20 chpe env[0] == '\0' || Feb 11 14:43:20 chpe strcmp (env, "0") == 0) Feb 11 14:43:21 chpe { Feb 11 14:43:23 chpe g_setenv ("MOZ_DISABLE_PANGO", "1", TRUE); Feb 11 14:43:25 chpe } Feb 11 14:43:27 chpe before starting gecko
Created attachment 59442 [details] [review] patch to implement epiphany's solution I need people compiling against ff 1.5 or on dapper to test this and see if fixes the issue.
The patch works fine on top of 2.13.5 on dapper
Patch fixes the problem for me. Brent you want to do the honours?
committed in HEAD.