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 solve ImportError: No module named 'dbus'?

I have installed anaconda4 on my ubuntu and I have these modules on my Python: dbus-python (1.2.4) gi (1.2) pydbus (0.2) QtAwesome (0.3.2) qtconsole (4.2.0) …

python python-2.7 python-3.x dbus qtdbus
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11. NetBeans. Pi as remote host

I am trying to run the following example code using my NetBeans IDE: #include <stdio.h> #include <…

c raspbian raspberry-pi3 netbeans-8 dbus
How to compile a basic D-Bus/glib example?

I'm trying to learn how to use D-Bus with C bindings. I've never used D-Bus before. I'm following this tutorial, …

c compilation glib dbus
Install Python-Dbus in virtualenv

I am running an application in a virtual environment that needs access to DBus (to interact with the Network Manager, …

python installation virtualenv dbus
dbus_bus_request_name (): Connections are not allowed to own the service

I built a root filesystem on arm. It should run dbus-daemon and avahi-daemon, but when I try to run avahi-daemon $ …

linux dbus busybox avahi
Connecting to dbus over tcp

I wrote a simple python program to play and pause banshee music player. While its working on my own machine, …

python dbus
How to export DBUS_SESSION_BUS_ADDRESS

I'm trying to run D-Bus on an embedded system (Yocto Linux) and connect to it from my application code. I …

linux dbus yocto
D-Bus tutorial in C to communicate with wpa_supplicant

I'm trying to write some code to communicate with wpa_supplicant using DBUS. As I'm working in an embedded system (…

linux embedded dbus
How to emit dbus signal from command line

Is there a way to emit dbus signal from command line using dbus-send or something else ?

linux dbus
USB devices UDev and D-BUS

I am trying to get a list of currently plugged in USB devices in Ubuntu 10.10 and monitor changes that happen, …

python linux ubuntu dbus udev