Skip to content

kcm_keyboard: fix invoking the setxkbmap command

Ahmad Samir requested to merge work/ahmad/keyboard into master

The setxkmap man page says to use '-option' for each option to set, so do that.

Concatenate the command manually by joining the list of arguments separated by a space. No need to use K/QProcess, it's a simple command, so use ::system() instead.

BUG: 448377

Merge request reports