Bug 421793 - KMail starts bluetooth headphones
Summary: KMail starts bluetooth headphones
Status: RESOLVED UPSTREAM
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.14.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-19 21:26 UTC by Michal Hlavac
Modified: 2021-11-22 09:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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