On Fedora-Linux, when running a Unicon program remotely, and
exporting the display, the Unicon program continuously sends X11
msgs over the ethernet.

I have a Unicon program that opens a window.  When I run that
remotely, (e.g., telnet into another machine, export DISPLAY=xxx
to remote the display, and run the program), the program starts
fine and operates properly.  However, I noticed (with ethereal)
that the ethernet is running continuously with
  X11:  Requests GetInputFocus
  X11:  Reply GetInputFocus
at the rate of approx. 20 req/reply pairs per second.

When I open up a dialog window, these messages stop.  When the
dialog window is closed, the X11 messages resume.

Is there some window call in Unicon that I'm not using properly
that would cause this behavior?

Thanks,

Wendell



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to