Force kaccess to run under X
AbandonedPublic

Authored by davidedmundson on May 27 2017, 10:16 PM.

Details

Reviewers
graesslin
Group Reviewers
Plasma
Summary

KAccess is responsible for:

  • visual system bell
  • stick keys/slow keys
  • starting orca

None of this will work in wayland as-is; and when they are done, will
probably be in kwin anyway.

But, we do still want this set up for xwayland applications.

This sets the platform, so that we have xwayland apps still working the
same. Making wayland apps work properly is a task for another day.

Primarily this stops the thing crashing on startup.

Test Plan

Starts.
Can't vouch for any funcationality

Diff Detail

Repository
R119 Plasma Desktop
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Restricted Application added a project: Plasma. · View Herald TranscriptMay 27 2017, 10:16 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
graesslin requested changes to this revision.May 28 2017, 1:54 PM
graesslin added a subscriber: graesslin.

normally we do that in the main function prior to creating the QApplication. c.f. kmail or kwin_x11.

This revision now requires changes to proceed.May 28 2017, 1:54 PM
davidedmundson abandoned this revision.May 30 2017, 7:38 PM

Fair enough. My rationale was that we might end up running two kaccesses in different modes in future, but at that point I'll just make two executables.