<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Apr 4, 2016 at 4:56 AM, ale rimoldi <span dir="ltr"><<a href="mailto:ale.comp_06@xox.ch" target="_blank">ale.comp_06@xox.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">hi hw,<span class=""><br>
<br>
On 04/04/16 11:44, hw wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Juraj Fedel schrieb:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On Fri, Apr 01, 2016 at 12:41:53PM +0200, hw wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I've been trying the script below with the 1.5.1 appimage,<br>
and it crashes when trying to save as EPS.<br>
</blockquote>
Thanks for report. That is bug in scribus.<br>
I have provided patch in bug number #13900<br>
With applied patch your script should work fine.<br>
</blockquote>
<br>
Thank you very much!  I'll try it out.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
BTW, is it possible to run Scribus to do the conversion to EPS<br>
(or PDF) on the server without Scribus failing because there's no<br>
X session?  Can it be compiled as some sort of conversion filter<br>
without GUI support?<br>
</blockquote>
<br>
Unfortunately this is not possible without X server running.<br>
You can however run vnc server for scribus.<br>
</blockquote>
<br>
Not even with the '-g -nns' options?  It would be really nice if<br>
a GUI weren't required when it isn't used at all ...  Is there any<br>
way to do just a conversion of the *.sla file to eps without a GUI?<br>
<br>
Or could cups simply print *.sla files transparently like it can print,<br>
for example, pdf and eps?  That would be all that's needed for<br>
printing the labels.  If there was a filter cups could use to convert<br>
*.sla into eps ...<br>
</blockquote>
<br></span>
modifying scribus so that it can be run without X installed is theoretically possible.<br>
at least for what concerns scribus itself and Qt. i don't know if any of the used library requires X (but i don't think so).<br>
<br>
i don't think that the team will ever have the resources for doing it, but as it has happened in the past, they will accept well forged patches that modify the code to enable (i would suggest: if possible step by step) an X-less environment.<br>
<br>
an approach would be to create a main_*.cpp file that instantiates QCoreApplication instead of QApplication...<br>
and then work on it until things work correctly...<br>
<br>
lot of changes have already being contributed, to get scribus to work headless, so it might now be easier to work on it (i made some very shy tries a few years ago...)<br>
<br>
have fun!<br>
a.l.e</blockquote><div><br></div><div>Related:</div><div><a href="https://www.simplicity.be/article/indesign-server-alternative-open-source-part1">https://www.simplicity.be/article/indesign-server-alternative-open-source-part1</a> </div></div></div></div>