Bug 139336
Summary: | bad window parameter from fc3 x server to solaris emacs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Don Caldwell <dfwc1> |
Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | xgl-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-01-31 20:47:16 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: |
Description
Don Caldwell
2004-11-15 12:27:31 UTC
It is not related to Solaris, it is remote X displays in general. I get the same logging into RHEL3 servers and FC3 servers (via ssh). I can even force it on my own machine by logging into it via ssh : [sp@sp-laptop ~]$ ssh localhost Last login: Fri Nov 26 09:24:39 2004 from localhost.localdomain [sp@sp-laptop ~]$ echo $DISPLAY localhost:10.0 [sp@sp-laptop ~]$ emacs X protocol error: BadWindow (invalid Window parameter) on protocol request 38 As per the Fedora Core 3 release notes, the official "openssh" software developers have changed the default behaviour of "ssh -X", which now no longer works the way it did previously. In order to get the same behaviour that "ssh -X" previously had, you must invoke it as "ssh -Y" instead. Reassigning to openssh component, for consideration of changing it to have "-Y" enabled by default, so it works out of the box like people seem to expect. |