--- epiphany-2.17.3/src/ephy-main.c.use-pango 2006-09-13 07:34:22.000000000 -0400 +++ epiphany-2.17.3/src/ephy-main.c 2006-12-05 13:23:09.000000000 -0500 @@ -685,18 +685,7 @@ gtk_about_dialog_set_url_hook (handle_url, NULL, NULL); gtk_about_dialog_set_email_hook (handle_email, NULL, NULL); - /* Work around bug #328844, and avoid the gecko+pango performance problem */ - env = g_getenv ("MOZ_ENABLE_PANGO"); - enable_pango = env != NULL && - env[0] != '\0' && - g_ascii_strtoull (env, NULL, 10) != 0; - - if (eel_gconf_get_boolean (CONF_GECKO_ENABLE_PANGO)) - { - g_print ("NOTE: Enabling gecko pango renderer; this may cause performance degradation.\n" - "You can set " CONF_GECKO_ENABLE_PANGO " to \"false\" to disable it.\n"); - } - else if (!enable_pango) + if (!eel_gconf_get_boolean (CONF_GECKO_ENABLE_PANGO)) { g_setenv ("MOZ_DISABLE_PANGO", "1", TRUE); } --- epiphany-2.17.3/data/epiphany-pango.schemas.use-pango 2006-12-02 12:48:57.000000000 -0500 +++ epiphany-2.17.3/data/epiphany-pango.schemas 2006-12-05 13:24:04.000000000 -0500 @@ -6,50 +6,11 @@ /apps/epiphany/web/enable_pango epiphany bool - false + true Whether to enable the gecko pango renderer Whether to enabled the gecko pango renderer. - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true -