mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #277] Loose focus on startup (macOS) #139
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#139
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 @jacksongoode on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/277
Describe the bug
Starting causes the active terminal to loose focus. I think because of the mpris handler or whatever activity is being spawned outside the terminal that is taking focus.
Latest version, macOS
@aome510 commented on GitHub (Oct 27, 2023):
This is an expected behavior for MacOS if the media control feature is enabled. From the config document,
AFAIK, there is no good workaround this focus losing issue on startup.
@aome510 commented on GitHub (Oct 28, 2023):
@jacksongoode Will close this for now. Lmk if you figure a way to resolve this issues or have any related issues.