Bug 915202
Summary: | X-sandboxes are not resizeable | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Marian Csontos <mcsontos> | |
Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> | |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 6.4 | CC: | csieh, dwalsh, jcpunk, lnovich, michele, mihai, mishu, mmalik, peter.hutterer, sradvan, tlavigne, tpelka | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | xorg-x11-server-1.13.0-14.el6 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Upstream accepted a patch to make Xephyr resizable, but did not enable resizability by default.
Consequence: X sandboxes were not resizable after RHEL 6.3.
Fix: Change default in the code.
Result: X sandboxes are resizable again.
|
Story Points: | --- | |
Clone Of: | ||||
: | 962572 1100349 (view as bug list) | Environment: | ||
Last Closed: | 2013-11-21 11:28:54 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 883516, 1100349 |
Description
Marian Csontos
2013-02-25 08:38:34 UTC
Did the Xephyr Resize patch get removed? Short answer is yes, it got. Commit 1dee54d04. Among other things this really breaks things in tiling window managers. Also saved firefox sessions from RHEL6.3 are broken: firefox is using larger window than Xephyr. Would it be possible getting it back in z-stream? And the workaround for broken firefox session is to search for /"width":/ and /"height":/ in profile's sessionstore.js (~/.mozilla/firefox/s0m3jVnK.default/sessionstore.js) and hand edit the numbers. This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Patch was removed from RHEL server because it got merged upstream as xorg-server-1.12.99.903-3-g8843aed. However, the upstream patch has two hunks different than the one we used to ship. Specifically, the resize option is now only enabled if win_pre_existing is != None whereas the previous patch had this unconditionally. Best option here is probably to cherry-pick "ephyr: Add -resizeable option" (xorg-server-1.13.99.902-23-g3aac7a5) and set EphyrWantResize to 1 by default. This should emulate the behaviour of RHEL 6.3. Can we get the same option turned on in Fedora also? 6024831 build (rhel-6.5-candidate, /rpms/xorg-x11-server:345a60edaa195ad3a44ff9818bbae0e1282e4895) completed successfully MODIFIED *** Bug 1006456 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-1620.html |