Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

filtering window title is broken for signals #410

Closed
koekeishiya opened this issue Feb 12, 2020 · 0 comments
Closed

filtering window title is broken for signals #410

koekeishiya opened this issue Feb 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@koekeishiya
Copy link
Owner

Filtering signals by window title is broken. Affects the following events:

WINDOW_CREATED
WINDOW_FOCUSED
WINDOW_MOVED
WINDOW_RESIZED
WINDOW_MINIMIZED
WINDOW_DEMINIMIZED
WINDOW_TITLE_CHANGED

We are not allowed to use CoreFoundation functions after forking.. thus we are not able to retrieve the window title at this point.

EVENT_HANDLER_WINDOW_MOVED: Google Chrome 262
event_signal_transmit: window_moved
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
title = '<unknown>'
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant