this post was submitted on 22 Feb 2025
39 points (100.0% liked)
KDE
5978 readers
32 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The thing is : I want my laptop to never have sound when using speakers, but always when connecting anything, e.g. Bluetooth or HDMI.
So, I mute
Built-in Audio Analog Stereo
, but I don't muteTurn It Up Wireless Speaker
: then, when I connect the latter, it has sound, but when I disconnect it, the former stays muted, therefore I never risk being surprised by sound.Except, when I need to use HDMI, I actually have to unmute
Built-in Audio Analog Stereo
becauseDigital Stereo (HDMI) Output
is considered to be the same item by Linux, therefore when I unplug it, it turns back toBuilt-in Audio Analog Stereo
but stays unmuted, which leaves me at risk of being surprised by sound.Yeah, I can see how it would be confusing. Your internal sound "card" is managing several outputs (profiles) and settings are per device rather than profile.
I'm sure there's a way to detect the HDMI plug/unplug and script an action to un/mute the audio. If you're connected to the other external speaker, that action could be confused, so you'd have to account for that.
I'm not expert in that department, but udev is where I'd start.
Here's a link to someone trying to trigger action on HDMI events that could get you started down the right path: https://forums.raspberrypi.com/viewtopic.php?t=343614