mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #653] [MERGED] Fix TIS/TSM in logs #1668
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1668
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/653
Author: @simons-public
Created: 5/5/2020
Status: ✅ Merged
Merged: 5/12/2020
Merged by: @shymega
Base:
master← Head:tis-tsm-fix📝 Commits (2)
30c7749Fix TIS/TSM in logs7a2b38areplace tabs with spaces📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
src/cmd/barriers/barriers.cpp(+7 -0)📄 Description
Silences the "is calling TIS/TSM in non-main thread environment" messages in the log when running a MacOS server as it is a red herring that causes a lot of issues to be filed. The messages are silenced by setting the
OS_ACTIVITY_DT_MODEenvironment variable toNO.Image of logs before:

Image of logs after:

Example issues that include mentions of TIS/TSM where it was not an issue:
#643, #599, #563, #532, #393, #232, #212, #112
This error comes from text input being handled by
barrierswhich is another thread from the mainbarrierapplication. More info about Text Input Manager (TIS) & Text Services Manager TSM can be found here🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.