File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,21 +206,23 @@ tasks.register("generateSnapConfiguration"){
206206 command: opt/processing/bin/Processing
207207 desktop: opt/processing/lib/processing-Processing.desktop
208208 environment:
209- LD_LIBRARY_PATH: ${' $' } SNAPopt/processing/lib/runtime/lib:${' $' } LD_LIBRARY_PATH
209+ LD_LIBRARY_PATH: ${' $' } SNAP/opt/processing/lib/runtime/lib:${' $' } LD_LIBRARY_PATH
210+ LIBGL_DRIVERS_PATH: ${' $' } SNAP/usr/lib/${' $' } SNAPCRAFT_ARCH_TRIPLET/dri
210211 plugs:
211212 - desktop
212213 - desktop-legacy
213214 - wayland
214215 - x11
215216 - network
217+ - opengl
216218
217219 parts:
218220 processing:
219221 plugin: dump
220222 source: deb/processing_$version -1_$snaparch .deb
221223 source-type: deb
222224 stage-packages:
223- - openjdk-17-jdk
225+ - openjdk-17-jre
224226 override-prime: |
225227 snapcraftctl prime
226228 chmod -R +x opt/processing/lib/app/resources/jdk-*
You can’t perform that action at this time.
0 commit comments