The Spotify indicator icon clashes with the native Unity theme, and is redundant, since it is already listed in the Sound indicator menu. Is there a way to remove or disable the Spotify indicator? Or at least to change the icon (couldn't grep it on my filesystem). I am using the Spotify "preview" with 12.04. Thanks!
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
The best way to do this is to remove the icon used by spotify to display the indicator. This can be done by executing the following command in the terminal,
Replace user_name with your user name. This should effectively disable the spotify indicator. Exit spotify and restart spotify to notice the change. |
|||
|
It could be worth trying to use apparmor to prevent spotify from loading the icon. /etc/apparmor.d/usr.bin.spotify
/usr/bin/spotify {
# deny read access to the icon
deny /usr/share/spotify/theme/other/_linux/icon.ico r,
}
Wait for a few seconds and try running spotify again. |
|||
|
|