https://bugs.kde.org/show_bug.cgi?id=445523
Sophie Dexter <sophie.dexte...@yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Sophie Dexter <sophie.dexte...@yahoo.co.uk> --- I have now installed KDE development tools and built against today's origin master: KDE Plasma: 5.24.80 Frameworks: 5.93.0 Qt: 5.15.2 The problem still exists and I went on to re-compile plasma-pa with gnagflow's proposed changes and can confirm that replacing onClicked: tester.testChannel(modelData === "lfe" ? "rear-center" : modelData) (NOTE now at line 409) with either onClicked: tester.testChannel(modelData === "lfe" ? "lfe" : modelData) or simply onClicked: tester.testChannel(modelData) does indeed work - for me. Is this a regression relating to what was apparently fixed by https://invent.kde.org/plasma/plasma-pa/-/commit/bc79ca3289903cb641fd29a0b9cf8da17427421a for https://bugs.kde.org/show_bug.cgi?id=427038 ? Personally I prefer the fallback audio-test-signal's 'white noise' for the subwoofer test sound to a rather muffled spoken 'rear center' so I didn't link 'audio-channel-lfe.oga' to 'audio-channel-rear-center.oga'. For me this is a 15-minute-bug because it causes KDE's 'systemsettings' to hang hint @Nate :-) https://pointieststick.com/2022/01/18/the-15-minute-bug-initiative/ 5. I’m experiencing this annoying issue that’s not on the list! Can you add it? Maybe. Mention the 15-minute bug initiative in the bug report for it, and KDE’s bug triagers will see if it makes the cut. I'd fix this in the KDE repository if I knew how, but (noob alert) I don't... and I'm not even sure if this is a good fix or a nasty hack (no offence gnagflow) -- You are receiving this mail because: You are watching all bug changes.