[PATCH 2 of 2] Assume font path from CentOS package gnu-free-sans-fonts

Wald Commits scm-commit at wald.intevation.org
Thu Feb 24 19:29:03 CET 2022


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1645725132 -3600
#      Thu Feb 24 18:52:12 2022 +0100
# Branch 3.2.x
# Node ID 28647fff733b096b96959acf29907ce441a0b9ad
# Parent  13e2d38ad31441a36cf37965bc52e0e6618dcb04
Assume font path from CentOS package gnu-free-sans-fonts

diff -r 13e2d38ad314 -r 28647fff733b docker/README
--- a/docker/README	Thu Feb 24 18:49:02 2022 +0100
+++ b/docker/README	Thu Feb 24 18:52:12 2022 +0100
@@ -4,8 +4,6 @@
 _ Change 'localhost' to '0.0.0.0' in artifacts/doc/conf/rest-server.xml
 _ Change 'localhost' to 'd4eriver-artifacts' in the server-url parameter in
   gwt-client/src/main/webapp/WEB-INF/web.xml
-_ Set font path to /usr/share/fonts/gnu-free/FreeSans.ttf in
-  gwt-client/src/main/webapp/WEB-INF/config.yaml
 
 
 Build and run:
diff -r 13e2d38ad314 -r 28647fff733b gwt-client/src/main/webapp/WEB-INF/config.yaml
--- a/gwt-client/src/main/webapp/WEB-INF/config.yaml	Thu Feb 24 18:49:02 2022 +0100
+++ b/gwt-client/src/main/webapp/WEB-INF/config.yaml	Thu Feb 24 18:52:12 2022 +0100
@@ -85,7 +85,7 @@
 # We need a font with unicode support the defaults only
 # have latin1
 fonts:
-  - /usr/share/fonts/truetype/freefont/FreeSans.ttf
+  - /usr/share/fonts/gnu-free/FreeSans.ttf
 
 layouts:
   #===========================================================================


More information about the Dive4Elements-commits mailing list