<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>> From: tbw@tomwinans.me<br>> Date: Mon, 20 Jul 2015 13:41:05 -0600<br>> To: scribus@lists.scribus.net<br>> Subject: [scribus] Basic question<br>> <br>> Relative to my request below… my hope is to be able to invoke scribus from the command line without launching the application.. It appears that the current 1.5.x capabilities with the -py switch depend upon starting the application.<br>> <br>> Thank you,<br>> Tom<br>> <br>> Tom Winans<br>> tbw@tomwinans.me <mailto:tbw@tomwinans.me><br>> http://tomwinans.info <http://tomwinans.info/><br></div><div><br></div><div><br></div><div>In Scribus 1.5 and higher, -py runs a script on startup and -g runs without a gui.</div><div><br></div><div>You can run a command like</div><div><br></div><div>scribus -g -py yourscript.py yourdocument.sla</div><div><br></div><div>At least on Linux, Scribus will paint the screen for a second, but it will run the script and exit on its own without any user interaction.</div><div><br></div><div>Dialogs that would ask questions when the gui is enabled will take a reasonable default (usually the option to continue with the operation), and warning messages that would appear in a dialog are written to the console instead.</div><div><br></div><div><br></div><div>Regards,</div><div>William</div><div><br></div><div><br></div>                                    </div></body>
</html>