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

From Slicer Wiki
Jump to: navigation, search
(Replaced content with "#REDIRECT Documentation/Nightly/SlicerApplication/ApplicationSettings")
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
#REDIRECT Documentation/Nightly/SlicerApplication/ApplicationSettings
__TOC__
 
 
 
= Customizable "Home" Module =
 
The Applications Settings Interface (accessible from the File Menu: choose Edit->Application Settings) allows a Home Module to be specified for easy access from this icon.
 
 
 
= Settings file location =
 
 
 
To display the location of the current settings file:
 
$ ./Slicer --settings-path
 
 
 
{| width=100%
 
! style="border-bottom: 1px solid darkgrey;"| <small>Unix-like system</small>
 
! style="border-bottom: 1px solid darkgrey;"| <small>Windows</small>
 
|-
 
| valign="top" |
 
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" |
 
Settings are located in <code>C:\Users\<your_user_name>\AppData\Roaming\NA-MIC</code> folder.
 
|}
 

Revision as of 18:16, 10 October 2017

Home < Documentation < Nightly < SlicerApplication < Settings
  1. REDIRECT Documentation/Nightly/SlicerApplication/ApplicationSettings