Yelp @ Rocky 8.7 doesn't work

Hi, when I run Gnome Help so I get a blank window. Terminal output:

[norrsken@localhost ~]$ yelp
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Recursion depth exceeded calculating fg color
Recursion depth exceeded calculating bg color
Recursion depth exceeded calculating fg color
etc

To remove / reinstall Yelp won’t help.
Is it a bug, please? What’s the solution? Thanks

Please can you confirm if you have the same problem on RL 8.7, Gnome 3.32.2?
Yelp 2:3.28.1-3.el8, appstream-repository

I cannot reproduce your issue.

And me now:


So it’s some problem at me, but where? Can I somehow create any detailed log file from the start of yelp?

@norrsken
can you try

echo $GNOME_SHELL_SESSION_MODE
echo $DESKTOP_SESSION
echo $XDG_SESSION_DESKTOP
echo $XDG_SESSION_TYPE
[norrsken@localhost ~]$ echo $GNOME_SHELL_SESSION_MODE

[norrsken@localhost ~]$ echo $DESKTOP_SESSION
gnome
[norrsken@localhost ~]$ echo $XDG_SESSION_DESKTOP
gnome
[norrsken@localhost ~]$ echo $XDG_SESSION_TYPE
wayland
[norrsken@localhost ~]$