Skip to content

Fix bug with app based screen text filtering - #67

Open
rantahar wants to merge 1 commit into
awareframework:mainfrom
AaltoRSE:main
Open

Fix bug with app based screen text filtering #67
rantahar wants to merge 1 commit into
awareframework:mainfrom
AaltoRSE:main

Conversation

@rantahar

Copy link
Copy Markdown

When screen text is filtered by application, screen text is still collected to a buffer from all applications. This buffer is only emptied when the active application matches the filtering. When a matching application is encountered, the whole buffer is included on the next row of data.

This change moves the line that empties the buffer outside the if statement for filtering applications. The buffer is emptied after every capture. As far as I can see, this should not affect the rest of the workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant