From 6267fe222d7c815e3c4dbc2a1c968e0188ba103c Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 26 Oct 2023 14:15:02 -0700 Subject: [PATCH 1/2] Update Frame App 7 launch params in frame-sat-kiosk-launcher.sh --- CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh b/CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh index 8187cd17..8c000289 100755 --- a/CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh +++ b/CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh @@ -360,7 +360,7 @@ launchFrame() { # Run Frame App in kiosk mode, auto-arrange displays if more than one monitor attached, using FRAME_LAUNCH_URL with Secure Anonymous Token if [ -n "$LEGACY_FRAMEAPP" ]; then - "$FRAME_APP_PATH" "$FRAME_APP_CLI_SEPARATOR" --kiosk --displays-auto-arrange --url="$FRAME_LAUNCH_URL#token=$token" & + "$FRAME_APP_PATH" "$FRAME_APP_CLI_SEPARATOR" --kiosk --displays-auto-arrange --startup-url="$FRAME_LAUNCH_URL#token=$token" & else "$FRAME_APP_PATH" --kiosk --displays-auto-arrange --url="$FRAME_LAUNCH_URL#token=$token" & fi From 56836d316584dd03b36132e7a59c3d96762f6435 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 26 Oct 2023 14:15:32 -0700 Subject: [PATCH 2/2] Update frame-saml2-kiosk-launcher.sh --- CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh b/CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh index 20ca5999..1c265011 100755 --- a/CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh +++ b/CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh @@ -78,7 +78,7 @@ launchFrame() { # Run Frame App in kiosk mode, auto-arrange displays if more than one monitor attached, using FRAME_LAUNCH_URL with Secure Anonymous Token if [ -n "$LEGACY_FRAMEAPP" ]; then - "$FRAME_APP_PATH" -- --kiosk --displays-auto-arrange --url="$FRAME_LAUNCH_URL#token=$token" & + "$FRAME_APP_PATH" -- --kiosk --displays-auto-arrange --startup-url="$FRAME_LAUNCH_URL#token=$token" & else "$FRAME_APP_PATH" --kiosk --displays-auto-arrange --url="$FRAME_LAUNCH_URL#token=$token" & fi