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 1180 - tsak dialog boxes are displayed even if tsak is not built
Summary: tsak dialog boxes are displayed even if tsak is not built
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-08-20 07:36 CDT by Francois Andriot
Modified: 2012-10-19 15:29 CDT (History)
3 users (show)

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


Attachments
Disable use of SAK if TSAK is not built (1.87 KB, patch)
2012-08-20 07:37 CDT, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2012-08-20 07:36:01 CDT
Hello, I've built tdebase 3.5.13-sru with :
  cmake -DBUILD_TSAK=no

it builds fine, but when using kdesktop_lock, it still displays a "press CTRL+ALT+DEL" dialog box, which is totally unresponsive.

This is because, even when TSAK is not built, the kdesktop_lock (but also KDM) defaults to use it.

I have to manually disable TSAK in configuration files to disable it, but it should be disabled by default since I've not built it.
Comment 1 Francois Andriot 2012-08-20 07:37:14 CDT
Created attachment 792 [details]
Disable use of SAK if TSAK is not built

Here is a proposal to always disable SAK when TSAK is not built.
Comment 2 Slávek Banko 2012-08-22 15:14:33 CDT
Fixed in GIT hash 8f514540