Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Timers Manager: Disable auto stop timer on linux platform #2334

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Nov 29, 2021

Issue

Threads listening for mouse and keyboard events may cause thread lock on linux platform which cause that main process won't exit. It can cause that next process of OpenPype tray won't be initialized properly.

Changes

  • disable auto stop timer for linux platform

Note

Python module pynput is not written in a way we need to use it so we should check for different solution of this feature.

@iLLiCiTiT iLLiCiTiT self-assigned this Nov 29, 2021
@iLLiCiTiT iLLiCiTiT added the type: bug Something isn't working label Nov 29, 2021
Copy link
Member

@antirotor antirotor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@iLLiCiTiT iLLiCiTiT merged commit d9d8790 into develop Nov 29, 2021
@iLLiCiTiT iLLiCiTiT deleted the bugfix/auto_timer_stop_cause_threadlock branch December 13, 2021 15:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants