gEDA-bug: [ geda-Bugs-1680168 ] Command line printing doesn't
respect print options
SourceForge.net
noreply at sourceforge.net
Tue Mar 13 16:46:47 EDT 2007
Bugs item #1680168, was opened at 2007-03-13 20:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1680168&group_id=161080
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: utilities
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: rik (rikster)
Assigned to: Nobody/Anonymous (nobody)
Summary: Command line printing doesn't respect print options
Initial Comment:
I'm using printing from the command line with the following command:
gschem -o sch.ps -s /usr/share/gEDA/scheme/print.scm -p sch
The generated postscript is different from the output I would get by opening gschem and printing. Specifically, options which I have set in gschemrc files are being ignored.
The simple solution was to edit print.scm and comment out the first 4 lines which hardcode output options[(output-xxx yyy)]. The following call to (gschem-use-rc-values) now works correctly. I haven't found any problems with this solution so perhaps it should become part of gEDA.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1680168&group_id=161080
More information about the geda-bug
mailing list