launcher-gtk2.properties 842 B

1234567891011121314
  1. java-options=-Xss5m \
  2. -Xmx256m \
  3. --enable-preview \
  4. --enable-native-access=org.cryptomator.jfuse.linux.amd64,org.cryptomator.jfuse.linux.aarch64 \
  5. -Dfile.encoding=\"utf-8\" \
  6. -Dcryptomator.appVersion=\"${SEMVER_STR}\" \
  7. -Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\" \
  8. -Dcryptomator.pluginDir=\"~/.local/share/Cryptomator/plugins\" \
  9. -Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\" \
  10. -Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\" \
  11. -Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\" \
  12. -Dcryptomator.showTrayIcon=false \
  13. -Dcryptomator.buildNumber=\"appimage-${REVISION_NUM}\" \
  14. -Djdk.gtk.version=2