Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

script: Update lib path for ld #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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