Bugzilla – Bug 1072411
libyui-qt: Remove one line to make it work with wayland
Last modified: 2021-03-23 09:36:21 UTC
By using sudo -E, yast can be started as root in a wayland session. It tries to connect to a X server for a bad reason though and fails: https://github.com/libyui/libyui-qt/issues/75
Martin, please, could you have a look? Thanks!
Thanks for the report! Yes, as per the details in the GH issue, we should simply remove the probeX11Display method. I'll make the PR.
PR: https://github.com/libyui/libyui-qt/pull/76
*** Bug 1078649 has been marked as a duplicate of this bug. ***
fix merged