Skip to content

Commit 7840cf2

Browse files
committed
fix: add epiphany-browser libs to LD_LIBRARY_PATH
1 parent c2c7dcb commit 7840cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ environment:
4444
PYTHON_LIB_DYNLD: $SNAP/usr/lib/python3.12/lib-dynload
4545
PYTHONPATH: $PYTHON_SITE_PKGS:$PYTHON_APT_PKGS:$PYTHON_LIB_DYNLD
4646
# https://forum.snapcraft.io/t/libpxbackend-1-0-so-cannot-open-shared-object-file-no-such-file-or-directory/44263/2
47-
LD_LIBRARY_PATH: $SNAP/usr/lib:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
47+
LD_LIBRARY_PATH: $SNAP/usr/lib:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/epiphany-browser
4848

4949
# FIXME: Also support logos4 and libronixdls URL Schemes by adding a new .desktop file with MimeType. It may just work from there.
5050

0 commit comments

Comments
 (0)