Skip to content

Commit

Permalink
The last commit worked - attempting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 7, 2024
1 parent ac7ed98 commit f4a8388
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Quelea/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ cd $SNAP/jar
export GST_PLUGIN_PATH=$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0
export GST_PLUGIN_SCANNER=$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0/gst-plugin-scanner
export G_FILENAME_ENCODING=UTF-8
export XDG_DATA_DIRS=/snap/quelea/current/usr/share/glib-2.0/schemas:$SNAP/usr/share/ubuntu:$SNAP/usr/local/share/:$SNAP/usr/share/:$SNAP/var/lib/snapd/desktop
export XDG_DATA_DIR=/snap/quelea/current/usr/share/glib-2.0/schemas:$SNAP/usr/share/ubuntu:$SNAP/usr/local/share/:$SNAP/usr/share/:$SNAP/var/lib/snapd/desktop
jvm/bin/java --add-exports=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED -Djdk.gtk.verbose=true -DVLCJ_INITX=no -Duser.dir=$SNAP/jar -Dfile.encoding=UTF-8 -Dprism.dirtyopts=false -Djavafx.cachedir=$SNAP_USER_COMMON -jar $SNAP/jar/Quelea.jar --userhome=$SNAP_USER_COMMON
2 changes: 0 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ parts:
cp -a $SNAPCRAFT_STAGE/jar/. $SNAPCRAFT_PRIME/jar/.
chmod +x $SNAPCRAFT_PRIME/jar/launch.sh
rm -rf $SNAPCRAFT_PRIME/jar/winjre64
export GDK_PIXBUF_MODULEDIR=/snap/quelea/current/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders
glib-compile-schemas $SNAPCRAFT_PRIME/usr/share/glib-2.0/schemas/
$SNAPCRAFT_PRIME/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders > $SNAPCRAFT_PRIME/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache

0 comments on commit f4a8388

Please sign in to comment.