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

Implement support for running on Wayland through Weston #5401

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

Commits on Jan 18, 2024

  1. CI: Add patch stop purging sound packages in the lorax templates

    This is required for now in order for the Weston-based boot iso to
    be buildable. Once this change lands in lorax properly, this can
    be reverted.
    Conan-Kudo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ae3889c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Implement support for running on Wayland through Weston

    This implements rudimentary support for running Anaconda on Wayland
    using the Weston compositor through XWayland. This support also
    includes simple auth-less VNC remote access, though authenticated
    VNC support requires extra effort since Weston's authenticated
    VNC support uses TLS certificates and we do not have a good way
    to plumb that through right now (more info in weston-vnc(7)).
    Conan-Kudo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e98cb9e View commit details
    Browse the repository at this point in the history