Skip to content

Windows not found on Linux #33

Open
@dancesWithBugs

Description

@dancesWithBugs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions