https://bugs.kde.org/show_bug.cgi?id=488897
--- Comment #4 from Szymon Łągiewka <bugs-...@lagiewka.pl> --- I knew this change was coming to the applet, so I checked the MR behind it. It seems to use `node.nick` property to display prettier names. https://invent.kde.org/plasma/plasma-pa/-/merge_requests/239 However, it's seems to be the audio stack PipeWire (or it's PulseAudio/ALSA compatibility) that provides the weird data. Here's output of `pw-dump` props for a device that shows us "USB Device #1" ``` "props": { "alsa.card": 0, "alsa.card_name": "SteelSeries Arctis 5", "alsa.class": "generic", "alsa.components": "USB1038:12aa", "alsa.device": 1, "alsa.driver_name": "snd_usb_audio", "alsa.id": "S5", "alsa.long_card_name": "SteelSeries SteelSeries Arctis 5 at usb-0000:0c:00.3-3, full speed", "alsa.mixer_name": "USB Mixer", "alsa.name": "USB Audio #1", "alsa.resolution_bits": 16, "alsa.subclass": "generic-mix", "alsa.subdevice": 0, "alsa.subdevice_name": "subdevice #0", "api.alsa.card.longname": "SteelSeries SteelSeries Arctis 5 at usb-0000:0c:00.3-3, full speed", "api.alsa.card.name": "SteelSeries Arctis 5", "api.alsa.path": "hw:0,1,0", "api.alsa.pcm.card": 0, "api.alsa.pcm.stream": "playback", "audio.adapt.follower": "", "audio.channels": 2, "audio.position": "FL,FR", "card.profile.device": 1, "client.id": 48, "clock.quantum-limit": 8192, "device.api": "alsa", "device.class": "sound", "device.id": 72, "device.profile.description": "Game", "device.profile.name": "analog-game", "device.routes": 1, "factory.id": 18, "factory.mode": "merge", "factory.name": "api.alsa.pcm.sink", "library.name": "audioconvert/libspa-audioconvert", "media.class": "Audio/Sink", "node.description": "SteelSeries Arctis 5 Game", "node.driver": true, "node.name": "alsa_output.usb-SteelSeries_SteelSeries_Arctis_5_00000000-00.analog-game", "node.nick": "USB Audio #1", "node.pause-on-idle": false, "object.id": 78, "object.path": "alsa:pcm:0:hw:0,1,0:playback", "object.serial": 585, "priority.driver": 737, "priority.session": 737 } ``` -- You are receiving this mail because: You are watching all bug changes.