1
0
mirror of synced 2026-04-26 20:27:37 +00:00

Merge branch 'master' into fgh_loadup-vnc

Signed-off-by: Frank Halasz <frank@halasz.org>
This commit is contained in:
Frank Halasz
2025-06-16 22:18:13 -07:00
committed by GitHub
32 changed files with 310 additions and 1449 deletions

View File

@@ -162,6 +162,11 @@ main() {
# internal
noendmsg=true
;;
--forcevnc)
# internal - for testing
# WSL only -otherwise warning msg from medley
force_vnc="+"
;;
-z | -man | --man )
if [ "$(uname)" = "Darwin" ]
then

View File

@@ -161,6 +161,7 @@ loadup_finish () {
exit ${exit_code}
}
force_vnc="-"
run_medley () {
/bin/sh "${MEDLEYDIR}/scripts/medley/medley.command" \
--config - \
@@ -172,6 +173,7 @@ run_medley () {
--greet "${initfile}" \
--sysout "$1" \
--vnc "${LOADUP_USE_VNC}" \
--automation \
"$2" "$3" "$4" "$5" "$6" "$7" ;
exit_code=$?
}