[BUG]: Not detecting TIDAL close-to-tray, even with identify-tray-application #154

Closed
opened 2026-01-05 14:48:36 +01:00 by adam · 2 comments
Owner

Originally created by @shinymerlyn on GitHub (Oct 24, 2022).

Describe the bug
When clicking the X which "minimizes" TIDAL to the tray, a gap is left. It works correctly if you hit the minimize button. This is true even if I enable the identify-tray-application feature, pointed at TIDAL.

To Reproduce
Steps to reproduce the behavior:

  1. Install TIDAL and get it set up for normal use
  2. Enable TIDAL's "close to tray" feature
  3. Add any of these to komorebi.ahk -
IdentifyTrayApplication(title, TIDAL)
IdentifyTrayApplication(exe, Tidal.exe)
IdentifyTrayApplication(exe, TidalPlayer.exe)
  1. Reload the config (or let it autoreload)
  2. Open up TIDAL
  3. Open up several other windows
  4. Hit the X button to close it to tray

Expected behavior
Komorebi should detect that it was "minimized" to the tray, and close the gap.

Screenshots and Videos
Before:
image
After:
image

Operating System
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19044 N/A Build 19044

Additional context
Powertoys fancy zones is installed and running, but theoretically at least it shouldn't conflict at all, since I need to drag and hold shift for it to do anything. Could try killing it, but I think it probably has no bearing on this problem. This is the only AHK script, and this is the only automatic window manager.

Originally created by @shinymerlyn on GitHub (Oct 24, 2022). **Describe the bug** When clicking the X which "minimizes" TIDAL to the tray, a gap is left. It works correctly if you hit the minimize button. This is true even if I enable the `identify-tray-application` feature, pointed at TIDAL. **To Reproduce** Steps to reproduce the behavior: 1. Install TIDAL and get it set up for normal use 2. Enable TIDAL's "close to tray" feature 3. Add any of these to komorebi.ahk - ``` IdentifyTrayApplication(title, TIDAL) IdentifyTrayApplication(exe, Tidal.exe) IdentifyTrayApplication(exe, TidalPlayer.exe) ``` 4. Reload the config (or let it autoreload) 5. Open up TIDAL 6. Open up several other windows 7. Hit the X button to close it to tray **Expected behavior** Komorebi should detect that it was "minimized" to the tray, and close the gap. **Screenshots and Videos** Before: ![image](https://user-images.githubusercontent.com/71289303/197603022-ee00a9aa-e46f-44b9-a7ea-85ee2a1f0ca3.png) After: ![image](https://user-images.githubusercontent.com/71289303/197603134-b1248dd3-787a-4905-90ce-cab1b2488979.png) **Operating System** OS Name: Microsoft Windows 10 Pro OS Version: 10.0.19044 N/A Build 19044 **Additional context** Powertoys fancy zones is installed and running, but theoretically at least it shouldn't conflict at all, since I need to drag and hold shift for it to do anything. Could try killing it, but I think it probably has no bearing on this problem. This is the only AHK script, and this is the only automatic window manager.
adam added the bug label 2026-01-05 14:48:36 +01:00
adam closed this issue 2026-01-05 14:48:37 +01:00
Author
Owner

@shinymerlyn commented on GitHub (Oct 25, 2022):

I can get it to float with a float toggle hotkey, and it says TIDAL as the title and TIDAL.exe as the executable in komorebi status. So I'm not sure exactly the cause here. I sort of wonder if it just uses a non-standard method of "closing to tray"?

@shinymerlyn commented on GitHub (Oct 25, 2022): I can get it to float with a float toggle hotkey, and it says `TIDAL` as the title and `TIDAL.exe` as the executable in `komorebi status`. So I'm not sure exactly the cause here. I sort of wonder if it just uses a non-standard method of "closing to tray"?
Author
Owner

@LGUG2Z commented on GitHub (May 14, 2024):

A lot of work has been done in reducing ghost tiles since this so I'm closing for now, please re-open if this issue persists

@LGUG2Z commented on GitHub (May 14, 2024): A lot of work has been done in reducing ghost tiles since this so I'm closing for now, please re-open if this issue persists
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#154