Skip to content
Snippets Groups Projects
Commit b64e858c authored by Pete R Jemian's avatar Pete R Jemian Committed by GitHub
Browse files

command line option and don't start in background

* allow for command line option to specify the file to be opened
* removed the "&" that started the session in the background; QtCore.QProcess was failing on this
parent 42868e36
No related branches found
No related tags found
No related merge requests found
...@@ -171,4 +171,6 @@ fi ...@@ -171,4 +171,6 @@ fi
####################################### #######################################
# start caQtDM # start caQtDM
#caQtDM -noMsg xxx.ui & #caQtDM -noMsg xxx.ui &
caQtDM -style plastique -noMsg xxx.ui &
# allow for command line option to specify the file to be opened
caQtDM -style plastique -noMsg ${1:-xxx.ui}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment