Skip to content

Commit

Permalink
Temp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 19, 2023
1 parent 51c5c83 commit 93e0645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Quelea/launch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
cd $SNAP/jar
export GST_PLUGIN_PATH=$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0
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 -Djdk.gtk.version=2 -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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void configurePaths() {
LOGGER.log(Level.INFO, "Detected Linux");
System.setProperty("jna.tmpdir", System.getProperty("java.io.tmpdir"));
String gstPath = System.getProperty("gstreamer.path",
"/usr/lib/x86_64-linux-gnu/gstreamer-1.0/");
"/usr/lib/x86_64-linux-gnu/");

gstPath = new File(System.getenv("SNAP"), gstPath).getAbsolutePath();

Expand Down

0 comments on commit 93e0645

Please sign in to comment.