I had some issues with Spotify this Morning.
It wouldnt Start from the Terminal, Panel or Search Menu.
I Installed it from the Software Manager as a System Package and it worked fine until this morning.
After doing some research and Troubleshooting i found out (with ldd /usr/bin/spotify) that "libcef.so" couldnt be found.
From research: libcef.so is some Chromium embedded Framework that Spotify needs, dont know what that means tbh. I dont know if it got deleted by me or some update went wrong.
Fixed it with:
"sudo apt remove Spotify
flatpak install flathub com.spotify.Client
flatpak run com.spotify.Client"
Anybody know what went wrong or experienced Something Similar?