Ticket #10697 (closed: fixed)
Turn off first-time dialog from command line
Reported by: | Peter Peterson | Owned by: | Nick Draper |
---|---|---|---|
Priority: | blocker | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Wedel |
Description
Add a --silent option that can be set for testing for turning off the first-time dialog. It is very distracting when it pops up for unit tests.
Change History
comment:2 Changed 6 years ago by Nick Draper
- Status changed from assigned to inprogress
re #10697 First time setup will not show if -qx or -s or --silent set
Changeset: 130be1916a441ca4b13011d9597a026a0abe961f
comment:3 Changed 6 years ago by Nick Draper
- Status changed from inprogress to verify
- Resolution set to fixed
New command line argument added:
-s or --silent: prevents the showing of setup screens (first time or paraview)
Also will not show if -qx used.
Also bug fixed that caused failure of mantidplot -h on windows.
To Test
- If Mantidplot is not showing you the startup screen, bring it up from the start menu and remove the do not show again tick mark.
- startup with mantidplot -s (no setup screens)
- same with --silent
- check documentation using mantidplot -h and http://www.mantidproject.org/MantidPlot:_Commandline_Parameters
comment:4 Changed 6 years ago by Michael Wedel
- Status changed from verify to verifying
- Tester set to Michael Wedel
comment:5 Changed 6 years ago by Michael Wedel
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/10697_Disable_first_time_Usage_from_cmd_line'
Full changeset: 4ba032db89e5557f14ccce0d3b46cd6abd493cc7
Note: See
TracTickets for help on using
tickets.