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.

DBusWatch and DBusTimeout examples

I need to write an application in C for asynchronous sending and reading messages on the dbus message queue. I've …

c dbus
Print out response of Dbus Method Call in C

The problem I am having is specifically printing out the response of a dbus method call in C using the …

c methods dbus bus reply
How to launch a KDE konsole with multiple tabs running various progs?

I know how to start a Konsole with one executable running in it, and leave the Konsole open after the …

bash dbus kde konsole
Running notify-send as root

I am trying to get a notification when pluging in a USB device, for this I use a udev rule …

linux notifications root dbus notify
D-Bus linking issue

I have been trying to compile a program for dbus and as suggested I did in the code as mention …

linker-errors dbus pkg-config
Can you retrieve a D-Bus property without calling org.freedesktop.DBus.Properties.Get?

Say I want to programmatically get the interface name of my ethernet card. This seems to work: dbus-send --print-reply \ --type=…

dbus
Python and d-bus: How to set up main loop?

I have a problem with python and dbus. I checked out the developer docs and specifications, but I don't understand …

python dbus pygobject
Sending a byte array (type `ay`) over D-Bus using GDBus

I am trying to a byte array over D-Bus using the GDBus bindings. Can you please let me know how …

c dbus gdbus
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

I have a QT/C++ terminal application which binds to D-Bus, but when I attempt to bind on the session …

c++ qt dbus qtdbus
How do I extract the returned data from QDBusMessage in a Qt DBus call?

I'm trying to call WPA supplicant's DBus interface using Qt's QDBus class library. In particular, I'm trying to use the "…

c++ dbus qtdbus qdbus