https://bugs.kde.org/show_bug.cgi?id=393845
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.14.0 Latest Commit| |https://commits.kde.org/kwi | |n/46eceef299b56c259db111b6b | |b182517195599e3 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Martin Flöser <mgraess...@kde.org> --- Git commit 46eceef299b56c259db111b6bb182517195599e3 by Martin Flöser. Committed on 01/12/2018 at 10:42. Pushed by graesslin into branch 'master'. [opengl] Drop functionality to start kcmshell compositing 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. FIXED-IN: 5.14.0 Reviewers: #kwin, #plasma Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D13235 M +0 -54 plugins/scenes/opengl/scene_opengl.cpp https://commits.kde.org/kwin/46eceef299b56c259db111b6bb182517195599e3 -- You are receiving this mail because: You are watching all bug changes.