When I mount a my phone, Unity set this icon (or one like it) in its Launcher:
/usr/share/icons/Humanity/devices/48/multimedia-player.svg
Nautilus shows this icon (or one like it): /usr/share/icons/gnome/scalable/devices/multimedia-player-symbolic.svg
The thing is I'm tired of looking at a silly generic multimedia player icon for my phone. I want to add my own phone icon.
I could perhaps add my own multimedia-player.png
and multimedia-player-symbolic.png
in perhaps ~/.local/share/icons
and hope they get precedence over the system icons.
But I'd rather fix the root of the problem and have my phone detected as a "phone" instead of a "multimedia-player" which seems to me the case.
My questions are:
- How do I change the icon for my phone?
- Where is this "multimedia-player" device class detected? And where can I specify my own? (I assume some udev usb vendor id configuration rule, but I cannot find any).
- Where is the icon associated with device class? (If this is really what's going on)