From 03e87bd59de147ab061aa93a7b94ab32992d73af Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 9 Apr 2006 19:52:49 +0000 Subject: A data/epiphany-pango.schemas: 2006-04-09 Christian Persch * data/Makefile.am: A data/epiphany-pango.schemas: * lib/ephy-prefs.h: * src/ephy-main.c: (main): Enable pango for some indic languages, which depend on it for correct rendering. Bug #335799. --- data/Makefile.am | 6 +++--- data/epiphany-pango.schemas | 46 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 data/epiphany-pango.schemas (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 92fffef04..7f9fd11ed 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -30,9 +30,9 @@ desktopdir = $(datadir)/applications desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) schemadir = $(GCONF_SCHEMA_FILE_DIR) -font_schema_files = epiphany-fonts.schemas +extra_schema_files = epiphany-fonts.schemas epiphany-pango.schemas schema_in_files = epiphany.schemas.in epiphany-lockdown.schemas.in -schema_DATA = $(schema_in_files:.schemas.in=.schemas) $(font_schema_files) +schema_DATA = $(schema_in_files:.schemas.in=.schemas) $(extra_schema_files) aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml @@ -73,7 +73,7 @@ endif EXTRA_DIST = \ $(service_in_files) \ $(schema_in_files) \ - $(font_schema_files) \ + $(extra_schema_files) \ $(desktop_in_files) \ $(about_DATA) \ $(mimepermission_DATA) \ diff --git a/data/epiphany-pango.schemas b/data/epiphany-pango.schemas new file mode 100644 index 000000000..5b5ee5a9e --- /dev/null +++ b/data/epiphany-pango.schemas @@ -0,0 +1,46 @@ + + + + + /schemas/apps/epiphany/web/enable_pango + /apps/epiphany/web/enable_pango + epiphany + bool + false + + Whether to enable the gecko pango renderer + Whether to enabled the gecko pango renderer. + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + + -- cgit v1.2.3