Revision 8ca08f3...

Go back to digest for 16th February 2014

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /:

Make some X-specific KCMs to only show on platform xcb

If the code is too X-specific it just crashes when systemsettings
is run on platform wayland. Thus it's better to just hide them from
systemsettings. This first round is:

* Accessibility (strong usage of Xkblib)
* Bell (depends on XKeyboardControl)
* Mouse (depends on XGetPointerMapping and friends)
* Keyboard (depends on XKBlib)

Some of the KCMs should get a Wayland backend in future or be rewritten
to be of better generic use.

File Changes

Modified 4 files
  •   kcontrol/access/kcmaccess.desktop
  •   kcontrol/bell/bell.desktop
  •   kcontrol/input/mouse.desktop
  •   kcontrol/keyboard/kcm_keyboard.desktop
4 files changed in total