We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Some Linux windows do not have a PID connected to them and fail window detection.
To Reproduce Application that behave like this: Steam, KeyPass 2
Expected behavior The windows and their process is supposed to be detected normally.
Desktop:
The text was updated successfully, but these errors were encountered:
Added a workaround in 994d355. The window can still be detected and time can be allocated to it but the owner of the window will be "unknown".
This happens because all windows are not given a PID on creation. Some linked issues/threads: Someone trying to get the window id from PID - There is a mailarchive with a codesnippet for a LD_PRELOAD that supposedly gives all windows a PID upon creation. Someone trying to kill a window with no PID
Sorry, something went wrong.
kmteras
No branches or pull requests
Describe the bug
Some Linux windows do not have a PID connected to them and fail window detection.
To Reproduce
Application that behave like this: Steam, KeyPass 2
Expected behavior
The windows and their process is supposed to be detected normally.
Desktop:
The text was updated successfully, but these errors were encountered: