launcher-gtk2.properties 704 B

123456789101112
  1. java-options=-Xss5m \
  2. -Xmx256m \
  3. -Dfile.encoding=\"utf-8\" \
  4. -Dcryptomator.appVersion=\"${SEMVER_STR}\" \
  5. -Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\" \
  6. -Dcryptomator.pluginDir=\"~/.local/share/Cryptomator/plugins\" \
  7. -Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\" \
  8. -Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\" \
  9. -Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\" \
  10. -Dcryptomator.showTrayIcon=false \
  11. -Dcryptomator.buildNumber=\"appimage-${REVISION_NUM}\" \
  12. -Djdk.gtk.version=2