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

Try what happens if we drop the tiger-vnc dependency #5410

Closed
wants to merge 2 commits into from

Commits on Jan 19, 2024

  1. Drop the tiger-vnc dependency

    Drop the Tiger VNC package from Anaconda spec file.
    
    This by itself is actually not sufficient as for some
    reason Tiger VNC packages are also part of the Lorax templates (!).
    
    So to fully remove Tiger VNC, it is also necessary to remove it
    from the Lorax templates.
    
    Lastly, it looks like Tiger VNC is actually the only thing pulling
    in the mesa-dri-drivers (!!) packake, without which gnome-kiosk will
    crash at startup (!!!). So also add mesa-dri-drivers as a depndency of
    the Anaconda GUI package.
    M4rtinK committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0eacfe5 View commit details
    Browse the repository at this point in the history
  2. FIXME: Patch Lorax templates to exclude tigervnc

    That should hopefully do it together with the Anaconda spec file change.
    
    FIXME: Temporary commit needed for testing and image generation
    purposes. Should not be part of the final PR before merging.
    M4rtinK committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    27e5649 View commit details
    Browse the repository at this point in the history