[mapguide-commits] r8412 - trunk/MgDev/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Oct 17 04:23:24 PDT 2014


Author: jng
Date: 2014-10-17 04:23:23 -0700 (Fri, 17 Oct 2014)
New Revision: 8412

Modified:
   trunk/MgDev/Server/src/Core/serverconfig.ini
Log:
Add default LinuxFontDirectories with known msttcorefonts paths to the default serverconfig.ini. If the user has msttcorefonts installed on Linux, then a default MapGuide install should be able to find these fonts.

Modified: trunk/MgDev/Server/src/Core/serverconfig.ini
===================================================================
--- trunk/MgDev/Server/src/Core/serverconfig.ini	2014-10-17 11:02:34 UTC (rev 8411)
+++ trunk/MgDev/Server/src/Core/serverconfig.ini	2014-10-17 11:23:23 UTC (rev 8412)
@@ -47,6 +47,8 @@
 # FdoPath                          Path where FDO is installed
 # LicenseServerPath                The path to the License server (not used by MapGuide Open Source)
 #                                       0 <= Length <= 255
+# LinuxFontDirectories             A colon-separated (:) list of directories to search for additional fonts on Linux
+#                                  Has no effect on Windows
 # Locale                           The server's locale. If left blank it will default to the operating system locale
 #                                       0 <= Length <= 255
 #                                       Format           : lang[_country_region.code_page]
@@ -90,6 +92,7 @@
 DisplayName                        =
 FdoPath                            = FDO/
 LicenseServerPath                  = @localhost
+LinuxFontDirectories               = /usr/share/fonts/truetype/msttcorefonts:/usr/share/fonts/msttcore
 Locale                             =
 LogsDelimiter                      = \t
 LogsDetail                         =



More information about the mapguide-commits mailing list