[Greeter] Add a onSuspend() signal to Authenticator
AbandonedPublic

Authored by meven on Nov 23 2019, 12:01 PM.

Details

Reviewers
None
Group Reviewers
Plasma
Summary

CCBUG: 414399

Diff Detail

Repository
R133 KScreenLocker
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19087
Build 19105: arc lint + arc unit
meven created this revision.Nov 23 2019, 12:01 PM
Restricted Application added a project: Plasma. · View Herald TranscriptNov 23 2019, 12:01 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
meven requested review of this revision.Nov 23 2019, 12:01 PM
meven updated this revision to Diff 70205.Nov 23 2019, 12:10 PM

Undo blank line changes

If this solution is the one expected, I will probably offer a patch to sddm's greeter following the same pattern.

Have you had a look at the libkworkspace2 stuff? It should have that signal in it and is ready to be made a qml import iirc

meven abandoned this revision.EditedNov 23 2019, 1:46 PM

Have you had a look at the libkworkspace2 stuff? It should have that signal in it and is ready to be made a qml import iirc

I tried to find code that had this feature but missed it, thanks for pointing it out.
So I guess libkworkspace2 stuff means plasma-workspace/libkworkspace + plasma-workspace/components
This solution works, only SessionManangements did not emit aboutToSuspend signal to users.

I have updated D25487 to remove the need for this dependency.