[kaccess] Don't talk to ksmserver
ClosedPublic

Authored by broulik on May 27 2019, 3:16 PM.

Details

Summary

We don't need any of its session restoration capabilities but it still talks to ksmserver just to then have us discard all the info anyway.

Test Plan
  • Sent sigstop to ksmserver, started kaccess, started fine now.

It doesn't seem to spawn any processes (KRun or QProcess) other than running gsettings (lol) for screen reader

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.May 27 2019, 3:16 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 27 2019, 3:16 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik requested review of this revision.May 27 2019, 3:16 PM
broulik edited the test plan for this revision. (Show Details)
ngraham edited the test plan for this revision. (Show Details)
davidedmundson accepted this revision.May 28 2019, 8:11 AM

kaccess is invoked by kcminit which currently happens before ksmserver...at best it was racy.
May as well make is explicit.

This revision is now accepted and ready to land.May 28 2019, 8:11 AM
This revision was automatically updated to reflect the committed changes.