1
0
mirror of synced 2026-03-05 19:19:56 +00:00

Set LDEKBDTYPE to X in run-medley - if not already set. Fixes issue with loading VIRTUALKEYBOARDS

This commit is contained in:
Frank Halasz
2023-11-13 12:42:34 -08:00
parent c62c183ae4
commit 914604a6eb

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