mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #614] macOS: exec application and choose application window when using media controls #358
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#358
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?
Originally created by @luiz290788 on GitHub (Nov 25, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/614
Describe the bug
There is an exec application that is open every time I open
spotify_playeron macOS.When I cmd+tab into that app I get the following message in the terminal:
And when I use the media controls from my keyboard this window opens, the control works but I always have to close this annoying window:
Is this expected?
To Reproduce
spotify_playerusing home brew (brew install spotify_player)enable_media_control = truein the~/.config/spotify_player/app.tomlspotify_playerexecapplicationExpected behaviour
No presence of the
execapplication and no windows when using the media controls.Log and backtrace
Screenshots
See screenshots in the description.
Environment
@luiz290788 commented on GitHub (Nov 25, 2024):
This app only appears when the media control is enabled. I updated the steps to reproduce with that
@luiz290788 commented on GitHub (Nov 25, 2024):
I guess I found the reason I'm seeing this app
But is there a way to do that without requesting the "Where is use_default?" window? That is super annoying.
@luiz290788 commented on GitHub (Nov 25, 2024):
Ok, I found this.
Is there anyway to do that without having to keep this application open?