1722148
A known issue[1] exists when running RaySession on Wayland. 
1722148
Once started in a terminal, there will be an error message that
1722148
reads "qt.qpa.wayland: Wayland does not support QWindow::requestActivate()"
1722148
which obfuscates numerous other messages that are printed to the terminal.
1722148
In the QT Forum this was discussed[2]
1722148
with the result that using this function call is not allowed
1722148
in wayland.
1722148
1722148
As such, running RaySession on Wayland is not recommended until the issue
1722148
can be fixed upstream.
1722148
1722148
[1]https://github.com/Houston4444/RaySession/issues/44
1722148
[2]https://forum.qt.io/topic/90639