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

# Runs orca.
#
runOrca()
{
  [EMAIL PROTECTED]@
  [EMAIL PROTECTED]@
  export PYTHONPATH
  @PYTHON@ -c "import orca.orca; orca.orca.main()" "$ARGS"
}




_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to