mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #254] "Where is use_default?" #1066
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#1066
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 @AlJohri on GitHub (Sep 15, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/254
Describe the bug
When I open
spotify_playerfor the first time I get this window pop up. I'm not 100% sure if this is a spotify_player thing or an iTerm2 thing, but it only happens when I open spotify_player.NOTE: I am using
enable_media_control = true.To Reproduce
Open
spotify_playeron macOS on iTerm2 using a dedicated hotkey window.Expected behavior
I expect just
spotify_playerto open.Log and backtrace
Logs: https://gist.github.com/AlJohri/d69bf94c677ee9dcda082de41bbd10f1
Screenshots

Environment
0.15.0spotify_player(installed via brew, whatever the defaults are there). I also enabledenable_media_control = true.Additional context
iTerm2 Settings for HotKey Window for
spotify_player:@aome510 commented on GitHub (Sep 17, 2023):
With
media_controlenabled, MacOS specifically, the app will spawn a separate window namedspotify_playerfor listening to OS media events. IIUC, the "Where is use_default?" popup is to select settings for the window and should happen only once. I don't exactly remember which option I chose but it shouldn't affect the wayspotify_playeris used.Edit: now I remember. Actually the "Where is use_default?" is for selecting the settings for Desktop Notification, not related to
media_control. Once you select the app, the notification will be displayed using that app's icon.@AlJohri commented on GitHub (Sep 18, 2023):
Thank you! Once I selected an application from the list, the pop up went away. Indeed the
spotify_playerdock icon and notification icon all look like my selected application.