-
Notifications
You must be signed in to change notification settings - Fork 354
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
Rhel 10 cleanup xorg and vnc leftovers #5736
Rhel 10 cleanup xorg and vnc leftovers #5736
Conversation
/kickstart-test --testtype smoke |
f074048
to
ae871f0
Compare
While testing more use cases on s390x I noticed there are a few additional instances of "x11" in the code that should be updated. In my case
Please, have a look also at other "x11" strings in the code. |
Good catch, will do that! :) I have been mostly looking for "xorg, "x org", etc. X11 is a good candidate as well. :) |
ae871f0
to
f4cc0f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Please fix the tests. |
Looks like we enable network already in dracut if inst.vnc is used, lets switch the code to work with inst.rdp. Also drop the VNC related commands, as they are no longer expected to be used. Resolves: RHEL-41219
After the main PR series that turned Anaconda into a native Wayland application and switched from VNC to RDP fro remote access, there were still some leftovers here and there. So lets address those - adjust various references in doc strings to correctly mention Wayland and RDP. And also drop various bits of code that are no longer needed. Lastly, drop a few Anaconda boot options that no longer work in the Wayland world: - xdriver - usefbx - vnc - vncconnect - vncpassword NOTE: Even with Anaconda running natively on a Wayland compositor, keyboard layouts are still called X layouts. This is the correct, as Wayland is still using the keyboard layout format introduced by the X server. Resolves: RHEL-41219
f4cc0f0
to
ee14273
Compare
Added two separate PRs that mark the kickstart |
/kickstart-test --skip-testtypes knownfailure,manual,skip-on-rhel,skip-on-rhel-10,gh576,gh640,gh804,gh1090,gh1104,gh1106,gh1105,gh1108,gh1109,gh1107,gh1110 |
Checked the results of the full RHEL 10 kstest run:
So all in all, nothing relevant as far as I can tell & the PR should be finally good to go. :) |
Xorg and VNC related cleanups.