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 1900

Summary: [stdout/stderr] sh: /opt/trinity/bin/tsak: No such file or directory
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2968    

Description Darrell 2014-02-02 15:09:05 CST
To view the message:

Start the login manager kcontrol module.

Either from within kcontrol or with tdecmshell tdm.

I did not build Trinity with tsak support. Therefore there is no tsak executable. The message makes sense but seems there should be a basic sanity check for existence before attempting to run tsak so as not to clutter the xsession log.

The probable trigger of the message:

tdebase/kcontrol/tdm/tdm-appear.cpp:256

if (system(KDE_BINDIR "/tsak checkdeps") != 0) {