Ignore:
Timestamp:
2023-02-25T15:34:04+13:00 (14 months ago)
Author:
davidb
Message:

Tweak to font files used; addition of customArgs to load in a specific collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/webswing/trunk/web/etc/webswing.config.in

    r37332 r37357  
    4141      "theme" : "Murrine",
    4242      "fontConfig" : {
    43         "dialog" : "${webswing.configDir}/fonts/Roboto-Regular.ttf",
     43        "dialog"      : "${webswing.configDir}/fonts/Roboto-Regular.ttf",
    4444        "dialoginput" : "${webswing.configDir}/fonts/RobotoMono-Regular.ttf",
    45         "serif" : "${webswing.configDir}/fonts/RobotoSlab-Regular.ttf"
     45        "monospaced"  : "${webswing.configDir}/fonts/RobotoMono-Regular.ttf",
     46        "serif"       : "${webswing.configDir}/fonts/Roboto-Regular.ttf",
     47    "sansserif"   : "${webswing.configDir}/fonts/Roboto-Regular.ttf"   
    4648      },
    4749      "swingSessionTimeout" : 300,
    4850      "antiAliasText" : true,
    4951      "isolatedFs" : true,
    50       "debug" : true,
     52      "debug" : false,
    5153      "directdraw" : true,
    5254      "allowDelete" : true,
     
    5961      "launcherConfig" : {
    6062        "mainClass" : "org.greenstone.gatherer.GathererProg",
    61     "args": "-gsdl @gsdl3srchomeunix@/gs2build -gsdlos @gsdlos@ -gsdl3 @gsdl3srchomeunix@/web -gsdl3src @gsdl3srchomeunix@ -library_url @external-servleturl@ -webswing"
     63    "args": "-gsdl @gsdl3srchomeunix@/gs2build -gsdlos @gsdlos@ -gsdl3 @gsdl3srchomeunix@/web -gsdl3src @gsdl3srchomeunix@ -library_url @external-servleturl@ -webswing ${customArgs}"
    6264      },
    6365      "homeDir" : "@gsdl3srchomeunix@/gli",
Note: See TracChangeset for help on using the changeset viewer.