Changes between Version 42 and Version 43 of Help/CommandLineOptions


Ignore:
Timestamp:
2021-01-19T11:49:26+01:00 (4 years ago)
Author:
Hb---
Comment:

Default directories for XDG Linux and Windows

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v42 v43  
    2323
    2424**Note:** The term {{{josm.jar}}} is a common abbreviation for the file names ''josm-tested.jar'' and ''josm-latest.jar''.
    25 The name ''josm.jnlp'' also stands for ''josm-latest.jnlp''.
     25The term ''josm.jnlp'' also stands for ''josm-latest.jnlp''.
    2626As usual the command line arguments are separated by space from each other.
    2727
     
    9393      -Djosm.dir.name=JOSM                      Change the JOSM directory name
    9494      -Djosm.pref=/PATH/TO/JOSM/PREF            Set the preferences directory
    95                                                 Default: C:\Users\name\AppData\Roaming\JOSM
     95                                                Default (Linux XDG): /home/name/.config/JOSM
     96                                                Default (Windows): C:\Users\name\AppData\Roaming\JOSM
    9697      -Djosm.userdata=/PATH/TO/JOSM/USERDATA    Set the user data directory
    97                                                 Default: /home/name/.local/share/JOSM
     98                                                Default (Linux XDG): /home/name/.local/share/JOSM
     99                                                Default (Windows): C:\Users\name\AppData\Roaming\JOSM
    98100      -Djosm.cache=/PATH/TO/JOSM/CACHE          Set the cache directory
    99                                                 Default: <...>
     101                                                Default (Linux XDG): /home/name/.cache/JOSM
     102                                                Default (Windows): C:\Users\name\AppData\Local\JOSM\cache
    100103      -Djosm.home=/PATH/TO/JOSM/HOMEDIR         Set the common directory for preferences,
    101104                                                user data and ./cache/. Lower precedence.