Reputation: 1
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
Upvotes: 0
Views: 14
Reputation: 3
This issue may be caused by a corrupted Flatpak installation. To resolve it, try reinstalling Spotify
flatpak uninstall com.spotify.Client
flatpak install flathub com.spotify.Client
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.
Upvotes: 0