blueman icon indicating copy to clipboard operation
blueman copied to clipboard

Change device icon

Open burtek opened this issue 1 year ago • 6 comments
trafficstars

blueman: 2.3.5 BlueZ: 5.66 Distribution: LMDE 6 Desktop environment: Cinnamon 5.8.4

Is there a way to change paired device icon? I have a lot of different audio devices paired, all of them share same headset icon even though they might be a speaker with mic and would like to replace at least some icons with some other icon/picture to be able to more easily tell them apart

burtek avatar Jan 05 '24 09:01 burtek

There currently is not. Icon names are provided by bluetoothd, probably audio-headphones in that case and we just use those icon names in the GUI. A backend to override them would not be a problem - you could use e.g. dconf to control it -, but a user-friendly interface would probably require an icon picker (instead of just an input for an icon name).

cschramm avatar Jan 05 '24 10:01 cschramm

How can I change the icon using dconf? Can't find any instructions on that and I'm not dconf-familiar :/

burtek avatar Jan 05 '24 10:01 burtek

You can't. @cschramm was thinking ahead on how this could be implemented.

infirit avatar Jan 07 '24 01:01 infirit

Oh, gotcha. Thanks for clarification

burtek avatar Jan 07 '24 05:01 burtek

While on the topic, would it make sense to change the icon for Loudspeaker devices to something more appropriate? The current icon showing a literal circuit board is frankly a bit ugly and not very user-friendly. I'm sure we can find something better in the freedesktop icon spec or whatever is used in this project.

image

Using the Adwaita icon theme but it looks very similar in most themes.

AndreiMiculita avatar Jan 22 '24 21:01 AndreiMiculita

@AndreiMiculita: The icon name is chosen by BlueZ: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/src/dbus-common.c#n83 I'm sure they are open to suggestions, but there is no better generic audio device in Adwaita or even the Icon Naming Specification (that does not even have headset and headphones).

cschramm avatar Jan 23 '24 08:01 cschramm