SUMMARY Currently, the audio widget shows the output port when just one device is present: e.g. "analogue output". If more than one device is present, though, this can be confusing. As an example, I have two USB DACs and one of them is turned off; in such a case, the only thing I see is "analogue output". This doesn't allow me to be sure of what device is connected and working at a glance. STEPS TO REPRODUCE 1. Open the audio widget OBSERVED RESULT Only the output type is shown (e.g. "analogue output"). EXPECTED RESULT The device is shown as well (e.g. "analogue output (USB DAC)"). SOFTWARE/OS VERSIONS Linux: KDE neon KDE Plasma Version: 5.21.0 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION
Hmm, this was an intentional change made a year or two ago to simplify the presentation for the common case where you only have one device. We figured that there was no reason at all to show the full name when you only ever have one device (it was irrelevant information), and for people who periodically attach and detach devices, this is a manual action so they would know which device was in use. Part of the problem with always showing the name is that some device names are really ugly. Your device may say "USB DAC" but one of my devices is named "sof-hda-dsp Speaker + Headphones". I don't want to see that all the time. I know that hover only actions is sub-optimal, but maybe we could display the full name on hover when only one device is attached. What do you think?
I do see how weird, ugly names might be bad. I myself have "Raven/Raven2/Fenghuang HDMI/DP Audio Controller Digital Stereo (HDMI 4)". However showing them in some way can still be useful and I think that doing so on hover is actually the best solution given the circumstances!
All right, I'll put together a merge request.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/52
Try that on for size ^^
Git commit 9b8a0218f62a8690173ff99925039dffec5ef06b by Nate Graham. Committed on 25/02/2021 at 03:35. Pushed by ngraham into branch 'master'. [applet] When only showing friendly name, add full name on hover The applet has a special mode where it only shows a user-friendly name (e.g. "Speakers" and "Microphone") when there is only one device, on the logic that the full name is not needed when there is only one device because the user knows what it is, and also depending on the audio drivers in use, it can be a rather unsightly text string. However there may be times when the user actually wants to know the full name; perhaps they have forgotten which device of many they regularly use is currently connected, for example. For this case, we now display the full name on hover, so it's not getting in the way and possibly looking ugly until it's actually needed. FIXED-IN: 5.22 M +2 -0 applet/contents/ui/DeviceListItem.qml M +41 -4 applet/contents/ui/ListItemBase.qml https://invent.kde.org/plasma/plasma-pa/commit/9b8a0218f62a8690173ff99925039dffec5ef06b