How do I disable Spotify notifications?
Remove spotify pop-up notification when a song starts doesn't work, as there's nothing called "notification" in the ~/.config/spotify/Users/[Spotify user name]-user/prefs file
Asked
Active
Viewed 1,404 times
3 Answers
3
As @edwinksl said in a comment you can actually do this right from the GUI.
- Hit the down arrow in the top right corner
- Select the settings option
- Last option under 'Display Options' should read 'Show desktop notification....' tap/click that and they'll be disabled.
gcalex5
- 131
2
Ok, simply adding ui.track_notifications_enabled=false as the first line of the file works. It's apparently normal if the field doesn't exist
Ywen
- 191
0
Quit Spotify and add ui.track_notifications_enabled=false in a new line anywhere in this file:
~/.config/spotify/Users/[spotify-user-name]-user/prefs
or ~/snap/spotify/current/.config/spotify/Users/[spotify-user-name]-user/prefs
and save.
- If nothing has changed, make sure you have quit Spotify and try editing the file again.
- If the
prefsfile doesn't exist create it and add mentioned line.
Also, you can change it in Spotify itself:
Settings > Display Options and toggle off: Show desktop notifications when the song changes