Bug 140924
| Summary: | Pasting content from remote X terminals cause "Bad Atom" error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steffen Persvold <sp> |
| Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:07:17 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: | |||
Sounds like a potential dup of bug 140924 (hint does adding -Y to ssh help?) Sorry that should have been bug 138617 *** This bug has been marked as a duplicate of 138617 *** I was seeing this exact problem on Mac OS X version 10.4 (Tiger) but not on 10.3.9 (Panther). Adding the -Y parameter to ssh does seem to fix the problem for me - although I got this warning: Warning: No xauth data; using fake authentication data for X11 forwarding. Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: When opening remote xterminals via ssh and trying to paste something from that window to a local terminal (your local emacs window for example), the remote xterminal dies with the following error : xterm: warning, error event received: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 18 (X_ChangeProperty) Atom id in failed request: 0x1d1 Serial number of failed request: 190 Current serial number in output stream: 192 Version-Release number of selected component (if applicable): xorg-x11-6.8.1-12.FC3.1 How reproducible: Always Steps to Reproduce: 1. log into your local machine with 'ssh localhost' 2. start an xterm from that session 'xterm' 3. select something with the mouse, and try to paste that into a local window (one that isn't started through ssh). Actual Results: The "remote" xterm session will die with the following message : xterm: warning, error event received: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 18 (X_ChangeProperty) Atom id in failed request: 0x1d1 Serial number of failed request: 190 Current serial number in output stream: 192 Expected Results: Selected content should have been pasted correctly into local window Additional info: