Skip to content
Snippets Groups Projects
Commit c5d16981 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

fix for top level layout directory

parent 3723bf01
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ plugs:
read: [/]
layout:
/tmp:
/$HOME/tmp:
bind: $SNAP_DATA/tmp
/$HOME/.autopsy:
bind: $SNAP_DATA/appdata
......@@ -29,7 +29,7 @@ apps:
environment:
jdkhome: $SNAP/usr/lib/jvm/java-17-openjdk-amd64
# provide means for java gstreamer to find gstreamer libs
jreflags: $jreflags "-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu"
jreflags: $jreflags "-djava.io.tmpdir=$HOME/tmp -Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu"
#LD_LIBRARY_PATH: ${SNAP}/usr/local/lib:${SNAP}/usr/lib/x86_64-linux-gnu/gstreamer-1.0:${SNAP}/usr/lib/x86_64-linux-gnu:${SNAP}/lib/x86_64-linux-gnu:${SNAP}/usr/lib/x86_64-linux-gnu/glib-2.0:${LD_LIBRARY_PATH}
# make sure path is set up to ensure things like photorec are found
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment