最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spotify constant crash notifications while working just fine - Stack Overflow

programmeradmin1浏览0评论

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

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

Share Improve this question asked Jan 31 at 15:27 Ali HishamAli Hisham 211 bronze badge 1
  • Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Feb 1 at 18:10
Add a comment  | 

2 Answers 2

Reset to default 2

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

This issue may be caused by a corrupted Flatpak installation. To resolve it, try reinstalling Spotify

  1. Uninstall Spotify

flatpak uninstall com.spotify.Client

  1. Reinstall Spotify

flatpak install flathub com.spotify.Client

  1. Run Spotify

flatpak run com.spotify.Client

  • If the issue persists, consider clearing Spotify's cache and configuration files. You can locate these files in ~/.var/app/com.spotify.Client/ and delete them before reinstalling.

  • Ensure your system is up to date by running

sudo dnf update

to avoid any compatibility issues.

发布评论

评论列表(0)

  1. 暂无评论