Skip to content

Commit

Permalink
script: Update lib path for ld
Browse files Browse the repository at this point in the history
I have observed that Ubuntu core-20 installs to
/usr/local so this should be updated

Relate-to: adoptware/pinball#21
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Mar 10, 2021
1 parent 66dcd36 commit 71852e4
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 71852e4

Please sign in to comment.