LinuxCommandLibrary

kreadconfig5

Read KConfig entries for KDE Plasma.

TLDR

Read a key from the global configuration

$ kreadconfig5 --group [group_name] --key [key_name]
copy


Read a key from a specific configuration file
$ kwriteconfig5 --file [path/to/file] --group [group_name] --key [key_name]
copy


Check if systemd is used to start the Plasma session
$ kreadconfig5 --file [startkderc] --group [General] --key [systemdBoot]
copy

Help

Usage: kreadconfig5 [options] 

Options:
  -h, --help         Displays help on commandline options. 
  --help-all         Displays help including Qt specific options. 
  --file       Use  instead of global config 
  --group     Group to look in. Use "" for the root group, or 
                     use repeatedly for nested groups. 
  --key         Key to look for 
  --default   Default value 
  --type       Type of variable 

Copied to clipboard