GNOME Bugzilla – Bug 109460
Create GPConfig from command line arguments
Last modified: 2009-04-12 16:49:11 UTC
Would be useful for AbiWord, Gnumeric, et. al. Patch to follow.
Created attachment 15284 [details] [review] Patch to largely implement proposed functionality
Hmm, a nice idea, but a butt ugly interface. If this is intended as a command line interface I'd rather see something more comfortable than a big ol delimited string. We can use popt to our advantage to break things out.
If we want to use a "big, ugly string"(TM) we should probably just use the result of gnome_print_config_to_string, but of course most users would be more used to individual options. I can see it to be very useful to be able to print directly from the command line and set the configuration options, although the latter can also be achived with a nice configurable default print_config (that we have).
*** Bug 123217 has been marked as a duplicate of this bug. ***
Closing as obsolete.