graesslin requested changes to this revision.
graesslin added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> kwinqml.cpp:63
> +[this] (ShellSurfaceInterface *shellSurface) {
> +qDebug() << "Shell surface created";
> +m_surface = s
graesslin requested changes to this revision.
graesslin added a reviewer: graesslin.
graesslin added a comment.
This revision now requires changes to proceed.
I would like to see a test case which verifies that it starts the
kwin_wayland instance and terminates it again.
INLINE COMMENTS
> kw
bshah requested changes to this revision.
bshah added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> kwinqml.cpp:73-75
> +QProcess *kwinWayland = new QProcess(this);
> +kwinWayland->setProcessChannelMode(QProcess::ForwardedChannels);
> +kwinWayland->
bshah requested changes to this revision.
bshah added a reviewer: bshah.
This revision now requires changes to proceed.
REPOSITORY
rKWIN KWin
REVISION DETAIL
https://phabricator.kde.org/D1989
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: bdhruve, #plas