mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
possible fixes
This commit is contained in:
parent
d9330946a3
commit
78aa85200e
@ -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:
|
|||||||
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:
|
|||||||
- 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:
|
|||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user