mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-24 21:45:54 +08:00
Make Snap library path explicit to track down segfault
This commit is contained in:
parent
237f809170
commit
e5e5756e09
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ apps:
|
||||||
command: desktop-launch $SNAP/usr/share/mailspring/mailspring
|
command: desktop-launch $SNAP/usr/share/mailspring/mailspring
|
||||||
desktop: usr/share/applications/mailspring.desktop
|
desktop: usr/share/applications/mailspring.desktop
|
||||||
environment:
|
environment:
|
||||||
|
LD_LIBRARY_PATH: $SNAP_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu/pulseaudio:$SNAP/usr/lib/x86_64-linux-gnu/mesa-egl:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu
|
||||||
|
PATH: $SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH
|
||||||
# Correct the TMPDIR path for Chromium Framework/Electron to
|
# Correct the TMPDIR path for Chromium Framework/Electron to
|
||||||
# ensure libappindicator has readable resources.
|
# ensure libappindicator has readable resources.
|
||||||
HOME: $SNAP_USER_COMMON
|
HOME: $SNAP_USER_COMMON
|
||||||
|
|
Loading…
Add table
Reference in a new issue