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

possible fixes

parent d9330946
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,10 @@ architectures: [amd64] ...@@ -12,10 +12,10 @@ architectures: [amd64]
compression: lzo compression: lzo
icon: snap/gui/autopsy.png icon: snap/gui/autopsy.png
plugs: # plugs:
system-files-autopsy: # system-files-autopsy:
interface: system-files # interface: system-files
read: [/dev] # read: [/dev]
# does not appear necessary as writing to home directory gets written to $SNAP_USER_DATA: https://snapcraft.io/docs/environment-variables # does not appear necessary as writing to home directory gets written to $SNAP_USER_DATA: https://snapcraft.io/docs/environment-variables
# layout: # layout:
...@@ -31,7 +31,7 @@ apps: ...@@ -31,7 +31,7 @@ apps:
environment: environment:
jdkhome: $SNAP/usr/lib/jvm/java-17-openjdk-amd64 jdkhome: $SNAP/usr/lib/jvm/java-17-openjdk-amd64
# provide means for java gstreamer to find gstreamer libs # provide means for java gstreamer to find gstreamer libs
jreflags: $jreflags "-Djava.io.tmpdir=$HOME/tmp" "-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/usr/local/lib" jreflags: $jreflags '-Djava.io.tmpdir=$HOME/tmp' '-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/usr/local/lib'
#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} #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 # make sure path is set up to ensure things like photorec are found
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin:$PATH PATH: $SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
...@@ -55,7 +55,7 @@ apps: ...@@ -55,7 +55,7 @@ apps:
- daemon-notify - daemon-notify
- desktop - desktop
- desktop-launch - desktop-launch
- desktop-legacy # - desktop-legacy
- dm-crypt - dm-crypt
- firewall-control - firewall-control
- fuse-support - fuse-support
...@@ -76,11 +76,11 @@ apps: ...@@ -76,11 +76,11 @@ apps:
- raw-usb - raw-usb
- removable-media - removable-media
- sd-control - sd-control
- system-files-autopsy # - system-files-autopsy
- system-observe - system-observe
- system-trace - system-trace
- udisks2 - udisks2
- unity7 # - unity7
- unity8 - unity8
- wayland - wayland
- x11 - x11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment