-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Is your feature request related to a problem? Please describe.
After installing Slicer on macOS, there are no --launch argument available.
This is explained by the fact macOS package do not provide a launcher.
Describe the solution you'd like
Since CTKAppLauncherLib is already linked into the application to support setting of the environment variables by loading settings files, the logic responsible to parse argument could be associated with the library to be reusable in the main application.
Describe alternatives you've considered
Suggest Slicer users alternative way of launcher processes.
References:
- Slicer --launch option is ignored on MacOS Slicer/Slicer#5540 (comment)
AppLauncher/Base/CMakeLists.txt
Lines 17 to 25 in 1367de4
set(KIT_SRCS ctkAppLauncherEnvironment.cpp ctkAppLauncherEnvironment.h ctkAppLauncherSettings.cpp ctkAppLauncherSettings.h ctkAppLauncherSettings_p.h ctkSettingsHelper.cpp ctkSettingsHelper.h )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels