bdhruve added a comment.

  In https://phabricator.kde.org/D1989#38023, @graesslin wrote:
  
  > I would like to see a test case which verifies that it starts the 
kwin_wayland instance and terminates it again.
  
  
  I am not sure on how to add testcase for this? 
  Here is code I use for testing locally:
  
  import QtQuick 2.0
  import org.kde.kwin.app 1.0
  Text {
  
    text: "Hello world"
    KWinApp {
         id: kwin
         //socketName:"kwin-emulator-wayland-0"
         anchors.fill:parent
         Component.onCompleted: kwin.start()
    }
  
  }

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, sebas
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to