Skip to content

Added functionality for using multiple key and value flags.

Danila Skachedubov requested to merge skachedubovda/kconfig:kwriteconfig into master

Hello, I encountered a problem when using the kwritecofig5 command. To work with group policies that regulate KDE settings, I use this command to edit configuration files. Many settings have this format: example:

[Daemon]
Autolock=true
LockOnResume=true
Timeout=5

Previously, I sent a pull request(!291 (closed)), I corrected the mistakes I made there. I added functionality that allows you to use the command: kwriteconfig5 --file kscreenlocker --group Daemon --keys "Autolock=true LockOnResume=true Timeout=5" --type string

Merge request reports