This morning I wanted to add a KMail policy to KDE Wallet. I couldn't find an obvious way to do that in the system settings KDE Wallet GUI, even using various mouse context menus.
But, I did find some niffty CLI commands for running the individual GUI's that make up the System Settings application.
From a Konsole just enter
sudo kcmshell5 <command>
Sometimes you don't need sudo.
But, I did find some niffty CLI commands for running the individual GUI's that make up the System Settings application.
Code:
The following modules are available: about-distro - Information About This System autostart - Automatically Started Applications bluedeviladapters - Bluetooth Adapters bluedevildevices - Bluetooth Devices bluedevilglobal - Advanced Bluetooth Settings breezedecorationconfig - Modify the appearance of window decorations breezestyleconfig - Modify the appearance of widgets cache - Configure web cache settings clock - Date and Time colors - Workspace and Application Colors componentchooser - Default Applications cookies - Configure the way cookies work cursortheme - Mouse Cursor Theme desktop - Navigation, Number and Layout of Virtual Desktops desktoppath - Location for Personal Files device_automounter_kcm - Configure automatic handling of removable storage media devinfo - Device Viewer dma - DMA information emoticons - Emoticon Theme filetypes - Configure file associations fontinst - Font Installation, Preview and Removal fonts - Fonts formats - Numeric, Currency and Time Formats icons - Icon Theme interrupts - Interrupt information ioports - IO-port information joystick - Joystick kamera - Configure Kamera kcm_activities - Activities help you to focus on a specific task kcm_baloofile - Configure File Search kcm_desktoptheme - Desktop Theme kcm_energyinfo - Energy Consumption Statistics kcm_fileindexermonitor - Monitor State of File Indexer kcm_kdeconnect - Connect and sync your devices kcm_keyboard - Keyboard Hardware and Layout kcm_kscreen - Manage and configure monitors and displays kcm_lookandfeel - Look And Feel kcm_memory - Memory information kcm_networkmanagement - Edit your Network Connections kcm_pci - PCI information kcm_phonon - Phonon Audio and Video kcm_plasmasearch - Configure Search kcm_printer_manager - Configure your printers kcm_pulseaudio - Configure the Audio Volume kcm_sddm - Select Login Theme kcm_splashscreen - Splash Screen Theme kcm_ssl - SSL Versions and Certificates kcm_systemd - Configure the systemd daemon kcm_touchpad - Touchpad settings kcmaccess - Accessibility Options kcmdolphingeneral - Configure general file manager settings kcmdolphinnavigation - Configure file manager navigation kcmdolphinservices - Configure file manager services kcmdolphinviewmodes - Configure file manager view modes kcmkded - Background Services kcmkwineffects - Desktop Effects kcmlaunch - Application Launch Feedback kcmnotify - Event Notifications and Actions kcmsmserver - Desktop Session Login and Logout kcmtrash - Configure trash settings kcmusb - USB devices attached to this computer kcmview1394 - Attached IEEE 1394 devices keys - Global Keyboard Shortcuts kgamma - A monitor calibration tool khotkeys - Configure Input Actions settings kwalletconfig5 - KDE Wallet Configuration kwincompositing - Compositor Settings for Desktop Effects kwindecoration - Look and Feel of Window Titles kwinoptions - Window Actions and Behavior kwinrules - Individual Window Behavior kwinscreenedges - Active Screen Corners and Edges kwinscripts - Manage KWin scripts kwintabbox - Navigation Through Windows mouse - Mouse Controls netpref - Configure generic network preferences, like timeout values nic - Network interface information opengl - OpenGL information powerdevilactivitiesconfig - Per-Activity Power Management powerdevilglobalconfig - Advanced Power Management Settings powerdevilprofilesconfig - Energy Saving proxy - Configure the proxy servers used screenlocker - Screen Locking Timeouts smb - Use to configure which windows (SMB) filesystems you can browse smbstatus - Samba status monitor solid-actions - Manage actions available to the user when connecting new devices spellchecking - Spell Checker Dictionaries and Options standard_actions - Standard Keyboard Shortcuts for Applications style - Widget Style and Behavior translations - No description available user_manager - Add, remove or edit system users useragent - Configure the way Konqueror reports itself wayland - Information about the Wayland Compositor webshortcuts - Configure web shortcuts workspaceoptions - Workspace Behavior xserver - X-Server information
sudo kcmshell5 <command>
Sometimes you don't need sudo.