Gerber Export (old style) from Linux text console

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are exporting our designs on a headless Linux machine. Using Eagle 6, we've been successfull in setting up an Xvfb server to run an ULP unattended for creation of BOMs etc, and then use a number of commands like
eagle -X -N -o"outline.gbr" -A "A" -d GERBER_RS274X "$brdfile" 20 46
to generate the Gerber files. Now, migrating to Eagle 9.5.2, the first step works (after some wasted hours), but I can't run the -X option anymore.
If I run
eagle -X -dGERBER_RS274X -ooutline.gbr -AA "$brdfile" 20 46
I get
QWidget: Cannot create a QWidget without QApplication
Aborted (core dumped)
If I run
eagle -X+ -dGERBER_RS274X -ooutline.gbr -AA "$brdfile" 20 46
I get a dialog window on my framebuffer telling me that variant A could not be set, then an empty dialog window, and then eagle exits.
I've found another thread here dealing with the issue, but after giving that user the option to use CAM-jobs, the initial problem wasn't investigated anymore. I'd like to resort to the old-style way of creating Gerber files, so any help largely appreciated.
Kind regards,
Paul