We’ve been seeing issues with xconfd
in OOD apps due to how dbus spawns differently under RHEL 8. The effect is that xfwm4
doesn’t run and resulting apps are windowless within the VNC session. The fix I’ve used is to manually load dbus in the session by executing the following in the script:
eval $(dbus-launch --sh-syntax)
My current test has this in an app’s script but I’m planning to move it into the the script_wrapper section of the cluster’s config.
Just wondering whether anyone has seen anything similar and if so, how have you resolved it?