[opengl] Drop functionality to start kcmshell compositing
ClosedPublic

Authored by graesslin on May 31 2018, 12:05 PM.

Details

Summary

The idea of opening the compositing kcm was to show a warning. But that
broke quite some time ago without noticing. We had two ways:

  • pass through --args command line argument
  • use dbus call to already open kcm

Neither of the two ways is working. The kwincompositing doesn't parse
the arguments and the dbus interface doesn't exist any more.

Following the advice to remove functionality nobody noticed that it is
broken, this is removed with this change. This probably broke with
introducing the new KCM which happened IIRC for Plasma 5.0.

BUG: 393845
FIXED-IN: 5.14.0

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin created this revision.May 31 2018, 12:05 PM
Restricted Application added a project: KWin. · View Herald TranscriptMay 31 2018, 12:05 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
graesslin requested review of this revision.May 31 2018, 12:05 PM
davidedmundson accepted this revision.Jun 1 2018, 9:40 AM
This revision is now accepted and ready to land.Jun 1 2018, 9:40 AM
This revision was automatically updated to reflect the committed changes.