qdbus
all
Inter-Process Communication (IPC) and Remote Procedure Calling (RPC) mechanism originally developed for Linux.
More info →Examples (8)
List available service names
List object paths for a specific service
qdbus service_nameList methods, signals and properties available on a specific object
qdbus service_name /path/to/objectExecute a specific method passing arguments and display the returned value
qdbus service_name /path/to/object method_name argument1 argument2 ...Display the current brightness value in a KDE Plasma session
qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement/Actions/BrightnessControl org.kde.Solid.PowerManagement.Actions.BrightnessControl.brightnessSet a specific brightness to a KDE Plasma session
qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement/Actions/BrightnessControl org.kde.Solid.PowerManagement.Actions.BrightnessControl.setBrightness 5000Invoke volume up shortcut in a KDE Plasma session
qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume"Gracefully log out and then do nothing, reboot, or shut down
qdbus org.kde.Shutdown /Shutdown logout|logoutAndReboot|logoutAndShutdownmade by @shridhargupta | data from tldr-pages