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.

learn more… | top users | synonyms

1
vote
1answer
107 views

dbus-daemon - session.conf - windows configuration issue with the noncefile

I have an issue with running dbus-daemon on Windows 7 platform. I downloaded dbus 1.4.18 sources and built it using cmake and visual 2010 compilator. Then I started dbus-daemon using dbus-launch and ...
2
votes
1answer
79 views

Monitoring Clementine with DBus using Python

I'd like to do the exact same thing that is explained here : How to continuously monitor rhythmbox for track change using python but with Clementine instead of Rhythmbox. Problem is, I couldn't ...
0
votes
0answers
63 views

Python: several dbus methods under the same name. How to choose the right one?

Ok, this is probably simple but I'm stuck. There are several dbus methods under the same name. $ qdbus org.kde.kmail /KMail | grep openComposer method QDBusObjectPath ...
0
votes
1answer
50 views

Call java method with dbus

How is it possible to export a java method or object using dbus? I am writing this because the official documentation is very poor and it took me hours to figure out how to do it. Ideally the DBus ...
2
votes
1answer
63 views

Application needs to be running for dbus_g_proxy_new_for_name to work?

Can i call dbus_g_proxy_new_for_name without the application that implements the D-Bus method to be up and running ? I'm not sure if it is good practice to do so, or if is usual.
1
vote
1answer
167 views

keyboard layout indicator in awesome using dbus

I want to use dbus to update my keyboard layout indicator in awesome wm. Here is my func in lua module("keyb") function getklayout() local fd = io.popen("skb a") local ...
0
votes
1answer
64 views

D-Bus Send variant via d-feet

I use D-Feet D-Bus debugger to investigate some interfaces. One of them requires a variant type to be send as an argument (which means that you can send anything). But I have trouble sending the ...
1
vote
0answers
81 views

Python - Blocked thread at os.listdir

I have a mainloop in my program's main thread (The mainloop is a DBusGMainLoop waiting for a disk I/O event), every time an event handler is called a new thread is dispensed for some file copying. The ...
0
votes
0answers
47 views

How to make key-handler using dbus under linux/python

How to make key-handler using dbus under linux/python (special case hotkeys) ? It needs to get event which will be sent/captured to/by any program?
0
votes
1answer
114 views

Quickly Inter-Process Communication with signal about changes

I know several ways for IPC, such as: Shared memory DBus, COM and other technologies Via file First method to share memory directly into RAM, but i can't know about change in common memory ...
1
vote
1answer
101 views

multi-threaded avahi resolving causes segfault

I'm attempting to port my zeronconf-enabled C/C++ app to Linux, however I'm getting D-BUS related segfaults. I'm not sure if this is a bug in Avahi, my misuse of Avahi, or a bug in my code. I am ...
0
votes
1answer
194 views

how to resolve dbus dependency on libnih ./configure?

In a vps environment, I just installed dbus-1.6.8 required by libnih-1.0.3 however, the installation for libnih stops here: checking for DBUS... no configure: error: Package requirements ...
1
vote
1answer
115 views

In Gnome, what signal on dbus-monitor indicates the user is logging out?

I want to write a script that runs in the background and detects when a user logs out. I am having trouble finding documentation on dbus-monitor. The best I can do is that I see a flurry of ...
0
votes
0answers
101 views

DBUS Session TCP - Broken Pipe

Here's my problem. I have two different Red Hat 6. One in a Virtual Machine, and a physical one. Both are running 1.6.8 version of DBus and both use the same session.conf configuration file. A ...
0
votes
3answers
441 views

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, which I assume is the official one (Freedesktop.org). I've read it until this paragraph ...
1
vote
1answer
107 views

QtDBus linkage error

I built Qt on Windows with WinDBus. Qt itself built OK, but QDbus examples build fails with message moc_car_adaptor_p.obj : error LNK2001: unresolved external symbol "public: static struct ...
0
votes
1answer
126 views

dbus launching error! when booting ARM linux via NFS

Attempting to compile D-Bus for ARM but encountering an error. I use NFS to boot ARM board and load file-system from a directory "/home/make/root_nfs" on PC. Building D-Bus from sources on ...
0
votes
0answers
23 views

QVariantMap class

I use java and I need to use class QVariantMap. Objects of this class are returned by GetMetadata() dbus function. But I couldn't find out how to include this package (what package provides class ...
0
votes
0answers
46 views

dbus-python does not correctly recognize the signature

I have a python script that should connect to a dbus interface and receive some messages through signals. The signature of one of the items that it receives is: aa{qv} and even though it should ...
1
vote
0answers
99 views

Qt DBUS signals are delayed when process is not started as user

I am having a strange problem trying to get a small program running at boottime before any user has logged in. I have used different methods of running the program at boot and nothing has helped me ...
0
votes
0answers
44 views

DBusConnection class

I use java and try to compile this code: import org.freedesktop.dbus.DBusInterface; import org.freedesktop.dbus.DBusInterfaceName; @DBusInterfaceName("net.sacredchao.QuodLibet") interface Quodlibet ...
1
vote
1answer
195 views

How can I manually invoke dbus.service.signal decorator?

I'm trying to dynamically add signals to a D-Bus service using dbus-python. It provides a decorator for this that works fine if the signal names are known at module load time; however, I don't know ...
0
votes
0answers
217 views

Qt QDbus Sending Custom Types with QVariant

I'm trying to send a custom class ( "Span" ) inside a QVariant across the Dbus session bus in Qt between 2 simple applications. Span is a simple class that contains 2 double type properties. I have ...
0
votes
1answer
99 views

Compile DBus on 64 bit Windows

Ok, it's going to be a real nightmare for me to compile Qt5 on stupid windows platform. In first step I encountered a very strange error after hours of searching I found that it's because of ...
2
votes
0answers
46 views

Restricting D-Bus access to the logged-in user via ConsoleKit or systemd [closed]

I need to restrict the client of a D-Bus service to only the user logged into the system locally, via ConsoleKit or systemd. How must I configure or write the D-Bus service to do so?
0
votes
0answers
46 views

Setting root session and user session to same bus?

I have a script that has to be run under root, with bindings to dbus. DBUS_SESSION_BUS_ADDRESS = 'address set under .dbus file ...' class NewApp(dbus.service.Object): def __init__(self): ...
2
votes
1answer
123 views

DBus-Python Network Manager script - WpaFlags issue

I'm writing a python script in DBus-python for getting some info about available access points through Network Manager. I can correctly get the ssid, mac adress, signal strength values. Although when ...
0
votes
1answer
113 views

connecting to a signal with qdbus

qdbus is rather straightforward when calling methods, but is it possible to connect to a signal with it? Signature: signal void org.kde.kwin.Scripting.printError(QString text)
0
votes
0answers
33 views

Managed DBus-Sharp and native DBus compatibility and x64 support?

I want to use Dbus and DBus-Sharp when integrating C++ and C# IPC peaces of our platform. Are they compatible? Does DBus support 64 bit Window processes? Does DBus works over Windows named pipes? ...
8
votes
1answer
116 views

Emacs connects to system bus, but not to the session one

The system bus works fine (dbus-init-bus :system) returns nil, as it should. However, connection to the session bus (dbus-init-bus :session) raises (dbus-error "No connection to bus" :session) ...
-1
votes
2answers
253 views

Does the Windows Qt binary installer support DBus out of the box?

Does the Windows Qt binary installer support DBus out of the box? Specifically: version 4.x version 4.7.x version 4.8.x NOTE: Version 5.x is still in active development so I won't include 5.x as ...
2
votes
1answer
81 views

Start systemd service from C/C++ application or call a D-Bus service

I have a .service for a process that i don't want to start at boot-time, but to call it somehow from another already running application, at a given time. The other option would be to put a D-Bus ...
0
votes
1answer
83 views

How dynamically export methods to dbus using python, without static decorator?

I searched for an answer to this question in several places, but I could not find a consistent solution, and some are too old and unclear. I have a classe where the interface path for dbus is ...
4
votes
1answer
183 views

C# program connecting to example DBus daemon always gets 'Access is denied: DBus.BusObject'

For our current project we are using DBus (1.6.n). It is largely accessed from C++ in shared memory mode, and this works really well. I am now trying to access the same DBus from a C# program. In ...
0
votes
1answer
124 views

How export methods with dbus in a extended class in python, inherited methods?

I have a top class and classes that extend the top class, but almost all methods from the child classes are from the top class (using inheritance, without reimplementation), so I don't have the ...
2
votes
0answers
52 views

DBUS - Is it possible to have 2 instance of session bus or something similar?

I am facing some weird requirement with DBus based implementation. I would like to know if this is possible to have 2 instance of DBUS_SESSION_BUS or anything similar to this. Well, the reason why I ...
0
votes
1answer
322 views

Why cannot call method in org.freedesktop.NetworkManager with dbus in Python?

I tried the code below in interactive python shell and got the follow error in line 3 of code, using D-Feet I see that path and interface exists in bus, and with the command dbus-send I able to get ...
0
votes
0answers
36 views

dbus signals not received when window is not focused

I'm trying to add dbus support in an application, and it seems that everything is working and I can see my events being processed correctly. The problem is, the events only are caught by the app when ...
0
votes
0answers
61 views

How to: C++, DBus call to ask a terminal emulation program to create a new terminal, return slave PTY

DBus http://www.freedesktop.org/wiki/Software/dbus can be used to communicate with Linux multi-terminal emulator programs such as: RoxTerm (Gome) http://roxterm.sourceforge.net/ and Konsole (KDE) ...
7
votes
2answers
301 views

libvlc and dbus interface

I'm trying a to create a basic media player using libvlc which will be controlled through dbus. I'm using the gtk and libvlc bindings for python. The code is based on the official example from the ...
0
votes
1answer
53 views

What is the use of dbus_g_object_register_marshaller function

I am familiar to DBus and its Qt Binding. But I am very new to glib and related stuff. When I am going through the code of some project, I came across "dbus_g_object_register_marshaller" function. Can ...
0
votes
1answer
97 views

Pass a lambda expression as callable to dbus.Interface.connect_to_signal

I have a class, 'Listener', that connects callbacks to D-Bus signals. The callbacks and signal names are provided by another class, 'Client'. If the callbacks provided by Client are passed to ...
0
votes
1answer
161 views

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 the C library or use ffi, instead I trying to write this with ruby-dbus I got the Address ...
3
votes
1answer
170 views

udisks FilesystemUnmount appears to not exist when calling from python

I'm trying to unmount a filesystem that I mounted using FilesystemMount, but I keep getting UnknownMethod exceptions. I've verified that I can call the method on the Device interface via D-Feet, but ...
0
votes
0answers
147 views

DBus Rhythmbox Gobject set Properties

im having trouble with Gobject Introspection in Python. Im trying to access Rhythmbox via DBUS and i can access the methods inside of org.mpris.MediaPlayer2.Player, but i am trying to set values for ...
2
votes
2answers
575 views

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, mainly). I tried to install Dbus-Python with easyinstall and pip, but both fail. ...
1
vote
0answers
296 views

Emit signal is not happening in bluez dbus

I wrote some basic code to access the "start inquiry" bluez functionality by using dbus api's. Start Inquiry is happening that I could saw on hcidump. But I am not receiving any signal from the dbus ...
1
vote
1answer
61 views

How to handle classes as datatype in python-dbus

I'm new to python and dbus, but is there a data binding (= a way to send and receive) python classes via dbus-python? My class looks like this: class Item: def __init__(self, one, two, three, ...
0
votes
1answer
123 views

dbus SIGABRT / SIGSEGV issues “sometimes”

While using the DBUS library in a C code. I do get some issues while trying to send back the response on bus causing one of the processes to crash. I can't paste some parts of code due to ...
2
votes
1answer
954 views

org.gnome.SessionManager in Ubuntu 12.04 chroot

I'm trying to test totem in a minimal chroot (host and chroot both ubuntu 12.04 amd64). When I load a video, I get the error ** (totem:25660): WARNING **: Problem inhibiting the screensaver: ...

1 2 3 4 5 8