snapcrafters / scummvm

A community-maintained package to easily install ScummVM on Linux
MIT License
7 stars 3 forks source link

Fix LD_LIBRARY_PATH for daemon execution #24

Closed AlanGriffiths closed 4 years ago

AlanGriffiths commented 4 years ago

Missing $SNAP/usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/ means a crash with:

2020-06-01T08:40:54Z scummvm.daemon[7213]: + exec /snap/scummvm/3860/bin/scummvm -f
2020-06-01T08:40:55Z scummvm.daemon[7213]: /snap/scummvm/3860/bin/scummvm: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
lotharsm commented 4 years ago

Thanks, nice catch!