From ab4f7972fdc5aab4d9bae41cfdd66b5d562c84d6 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 27 Nov 2016 21:57:50 +0100 Subject: [PATCH] Configure XBoard to use UCI2WB as adapter for UCI dialects The -uxiAdapter option is conditionally set for using UCI2WB in the master settings file, in a way that would overrule the user settings only if the latter still has it as an empty string. --- xboard.conf | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/xboard.conf b/xboard.conf index 1457551..457cd81 100644 --- a/xboard.conf +++ b/xboard.conf @@ -151,4 +151,7 @@ dialog text pops up help on it} -saveSettingsOnExit true -saveSettingsFile "~/.xboardrc" -settingsFile "~/.xboardrc" - +; +; use uci2wb as UxI adapter for who has not specified differently +; +-uxiAdapter {@@@@@uci2wb -%variant "%fcp" "%fd"} -- 1.7.0.4