Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.11.1.4, 2.11.2, 2.11.2.0
-
Component/s: Command Line Interface, documentation, install4j
-
Labels:None
-
Environment:macOS with DMG installed Jalview
Description
There is no great way to launch Jalview from the command line in macOS with the (highly recommended) DMG installer application.
The closest equivalent would be
open -a /Applications/Jalview.app --args "$@"
or to open a FILE (or URL)
open -a /Applications/Jalview.app FILE
This is not ideal as getdown gets launched which may provoke an automatic update and certainly a splashscreen even if -headless has been specified (which is more likely for a CLI).
A suitable wrapper script should go into Jalview.app/Contents/MacOS (which is where it should go).
The closest equivalent would be
open -a /Applications/Jalview.app --args "$@"
or to open a FILE (or URL)
open -a /Applications/Jalview.app FILE
This is not ideal as getdown gets launched which may provoke an automatic update and certainly a splashscreen even if -headless has been specified (which is more likely for a CLI).
A suitable wrapper script should go into Jalview.app/Contents/MacOS (which is where it should go).