Hi, On Tue, 2009-08-04 at 09:09 +0200, Martin Christensen wrote: > Anders> If you're manipulating XML, then you could add your images to > Anders> ~/.rawstudio/batch-queue.xml - then you would only have to press > Anders> start after starting Rawstudio. It's not CLI, but I think it's > Anders> the best we can do. > We're talking about thousands of runs. Monkey at keyboard is not an > acceptable solution. Do I really understand you correctly? Are you > telling me that making Rawstudio respond to command line arguments is > horribly difficult, and likewise that making it not show a window while > batch processing would require a lot of work? If so, I would wager that > the code would not be any worse off for a refactoring... :-) MVC and all > that.
Make Rawstudio accept command line arguments is easy (we already use a few "hidden" arguments for debugging. Make Rawstudio not depend on GTK+ is harder. GTK+ code is everywhere - and GTK+ cannot we initialized without some sort of X display. It's possible to make all the GTK+ code conditional, but it's not trivial. > Anders> I'm sorry, but I don't think you'll be able to do that in the > Anders> near future. Rawstudio really needs an X server. > Why is it necessarily so dependent on one for batch processing. Mind > you, I'm only talking about batch processing, nothing else. It's not needed at all, but as of today it's not trivial. /Anders Brander _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
