Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…m-Partitions into master
  • Loading branch information
rneher-igel committed Nov 1, 2023
2 parents 98ff201 + dda09e8 commit dd85aab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified CP_Packages/Apps/Frame.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion CP_Source/Apps/Frame/build/frame-saml2-kiosk-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CP_Source/Apps/Frame/build/frame-sat-kiosk-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd85aab

Please sign in to comment.