Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove QT+GNOME+Wayland 'xcb' hack on fixed Qt versions #3683

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2024

  1. Bypass the Qt GNOME/Wayland workaround on fixed Qt versions

    We implement code on GNOME desktops to force the
    QT_QPA_PLATFORM to be 'xcb'; this works around a
    clipboard-related bug on GNOME+Wayland+Qt.
    
    This bug was fixed (or worked around) in Qt 5.15.2,
    so we implement a version check; if the runtime Qt
    version is < 5.15.2, still force the workaround;
    otherwise, we don't need the workaround so we skip
    it.
    danudey committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7e1807c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Reformat with clang-format

    danudey committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bc5bd2e View commit details
    Browse the repository at this point in the history