After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329461 - Strange characters in yelp
Strange characters in yelp
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
2.13.x
Other All
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-01 13:39 UTC by Matthew East
Modified: 2006-02-17 00:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
bad symbols (83.71 KB, image/png)
2006-02-01 13:40 UTC, Matthew East
  Details
patch to implement epiphany's solution (811 bytes, patch)
2006-02-16 01:43 UTC, Brent Smith (smitten)
committed Details | Review

Description Matthew East 2006-02-01 13:39:05 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:
Comment 1 Matthew East 2006-02-01 13:40:25 UTC
Created attachment 58518 [details]
bad symbols
Comment 2 Sebastien Bacher 2006-02-15 21:05:52 UTC
Maybe an yelp issue, reassign there to get maintainer opinion on it, would be nice to get it fixed for the stable coming :)
Comment 3 Brent Smith (smitten) 2006-02-16 00:56:58 UTC
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
Comment 4 Brent Smith (smitten) 2006-02-16 01:43:25 UTC
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.
Comment 5 Sebastien Bacher 2006-02-16 09:39:19 UTC
The patch works fine on top of 2.13.5 on dapper
Comment 6 Don Scorgie 2006-02-16 18:38:47 UTC
Patch fixes the problem for me.  Brent you want to do the honours?
Comment 7 Brent Smith (smitten) 2006-02-17 00:12:28 UTC
committed in HEAD.