View Issue Details

IDProjectCategoryView StatusLast Update
0001392Slicer4Core: GUIpublic2012-08-21 09:43
Reporterkikinis Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformmacOSxOS Version7.1
Product VersionSlicer 4.0.0 
Target VersionSlicer 4.0.0Fixed in VersionSlicer 4.0.0 
Summary0001392: welcome module does not come up, when slicer is started
Description

This is a recent change. also the modules pull down in the main gui displays "searching"

TagsNo tags attached.

Activities

jcfr

jcfr

2011-09-06 03:55

administrator   ~0002918

This is due to some update regarding the way module names are managed in Slicer.

To solve the issue:

Method1: Open "Application settings", and click on "Restore default"

Method2:

1) Obtain the location of the setting file by running Slicer with command line switch "--settings-path"

For example:
jchris@karakoram:~/Projects/Slicer4-Superbuild-Debug/Slicer-build $ ./Slicer --settings-path
/home/jchris/.config/NA-MIC/Slicer.ini

2) Open the setting file with a text editor (i.e. /home/jchris/.config/NA-MIC/Slicer.ini)

3) Search for HomeModule and change "welcome" into "Welcome"

Note: Since the official version of Slicer is not yet release, no additional code has been added to automatically handle that situation.

kikinis

kikinis

2011-09-06 04:42

developer   ~0002919

If I understand the comment correctly, Slicer changed in that it now makes a distinction between welcome and Welcome? Whoever did that change should also change the startup in such a way that the correct search is done, when slicer is downloaded and installed?

jcfr

jcfr

2011-09-06 05:00

administrator   ~0002920

  • Slicer changed in that it now makes a distinction between welcome and Welcome?

No, before that change, module were internally referenced using their name in lowercase, now we are internally referenced using their "normal" names.

This will also help for the documentation integration, extension manager etc ...

  • Whoever did that change should also change the startup in such a way that the correct search is done, when slicer is downloaded and installed?

On a fresh install of Slicer, everything will work as expected.

Issue History

Date Modified Username Field Change
2011-09-06 03:41 kikinis New Issue
2011-09-06 03:55 jcfr Note Added: 0002918
2011-09-06 03:55 jcfr Status new => resolved
2011-09-06 03:55 jcfr Fixed in Version => Slicer 4.0 RSNA
2011-09-06 03:55 jcfr Resolution open => fixed
2011-09-06 03:55 jcfr Assigned To => jcfr
2011-09-06 04:42 kikinis Note Added: 0002919
2011-09-06 04:42 kikinis Status resolved => feedback
2011-09-06 04:42 kikinis Resolution fixed => reopened
2011-09-06 05:00 jcfr Note Added: 0002920
2011-09-10 22:21 finetjul Status feedback => resolved
2011-09-10 22:21 finetjul Resolution reopened => fixed
2011-09-15 04:20 kikinis Status resolved => closed
2012-08-21 09:43 jcfr Target Version => Slicer 4.0.0