Difference between revisions of "Documentation/Nightly/SlicerApplication/Settings"

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
m
Line 16: Line 16:
 
|-
 
|-
 
| valign="top" |
 
| valign="top" |
1) Settings are stored in your home directory in <code>~/.config</code> folder. (<code>NA-MIC</code> or <code>www.na-mic.org</code>)
+
Settings are stored in your home directory in <code>~/.config</code> folder. (<code>NA-MIC</code> or <code>www.na-mic.org</code>)
 
| valign="top" |
 
| valign="top" |
 
Settings are located in <code>C:\Users\<your_user_name>\AppData\Roaming\NA-MIC</code> folder.
 
Settings are located in <code>C:\Users\<your_user_name>\AppData\Roaming\NA-MIC</code> folder.

Revision as of 19:14, 21 August 2013

Home < Documentation < Nightly < SlicerApplication < Settings


For the latest Slicer documentation, visit the read-the-docs.


Settings file location

Note To display the location of the current settings file:

$ ./Slicer --settings-path

Limitations

There is currently a limitation when using multiple version of Slicer. Indeed, Slicer settings are stored in a dedicated system-specific location. These settings are not reset when you install a new Slicer version. If you observe unstable behavior, after locating the folder containing your settings you could remove or move it to a different location:

Unix-like system Windows

Settings are stored in your home directory in ~/.config folder. (NA-MIC or www.na-mic.org)

Settings are located in C:\Users\<your_user_name>\AppData\Roaming\NA-MIC folder.

The status of resolving this limitation can be tracked here (Slicer issue 2439)