openoffice looks totally <censored>, try launching it - why d...#1819
Draft
lukemarsden wants to merge 2 commits into
Draft
openoffice looks totally <censored>, try launching it - why d...#1819lukemarsden wants to merge 2 commits into
lukemarsden wants to merge 2 commits into
Conversation
OnlyOffice bundles Qt5 without the Wayland plugin - it only supports X11 via xcb. This wrapper script sets up the correct environment for running OnlyOffice via XWayland: - DISPLAY=:0 for XWayland connection - XAUTHORITY pointing to Mutter's XWayland auth file - XCURSOR_THEME=Helix-Invisible for client-side cursor rendering - LD_LIBRARY_PATH for bundled Qt5 libraries The 4K scaling issue (OnlyOffice showing only top quarter of screen) is a known XWayland limitation when GNOME is running at 2x scale - XWayland reports logical resolution (1920x1080) to X11 apps instead of physical resolution (3840x2160). Spec-Ref: helix-specs@fb2752283:001439_openoffice-looks-totally
OnlyOffice is a Qt5+CEF app that only supports X11 (no Wayland plugin). When running at 4K with 2x scaling, XWayland reports logical resolution (1920x1080) instead of physical (3840x2160). OnlyOffice creates a window at the logical size, causing content to render only in the top-left quarter. The fix is to enable 'xwayland-native-scaling' experimental feature in Mutter, which makes XWayland report physical resolution to X11 apps. Spec-Ref: helix-specs@6d0168b01:001439_openoffice-looks-totally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.