Skip to content

Commit

Permalink
Merge pull request #1 from Whalesbot-AiTeaching/sandbox/rzr/review/ma…
Browse files Browse the repository at this point in the history
…ster

script: Update lib path for ld
  • Loading branch information
qcmiao1998 authored May 10, 2021
2 parents 66dcd36 + 71852e4 commit 08ef634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwayland-preload/xwayland-kiosk-launch
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fi

# Launch Xwayland.
SNAPPY_PRELOAD=$SNAP \
LD_PRELOAD=$SNAP/lib/libxwayland-preload.so \
LD_PRELOAD=$SNAP/usr/local/lib/libxwayland-preload.so \
$SNAP/usr/bin/Xwayland -terminate :${port} &

trap "trap - SIGTERM EXIT && kill -- -$$" SIGINT SIGTERM SIGQUIT EXIT # kill on signal or quit
Expand Down

0 comments on commit 08ef634

Please sign in to comment.