mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -05:00
-Dsun.java2d.opengl=false
This commit is contained in:
parent
fc2dab33a6
commit
6b7fab7fa6
@ -81,7 +81,7 @@ java.application.options: -Dunixfs=false -DuseExtendedFileAttributes=true -DuseC
|
||||
|
||||
# Default Linux Java Options
|
||||
linux.application.options: -Djna.boot.library.path="$LIBRARY_PATH" -Djna.library.path="$LIBRARY_PATH" -Djava.library.path="$LIBRARY_PATH" -Dapplication.dir="$APP_DATA" -Dapplication.cache="$APP_DATA/cache" -Djava.io.tmpdir="$APP_DATA/tmp" -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8"
|
||||
linux.desktop.application.options: -Djdk.gtk.version=2 -Dprism.order=sw -Dsun.java2d.xrender=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dapplication.help=show -Dnet.filebot.UserFiles.fileChooser=JavaFX -DuseGVFS=true -Dnet.filebot.gio.GVFS="$XDG_RUNTIME_DIR/gvfs"
|
||||
linux.desktop.application.options: -Djdk.gtk.version=2 -Dprism.order=sw -Dsun.java2d.opengl=false -Dsun.java2d.xrender=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dapplication.help=show -Dnet.filebot.UserFiles.fileChooser=JavaFX -DuseGVFS=true -Dnet.filebot.gio.GVFS="$XDG_RUNTIME_DIR/gvfs"
|
||||
linux.headless.application.options: -Djava.awt.headless=true
|
||||
|
||||
# Links
|
||||
|
Loading…
Reference in New Issue
Block a user