By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1631 - Add options to disable automatically launching kttsd with akregator and kalarm
Summary: Add options to disable automatically launching kttsd with akregator and kalarm
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-08-16 13:30 CDT by Darrell
Modified: 2018-05-27 10:47 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-08-16 13:30:31 CDT
I don't know the extent of kttsd support in akregator and kalarm. Although likely a handy feature for a minority of users, there should be both compile and user options to disable kttsd support.

kttsd is only a frontend wrapper to a backend speech engine. Without the backend engine kttsd is impotent and just another automatically launched process --- running fast to nowhere.

The compilation configuration option could be something like -DBUILD_SPEECH_CLIENT.

The compile option is handy for packagers who want to build a lean-and-mean or minimal Trinity package set, such as for limited hardware.

User options would be a check box in the app General settings. The user option would prevent the kttsd from being launched.

When -DBUILD_SPEECH_CLIENT=OFF, the user configuration check box would be ghosted/disabled or does not appear at all. Ghosted/disabled seems better because that provides users a nominal clue toward a solution (recompiling).

The user check box What's This tooltip should include information that a speech backend is needed to make use of kttsd. Perhaps too an informational popup kdialog appears when users enables kttsd in either app to remind them of the backend requirement.

I consider this a bug and not an enhancement request. :-)
Comment 1 Darrell 2013-10-03 16:05:30 CDT
Note: the speech client toolbar would need to be disabled too.