1
0
mirror of synced 2026-01-14 07:49:47 +00:00

Merge pull request #1419 from Interlisp/fgh_LDEKBDTYPE

Set LDEKBDTYPE to X in run-medley - if not already set.  Works around issue with loading VIRTUALKEYBOARDS
This commit is contained in:
Frank Halasz 2023-11-17 23:20:26 -08:00 committed by GitHub
commit 14fbff63cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,10 @@ if [ -z "$geometry" ] ; then
screensize="-sc 1440x900"
fi
if [ -z "${LDEKBDTYPE}" ]; then
export LDEKBDTYPE="X"
fi
if ! command -v "$prog" > /dev/null 2>&1; then
# if lde is already on path, don't reset it
# otherwise check for MAIKODIR