fix: revert running libnotify actions asynchronously#135
Conversation
This late change in LizardByte#121 is causing crashing issues so revert until a reason this is necessary is found. This reverts commit 35c353d.
|
|
@ReenigneArcher I've realized this just now while trying to switch streamed application on my TV. Must have slipped my testing earlier. Sorry for the inconvinience! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #135 +/- ##
==========================================
- Coverage 64.38% 63.69% -0.70%
==========================================
Files 5 5
Lines 643 617 -26
Branches 209 199 -10
==========================================
- Hits 414 393 -21
+ Misses 153 150 -3
+ Partials 76 74 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Screenshot ComparisonPR #135 screenshots vs Matrix:
|
| Image | Baseline | PR |
|---|---|---|
tray_icon_initial.png |
||
tray_menu_checkbox_checked.png |
![]() |
![]() |
tray_menu_checkbox_unchecked.png |
![]() |
![]() |
tray_menu_shown.png |
![]() |
![]() |
tray_notification_displayed.png |
![]() |
![]() |
Matrix: macOS
| Image | Baseline | PR |
|---|---|---|
tray_icon_initial.png |
||
tray_menu_checkbox_checked.png |
![]() |
![]() |
tray_menu_checkbox_unchecked.png |
![]() |
![]() |
tray_menu_shown.png |
![]() |
![]() |
tray_notification_displayed.png |
![]() |
![]() |







































Description
The late change to run libnotify show/close sync in #121 is causing crashing issues in Sunshine (due to Hang detected). Revert the specific commit until a reason to implement this properly without hangs/crashes is found. Everything is working without crashing when run without using a separate thread.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage