https://bugs.kde.org/show_bug.cgi?id=385595

            Bug ID: 385595
           Summary: KWin::WorkspaceWrapper signal clientAdded(KWin::Client
                    *client) doesn't trigger on Wayland
           Product: kwin
           Version: 5.11.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: scripting
          Assignee: kwin-bugs-n...@kde.org
          Reporter: jasu.kopo...@hotmail.com
  Target Milestone: ---

KWin Scripts can't detect new clients on Wayland, unless the program is using
XWayland. 


Steps to reproduce: 

1. Open the "WM Console" through KRunner.

2. Insert the following:
workspace.clientAdded.connect(function() { print("added"); })
workspace.clientRemoved.connect(function() { print("removed"); })

3. Execute

4. Start a Qt program and the script prints nothing, start a GTK2 program and
the script prints "added". When removing a Qt program the script prints
"removed".

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to