mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #292] Notification enabaled by default when installing via brew #153
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#153
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 @TheCreatorAMA on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/292
Describe the bug
When installing spotify_player via brew on Mac OS the notifications are enabled by default. Havent found a way to disable the notifications other than installing spotify_player using cargo instead.
To Reproduce
Install spotify_player via brew
Expected behavior
Have no notification appear when the next songs plays on Mac OS (they stack up in notification center)
Log and backtrace
N/A
Screenshots
N/A
Environment
spotify_playerAdditional context
I may have missed something in the docs but I just want to disable the notifications without installing the application via cargo. I installed it using brew
@aome510 commented on GitHub (Nov 13, 2023):
brewpackage enables some extra features when building the application. Context: https://github.com/aome510/spotify-player/issues/189#issuecomment-1556300596.I would suggest you either reach out to the maintainer or make a PR to
homebrewrepo to update the build file if you don't want the extra feature.Just a note that
spotify_playerisn't responsible for maintaining the package's build file from external package manager.