On Mon, 2006-11-06 at 15:21 -0800, Lynn Monsanto wrote: > Hi all, > > I'm a developer working on the Orca screen reader: > http://live.gnome.org/Orca. We are currently starting Orca using a bash > script (see below). This works okay, but has one problem. The AT-SPI > returns the application name as "-c". Is there a way to explicitly set > an application name in pygtk when starting an application using the "-c" > flag? > > Thanks and best regards! > Lynn Monsanto
Hi, I think you'd need to change the process command name before doing anything else in orca.orca.main(). More info on how to do that here: http://davyd.livejournal.com/166352.html. HTH, Dieter Verfaillie
signature.asc
Description: This is a digitally signed message part
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
