<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>> To: scribus@lists.scribus.net<br>> From: zm@revue-gugu.org<br>> Date: Mon, 17 Aug 2015 12:11:34 +0200<br>> Subject: [scribus] a warning, serving as a bouncer...<br>> <br>> Dear list,<br>> <br>> I am on holiday! So, as planned, I am learning a little about writing<br>> Python scripts (yes, and I have a life) not least for adding more<br>> awesomeness to my Scribus.<br>> <br>> On Stackoverflow user "Tommel" had asked this (and never received an<br>> answer since January):<br>> <br>> The warning message is this: "SVG file contains some unsupported<br>> features". I have seen it many times.<br>> <br>> - Does this warning message pop up EVERY time I import and SVG into<br>> Scribus, or would I need to prepare for the (rare?) case, when I import<br>> a "perfect" SVG-file (without unsupported features)?<br>> <br>> - What is the official way in a script to handle Scribus user-dialog-popups?<br>> <br>> - What is the really-works-best-in-real-life way to handle Scribus<br>> user-dialogue-popups?<br><br></div><div><br></div><div>The line that would make the message in Scribus 1.5 is commented out.</div><div><br></div><div><div>scribus/plugins/import/svg/svgplugin.cpp: //              ScMessageBox::warning(mw, CommonStrings::trWarning, tr("SVG file contains some unsupported features"));</div></div><div><br></div><div>The line is in Scribus 1.4 not is not commented out.</div><div><br></div><div>scribus/plugins/import/svg/svgplugin.cpp:                     QMessageBox::warning(mw, CommonStrings::trWarning, tr("SVG file contains some unsupported features"), 1, 0, 0);</div><div><br></div><div>If you are getting the message, the problem is probably something in the SVG.</div><div><br></div><div>Only Scribus 1.5 supports the --python-script and --no-gui command line options.<br><br>Regards,<br>William Bader, Director of Research and Development at SCS, http://www.newspapersystems.com</div><div><br></div>                                           </div></body>
</html>