💾 Archived View for freeshell.de › tldr › qdbus.gmi captured on 2023-04-20 at 00:24:55. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Inter-Process Communication (IPC) and Remote Procedure Calling (RPC) mechanism originally developed for Linux.
qdbus
qdbus {service_name}
qdbus {service_name} {/path/to/object}
qdbus {service_name} {/path/to/object} {method_name} {argument1} {argument2}
qdbus {org.kde.Solid.PowerManagement} {/org/kde/Solid/PowerManagement/Actions/BrightnessControl} {org.kde.Solid.PowerManagement.Actions.BrightnessControl.brightness}
qdbus {org.kde.Solid.PowerManagement} {/org/kde/Solid/PowerManagement/Actions/BrightnessControl} {org.kde.Solid.PowerManagement.Actions.BrightnessControl.setBrightness} {5000}
qdbus {org.kde.kglobalaccel} {/component/kmix} {invokeShortcut} "{increase_volume}"
qdbus --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).