
qdbus
List of commands for qdbus:
-
qdbus:tldr:08502 qdbus: Execute a specific method passing arguments and display the returned value.$ qdbus ${service_name} ${-path-to-object} ${method_name} ${argument1} ${argument2}try on your machineexplain this command
-
qdbus:tldr:4766c qdbus: List available service names.$ qdbustry on your machineexplain this command
-
qdbus:tldr:82705 qdbus: List object paths for a specific service.$ qdbus ${service_name}try on your machineexplain this command
-
qdbus:tldr:91ae2 qdbus: List methods, signals and properties available on a specific object.$ qdbus ${service_name} ${-path-to-object}try on your machineexplain this command
-
qdbus:tldr:beea1 qdbus: 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-brightness}try on your machineexplain this command
-
qdbus:tldr:e5359 qdbus: Set 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} ${5000}try on your machineexplain this command