There's a merged pull request on the void-packages repository spotify: Fix missing icon in KDE task manager https://github.com/void-linux/void-packages/pull/40897 Description: Spotify onlys get a generic "X11" icon in the task manager. No window title is shown either. The template moves the "icons" folder provided by spotify to /usr/share/spotify. However, it appears that spotify searches for the icons in /usr/libexec/spotify. Create a symlink to /usr/share/spotify/icons so spotify finds the icons again. This makes the spotify icon appear in the KDE taskbar. It also sets the title of the spotify window. Fixes: #36615 #### Testing the changes - I tested the changes in this PR: YES