Bug 421793

Summary: KMail starts bluetooth headphones
Product: [Applications] kmail2 Reporter: Michal Hlavac <miso>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: NOR    
Version: 5.14.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michal Hlavac 2020-05-19 21:26:42 UTC
SUMMARY

I have bose on ear wireless headphones. When no music plays headphones goes to some sleep mode while still connected. This mode is huge battery saver. But with kmail running there are always ON, which means battery drains 

STEPS TO REPRODUCE
1. Connect bluetooth headphones
2. Start kmail

OBSERVED RESULT
Can hear noise in headphones. It looks like kmail opens some sound stream on start.

EXPECTED RESULT
When start kmail, headphones stays off, because no sound plays.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.1
Comment 1 Christoph Feck 2020-06-05 01:00:07 UTC
Could be because of QtWebEngine. Please test if this also happens if you start the Falkon browser.
Comment 2 Michal Hlavac 2020-06-05 12:01:55 UTC
OK, openSUSE Tumbleweed was upgraded to QT 5.15 and problems are gone. I think we can close this issue. Thanks
Comment 3 Christoph Feck 2020-06-05 18:57:43 UTC
Thanks for the update; changing status.
Comment 4 Michal Hlavac 2021-11-22 09:34:05 UTC
The right reason was process named speech-dispatcher-dummy. I couldn't find kmail option to disable tts, but this command resolved all problems:
mkdir -p ~/.config/speech-dispatcher && echo "DisableAutoSpawn" >> ~/.config/speech-dispatcher/speechd.conf