Top "Dbus" questions

D-Bus is a message bus system, which allows client programs to call procedures on a service - basically, the machine-local equivalent to XML-RPC and SOAP.

How to define a d-bus activated systemd service?

Does anyone have an example, or a link to an example of how to define a systemd .service which is …

dbus systemd
Updated Bluez DBUS-API document?

I just tried to run a vala bluez example (found in the DbusClientSamples page) and I got this error: GDBus.…

bluetooth glib dbus vala gio
set/get property using dbus-send

I have made below sample xml and need some help in forming dbus-send command to set/get propoerty "Status". I …

dbus gdbus
BlueZ 5.30: D-Bus GATT API - Simply Discover and Connect to a BLE device in C

With the last release of BlueZ (5.30) the highlight was the completion of the GATT D-Bus apis. My goal is to …

bluetooth-lowenergy dbus bluez gatt gdbus
Start a service in docker container failed,with error: Failed to get D-Bus connection: No connection to service manager

I installed docker image and built a image successfully. When I ssh to the container and run the command service …

docker dbus systemd
Contacting Pulse Audio over Dbus

I am trying to write a basic volume application. Since I'm writing this in Ruby I don't want to extend …

dbus pulseaudio
DBus interface properties

How do I get the list of available DBus interface properties? I am writing a script that would be tracking …

python properties interface dbus
System D-Bus does not allow punching out ownership with conf files

I am trying to create a daemon service that runs on the system bus where the permissions for sending and …

linux configuration dbus qtdbus
Compiling C program with dbus header files

I'm trying to compile a C program, with these headers: http://pastebin.com/SppCXb0U , on Ubuntu. At first I …

c linker compilation dbus pkg-config
No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/

I start my qt application in the user's .profile file (not root) to make the app start on boot. Sometimes …

qt networking dbus