Changes between Version 14 and Version 20 of Help/ResetPreferences


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/ResetPreferences

    v14 v20  
    11[[TranslatedPages]]
     2[[PageOutline]]
    23
    34= How to reset preferences =
    4 
    5 If you experience certain errors and strange behavior, it might be caused by inconsistencies in the program settings. In order to reset everything, you need to rename or delete the preferences directory. This way, JOSM will behave just like you have installed it the first time. Note that while the file {{{preferences.xml}}} contains most program settings, there are other files which could be causing problems, such as an image cache, bad plugin, etc.
    6 
    7 [[TOC(inline)]]
     5If you experience certain errors and strange behavior, it might be caused by inconsistencies in the program settings. In order to reset everything, you need to rename or delete the preferences directory. This way, JOSM will behave just like you have installed it the first time. Note that while the file `preferences.xml` contains most program settings, there are other files which could be causing problems, such as an image cache, bad plugin, etc.
    86
    97== Locate the settings folder ==
     8It is described in the section "[wikitr:/Help/Preferences#JOSMpreferencedatacachedirectories JOSM preference/data/cache directories]" at the preferences help page.
    109
    11 === Windows ===
     10== Command line option ==
     11The [wikitr:/Help/CommandLineOptions command line option] `--reset-preferences` resets the preferences to default.
    1212
    13 In Microsoft Windows the JOSM preferences directory is placed in your application data directory, which is typically {{{C:\Users\USERNAME\Application Data\JOSM}}} (Windows Vista and 7) or {{{C:\Documents and Settings\USERNAME\Application Data\JOSM}}}. To find the specific directory on your system, open an explorer window and type:
    14 {{{
    15 %APPDATA%
    16 }}}
    17 in the location bar and press {{{Enter}}}. You should find a folder called **{{{JOSM}}}**.[[BR]]
    18 Alternatively, try to search for the term {{{JOSM}}} or browse the usual folders, that contain program settings.
     13== GUI ==
     14You can also reset the preferences using the "More..." button in [[JOSMImage(preferences/advanced,24,link=,middle)]] [wikitr:/Help/Preferences/Advanced#Buttons advanced preferences].
    1915
    20 === Linux and Mac ===
    2116
    22 The settings folder is in your home directory:
    23 {{{
    24 ~/.josm
    25 }}}
    26 
    27 == Java preference folder option ==
    28 Alternatively, it is possible to set the preference folder at start up on the console with:
    29 {{{
    30 -Djosm.home=
    31 }}}
    32 e.g.
    33 {{{
    34 java -Xmx1000m -Djosm.home=$HOME/.josm-latest -jar josm-latest.jar
    35 }}}
    36 
    37 This may be useful when testing different versions.
    38 
    39 == Command line option
    40 The [CommandLineOptions command line option] {{{--reset-preferences}}} resets the preferences to default.
    41 
    42 == GUI
    43 You can also reset the preferences in the [[Preferences/Advanced|advanced preferences]].
     17----
     18Back to [wikitr:/Help/Preferences Preferences help] \\
     19Back to [wikitr:/Help/Action/Preferences Preferences dialog] \\
     20Back to [wikitr:/Help Main Help]