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

From Slicer Wiki
Jump to: navigation, search
m (Created page with ' = Limitations = * There is currently a limitation when using multiple version of Slicer. Indeed, Slicer settings are stored in a dedicated system-specific location. These setti…')
 
Line 2: Line 2:
 
= Limitations =
 
= 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, you could try resetting the settings as follows:
+
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, you could try resetting the settings as follows:
  
 
{|
 
{|
Line 9: Line 9:
 
|-
 
|-
 
| valign="top" |
 
| valign="top" |
* Settings are stored in your home directory in <code>.config</code> folder (remove <code>~/.config</code> or move it to a different location)
+
Settings are stored in your home directory in <code>.config</code> folder (remove <code>~/.config</code> or move it to a different location)
* {{note}} To display the location of the current settings file:
+
{{note}} To display the location of the current settings file:
 
  $ ./Slicer --settings-path
 
  $ ./Slicer --settings-path
 
| valign="top" |
 
| valign="top" |
* Settings are located in <code>C:\Users\<your_user_name>\AppData\Roaming\NA-MIC</code> folder -- remove it or move to a different location.
+
Settings are located in <code>C:\Users\<your_user_name>\AppData\Roaming\NA-MIC</code> folder -- remove it or move to a different location.
 
|}
 
|}

Revision as of 22:07, 2 November 2012

Home < Documentation < Nightly < SlicerApplication < Settings

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, you could try resetting the settings as follows:

Unix-like system Windows

Settings are stored in your home directory in .config folder (remove ~/.config or move it to a different location) Note To display the location of the current settings file:

$ ./Slicer --settings-path

Settings are located in C:\Users\<your_user_name>\AppData\Roaming\NA-MIC folder -- remove it or move to a different location.