Revision 49ecb2b...
Go back to digest for 10th April 2011Bug Fixes in KDE Base
Lamarque Souza committed changes in [kde-workspace] krunner/lock/lockprocess.cc:
Fix SimulateUserActivity not working for a second when resuming from
ram/disk.
The problem is in krunner/lock/lockprocess.cc, LockProcess::lock(...),
lines:
mBusy = true;
...
QTimer::singleShot(1000, this, SLOT(slotDeadTimePassed()));
The "dead-time" makes LockProcess ignores any SimulateUserActivity
requests during that one second-time.
I have added "mInitialLock = true" in LockProcess::signalPipeSignal() to
simulate the "--showunlock" parameter after the one second-time.
FIXED-IN: 4.6.3
File Changes
Modified 1 files
- krunner/lock/lockprocess.cc
1 files changed in total