notificationscrashspotifyfedoradnf

spotify constant crash notifications while working just fine


in the first few minutes after opening spotify on fedora linux(it happened on fedora 40 and still happening on fedora 41), it keeps giving notifications about crashing even that there is no problem, this is what the problem reporter says: spotify quit unexpectedly the application encountered a problem and could not continue, just that there is no name or version or anything else

I have no idea of what to do tbh


Solution

  • I had the same problem,I fixed it by blocking the notifications of SIGABRT

    1. Open in text editor of your choice

    sudo nano /etc/abrt/abrt.conf

    1. Add the line

    BlackList = spotify

    1. Restart the service

    sudo systemctl restart abrtd