I recently messed a bit with the Spotify launcher in /usr/share/applications. I ended up removing the file /usr/share/applications/spotify.desktop from my system. I want to get back to defaults so I removed Spotify:
sudo apt remove --purge spotify-client
and afterwards I reinstalled it:
sudo apt install --reinstall spotify-client
Doing this didn't reinstall the default launcher in /usr/share/applications. There's nothing in ~/.local/share/applications.
How do I get it back?