graesslin added a comment.
In https://phabricator.kde.org/D1989#39559, @bdhruve wrote: > I am not getting how to proceed further now, can you please help me on this? Also, current confusion i have is, should kwin_wayland nested window appear when i run qmlscene? Because currently it does appear. No, it should not show. If it shows it means that it picks the wrong backend. This of course explains why the slot is not hit. It doesn't connect to the Wayland server you start thus it never tries to create a surface. Now the question is why it doesn't pick the right platform. The evaluation for that is in main_wayland.cpp - if I see correctly the problem is that there it's only checked for env variable WAYLAND_DISPLAY, but not also for WAYLAND_SOCKET. REPOSITORY rKWIN KWin REVISION DETAIL https://phabricator.kde.org/D1989 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: bdhruve, bshah, #plasma_on_wayland, graesslin Cc: bshah, graesslin, plasma-devel, kwin, hardening, jensreuterberg, abetts, sebas
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel