libnut icon indicating copy to clipboard operation
libnut copied to clipboard

Windows not found on Linux

Open dancesWithBugs opened this issue 3 years ago • 0 comments

Version: 2.1.0

The X11-related window management code doesn't consider that windows are structured as a tree rather than a list. getWindows() returns the children of the root window, but ignores all grandchildren windows.

This becomes problematic e.g. when searching for a window with a specific title. When the grandchild has a window title, but the parent does not, the current implementation cannot find the requested window.

dancesWithBugs avatar Dec 03 '20 22:12 dancesWithBugs