Changes between Initial Version and Version 1 of Ticket #6664, comment 7


Ignore:
Timestamp:
2012-01-17T17:27:05+01:00 (12 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6664, comment 7

    initial v1  
    1 See [4810], [4812].
     1Introduced global cache folder {{{~/.josm/cache}}} (see [4810], [4812], [4813]).
     2
     3You can write a run script that makes JOSM use the XDG folders.
     4
     5Example:
     6{{{
     7java -Djosm.home=$XDG_CONFIG_HOME -Djosm.cache=$XDG_CACHE_HOME -jar josm.jar
     8}}}
     9
     10TODO: user data in a separate folder (`$XDG_DATA_HOME`)