Bug 82998
| Summary: | xterm -wf doesn't wait for map | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Ian Collier <imc> |
| Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
| Status: | CLOSED WONTFIX | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | Keywords: | MoveUpstream |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-29 13:39:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Please report this directly to xfree86 for attention of the xterm maintainer. If this is something that needs to be fixed, he is the one best suited to determine the proper fix and get it into XFree86 CVS in time for 4.3.0. We provide xterm only for convenience as it is a historical legacy application some users prefer. We do not directly support it however. |
Description of problem: The "-wf" option as documented in the xterm manual page doesn't work. Version-Release number of selected component (if applicable): XFree86-4.2.0-72, although this is a problem on all releases of Red Hat from 6 onwards (but my 5.1 box works fine). How reproducible: Always Steps to Reproduce: 1. Use a window manager (such as fvwm) which allows interactive placing of new windows 2. type: xterm -wf -e sh -c 'sleep 5;echo hello;sleep 5' 3. wait 8 seconds before placing the new window. Actual results: The new window already says "hello" and quickly disappears. Expected results: The new window should be blank for five seconds, then say "hello" and remain for five further seconds. Additional info: This can be fixed by using the flag -DUSE_HANDSHAKE while compiling xterm/main.c.