Changes between Version 27 and Version 36 of Help/Preferences
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences
v27 v36 1 1 [[TranslatedPages]] 2 [[PageOutline(2-10,Table of Contents)]] 2 3 3 4 = Preferences Overview = 4 5 5 The preference data in JOSM is composed of a set of name->value pairs. The setting names are mostly ''namespaced'' with dot `.` separated words. Many JOSM plugins store their preferences grouped in a namespace. 6 6 7 You can get a similar raw view by viewing th is file, but this [Help/Preferences/Advanced 'Advanced' preferences panel] is intended to provide an easier alternative.7 You can get a similar raw view by viewing these files, but the preferences' panel [[JOSMImage(preferences/advanced,link=,24,middle)]] [wikitr:/Help/Preferences/Advanced advanced preferences] is intended to provide an easier alternative. 8 8 9 == Menus == 10 11 Most of the settings can be reached via menus 12 * [[Help/Action/Preferences]] 13 * [[Help/Preferences/Advanced]] 9 Most of the settings can be reached via menus in the [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences preferences dialog]. 14 10 15 11 == Other preferences == 12 * [wikitr:"/Help/JOSM interface customization" JOSM interface customization] 16 13 17 * [[Help/JOSM interface customization]]18 14 19 == JOSM preference/data/cache directories == 15 == JOSM preference/data/cache directories ==#JOSMpreferencedatacachedirectories 16 {{{#!comment 17 #JOSMpreferencedatacachedirectories is called from Help/Preferences/Plugins - Manual installation 18 }}} 20 19 21 20 JOSM stores 3 kinds of files in different directories: … … 24 23 Cache:: Files downloaded from the internet and stored for a limited time to avoid repeated downloads and allow faster access. For example imagery tiles and startup news. 25 24 26 The default location of the directories depends on your operating system .25 The default location of the directories depends on your operating system and is listed in the [wikitr:/Help/Action/About#InstallationDetails Installation details] tab of the [[JOSMImage(logo_48x48x32,link=,middle,24)]][wikitr:/Help/Action/About About dialog] in the [wikitr:/Help/Menu/Help Help menu] 27 26 28 27 === Windows === 29 30 '''Preferences''' and '''user data''' is stored in 28 **Preferences** and **user data** is stored in 31 29 {{{ 32 30 %APPDATA%\JOSM … … 34 32 To locate this folder, try opening Explorer window and paste the following text in location, then hit enter: `%APPDATA%\JOSM`, On Windows Vista and later, it should be something like `C:\Users\<YourName>\AppData\Roaming\JOSM`. Note, that the directory `C:\Users\<YourName>\AppData` can be hidden by default. 35 33 36 The '''cache'''is located in34 The **cache** is located in 37 35 {{{ 38 36 %LOCALAPPDATA%\JOSM\cache … … 45 43 46 44 === MacOS=== 47 48 45 On MacOS, the default locations are as follows: 49 46 Preferences:: `Users/<YourName>/Library/Preferences/JOSM` … … 52 49 53 50 === Linux === 54 55 51 Since r11162, JOSM uses the [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] for fresh installations, i.e. 56 52 Preferences:: `$HOME/.config/JOSM` … … 65 61 Cache:: `$HOME/.josm/cache` 66 62 63 If JOSM is installed via flatpak, the locations are 64 Preferences:: `$HOME/.var/app/org.openstreetmap.josm/config` 65 User data:: `$HOME/.var/app/org.openstreetmap.josm/data` 66 Cache:: `$HOME/.var/app/org.openstreetmap.josm/cache` 67 68 67 69 JOSM will continue to use the old locations if the directory `$HOME/.josm` exists. If you have a fresh installation but prefer the old scheme, you can create the `$HOME/.josm` directory by hand. 68 70 69 Note on hidden files: File names beginning with a dot are hidden on Linux. To show the contents of the hidden folder, use the file manager and enter "~/.josm"in the address line (if no address line is visible just try to enter a letter and hopefully a popup to enter the address will open). Alternatively, it is possible to "show hidden" files and folders in the file manager, using the keyboard shortcutCtrl+H.71 Note on hidden files: File names beginning with a dot are hidden on Linux. To show the contents of the hidden folder, use the file manager and enter `~/.josm` in the address line (if no address line is visible just try to enter a letter and hopefully a popup to enter the address will open). Alternatively, it is possible to "show hidden" files and folders in the file manager, using the keyboard shortcut `Ctrl+H`. 70 72 71 === Customization (all operating systems) === 72 73 === Customization (all operating systems) === #Customizationalloperatingsystems 73 74 ==== Setting all 3 locations ==== 74 75 The locations can be set using system properties specified from the [[Help/CommandLineOptions|commandline]]: 75 The locations can be set using system properties specified from the [wikitr:/Help/CommandLineOptions command line]: 76 76 Preferences:: `-Djosm.pref=...` 77 77 User data:: `-Djosm.userdata=...` … … 84 84 85 85 ==== Setting a common directory ==== 86 87 86 Alternatively, all 3 locations can be moved to a common location using the system property `-Djosm.home=...`. 88 87 For example with … … 96 95 97 96 ==== Changing the directory base name ==== 98 99 97 Instead of specifying the full path for the JOSM directories, you can use the system property `-Djosm.dir.name=` to modify just the name of the last directory component, which is `JOSM` by default. This is especially useful in order to keep multiple ''profiles'' on one computer, which should not interfere. For example, to have one profile for productive work with the stable tested version and one for the experimental development version, you would start the development version like this: 100 {{{ 98 {{{#!sh 101 99 java -Djosm.dir.name=JOSM-dev -jar josm-latest.jar 102 100 }}} … … 108 106 (For locations in the style prior to r11162, the lower-case version with the prepended dot will be used, e.g. `$HOME/.josm-dev`.) 109 107 108 110 109 === preferences.xml Schema === 110 See [/preferences-1.0.xml]. 111 111 112 http://josm.openstreetmap.de/preferences-1.0 113 114 Some descriptions can be found in [[Help/Preferences/ImportExport]] (stub) 112 Some descriptions can be found in [wikitr:/Help/Preferences/ImportExport Custom configuration XML files for JOSM] 115 113 116 114 === Auto save subfolder === 115 Utilized by [wikitr:/Help/Action/AutoSave autosave function]. 117 116 118 Utilized by [wiki:/Help/Action/AutoSave autosave function].119 117 120 118 == See also == 121 * [[Help/ResetPreferences]] - ways to reset preferences 122 * [[Help/Action/AutoSave]] feature 123 * [[Help/CommandLineOptions]] - how to change/load custom settings via command line 119 * [wikitr:/Help/Action/About#InstallationDetails Installation details] 120 * [wikitr:/Help/ResetPreferences Reset preferences] - ways to reset preferences 121 * [wikitr:/Help/Action/AutoSave Autosave] feature 122 * [wikitr:/Help/CommandLineOptions Command line options] - how to change/load custom settings via command line 123 124 125 ---- 126 Back to [wikitr:/Help/Action/Preferences Preferences dialog] \\ 127 Back to [wikitr:/Help Main Help]