Firefox

From LocalizationWiki

Compiling firefox with dzongkha support(with pango enabled)


Firefox Patch

Since Pango now uses cairo rather than xft for rendering, we have to apply tho following patch. (Not : I got the patch from jaldhar of indlinux and it works for seamonkey too)


--- gfx/src/gtk/mozilla-decoder.cpp.orig 2006-07-18 02:46:42.000000000 -0400 +++ gfx/src/gtk/mozilla-decoder.cpp 2006-07-18 02:50:01.000000000 -0400 @@ -40,7 +40,7 @@

 #define PANGO_ENABLE_ENGINE
#include "mozilla-decoder.h"

-#include +#include

# include
# include
# include

@@ -208,7 +208,7 @@

         }
     }

-pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())), +pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()),

                                             mozilla_find_decoder,
                                             NULL,
                                             NULL);