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

0
votes
1answer
189 views

How do I get the value of a DBus property?

I'm trying to create a general remote control application for MPRIS based media players. Controlling the media players is so easy, but as I'm quite new to DBus and DBus-GLib, getting values from DBus ...
1
vote
0answers
135 views

Marshalling 16 bit unsinged int in Qt DBUS

In QT we have following representations of 16 bit unsigned available: typedef unsigned short int uint16_t; (in stdint.h) typedef unsigned short quint16; (in qglobal.h) What is the ...
0
votes
1answer
415 views

Qt Bluetooth with Linux

I'm trying to setup a bluetooth server for one device with Qt and can't figure out how to use QDbus and bluez. The device is going to send strings. The two are already paired.
0
votes
1answer
630 views

Where to find dbus-*dev source package?

I have installed DBUS, and while trying to configure glib, i get checking pkg-config and meet configure error: DBus development libraries not found i have also done export PKG_CONFIG_PATH to ...
0
votes
1answer
548 views

USB HID device detection

I am trying to access an USB HID device under Ubuntu(kernel-3.0). I want to write a program which could notify me whenever an USB device is attached to the bus i.e is there any event generated ...
1
vote
1answer
987 views

Qt Compilation with dbus

I am trying to compile qt with dbus but it gives me the following exception. I have installed the dbus version 1.3 in the system and I am using the following configure command. Can someone point me ...
1
vote
0answers
96 views

Listening all upstart jobs and events by python

I want to listen all Upstart jobs/events on a Linux host (Amazon EC2 Linux AMI) by Python, in order to bridge all jobs/events to a RabbitMQ server, so that a worker host can record it and do something ...
0
votes
1answer
132 views

Java best approach (Threads, DBus and HttpRequest)

I have this situation in Java: On internal modules called I. A big module Z that receives messages by DBus from I. This big module Z communicate with a external server E (for every message received ...
0
votes
1answer
376 views

connecting user specific DBus session in Qt C++

in Python-dbus one can connect user specific dbus like .. import dbus bus1 = dbus.bus.BusConnection("tcp:host=192.168.1.1,port=1234") how can one achive the same in QtDbus in C++ ? all I can find ...
0
votes
1answer
278 views

Compilation error dbus-ping-pong

I have downloaded files from http://cgit.collabora.com/git/user/alban/dbus-ping-pong.git/tree/ I am trying to compile it using the command gcc pkg-config --libs --cflags dbus-1 dbus-glib-1-2 ...
5
votes
1answer
1k views

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, I have trouble doing it to a remote computer, connected to the same router (LAN). I edited ...
3
votes
1answer
956 views

Why Bluetooth needs DBUS way of communication in android?

I am newbie to Android DBUS, recently I was informed that I need to use DBUS to implement Bluetooth in Android, from DBUS documentation I see DBUS is used for communication medium between two ...
1
vote
1answer
594 views

How to create dbus service from console?

There are more or less straightforward ways to emit or listen signals of existing DBus services using tools like dbus-send or dbus-monitor. How to register service and object from the shell? ...
2
votes
1answer
287 views

is DBus what I'm looking for?

I need an IPC system on Linux. My requirements are: packet/message oriented ability to handle both point-to-point and one-to-many communication no hierarchy, there's no server and client if one ...
1
vote
1answer
178 views

mapping pid to qdbus service numbers after launching

I am trying to write a bash script which will launch a program (konsole) and send dbus messages to it. Here is my experiment konsole & echo pid is $! ps aux | grep konsole qdbus | grep konsole ...
2
votes
1answer
261 views

Is there a way to get the uid of the other end of a unix socket connection

Is there a way for a UNIX domain socket listener to only accept connection from certain user (chmod/chown does not work for abstract socket afaik), or in another word, get the uid of the incoming ...
0
votes
1answer
477 views

Send array of struct containing an array over DBus using glib

I am trying to send an array of this struct to a DBus Server: typedef struct { guint arg1; guchar msg[DTC_ACTION_PATH_LENGTH]; } DTC_ErrorMessage; Here is the function I am working on: ...
1
vote
1answer
2k views

DBus - How can I list all services (bus name) in the system bus?

I'd like to create a program that connects to dbus --system bus and list all services (bus_names) connected. Just like "qdbus". Does anybody could help me? My dbus version is dbus-1.2.24 and I'm ...
0
votes
1answer
125 views

How do I compile & use java-dbus 2.7 on windows?

If I'm working on a cross-platform project that uses dbus-java, what do I need to do differently on windows? This is the only resource I've found that asks this question, and I'm not sure I ...
1
vote
2answers
351 views

Get sender PID from DBUS

I have spent four hours in deep searching :), but didn't find: How to get PID from DBUS sender under Qt. From other dbus libs it's quite simple: Call dbus_message_get_sender to get the caller's ...
0
votes
1answer
394 views

Qt DBus: register object that implements multiple interfaces

Using the Qt DBus library, I'm having a hard time registering an object implementing multiple interfaces. <node> <interface name="x.I1"> <method name="foo"/> </interface> ...
1
vote
0answers
159 views

Udev rules for two identical devices to name as “device1”, “device2”? [closed]

I have two identical devices (same vendorId, productId) connected to USB hub. and I am writing UDev rules to rename the device as "device1", "device2". SUBSYSTEMS=="usb", ACTION=="add", ...
1
vote
0answers
152 views

Using QtRuby with DBus signals

I have a Qt GUI script written in Ruby that I would like to get signal from DBus when a new USB device is detected. The scripts works if I connect to my slot to DBUS signal without any parameter, but ...
0
votes
0answers
208 views

D-Bus: Export object without ObjectManager

I want to create an object and export it at the D-Bus. More exactly I'm using the gdbus and generate the object's code using gdbus-codegen. The example at the glib page (animal and cat objects) only ...
3
votes
1answer
1k views

MPRIS + Python (dbus): reading and writing properties

I have already checked this link: How to handle properties of a dbus interface with python. However, that only lists an API... but I don't know where that API comes from. I just started working with ...
1
vote
1answer
975 views

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 read that for doing that I should use the DBusWatch and DBusTimeout objects that the ...
3
votes
0answers
384 views

glassfish crash caused by libdbus on debian squeeze

I'm running glassfish v3.1.1 build 12 using java build 1.6.0_29-b11 on linux debian squeez (6.0.4). I'm running a webapp which is calling an external soap webservice. Every now and then the jvm ...
0
votes
1answer
257 views

Lua reading dbus info

The last few days I've looked on the internet and couldn't anything that worked. What module can I use to read dbus with lua?
7
votes
1answer
2k views

error: longjmp causes uninitialized stack frame

I have a server application that creates a Bus on the dbus and after some minutes of running I got an error that I have never seen before. Did you have an idea whats wrong? *** longjmp causes ...
2
votes
1answer
1k views

DBus .service file missing

I am building custom dbus service for my own demands and want it to start automatically when someone need it. For that purpose I've created .service file like this [D-Bus Service] ...
1
vote
1answer
276 views

How to export an object on a custom dbus using Python?

I want to provide dbus methods and signals on a custom bus (i.e. not SessionBus or SystemBus). If I start a test copy of the dbus-daemon from the command line, as described in dbus-daemon man page, ...
1
vote
0answers
209 views

Cross-compile QtDbus application for Linux/MIPS

I am trying to cross-compile dbus-chat example (included in qt-everywhere-opensource-src-4.6.2) for Linux/MIPS device. I am getting following error while building: ...
2
votes
0answers
369 views

Krusader crashed on Mac OSX 10.7.2

i've installed krusader via macports but i'm unable to run krusader. w-4jesc:web_cms_dms w-4jesc$ /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader KGlobal::locale::Warning your global ...
0
votes
1answer
207 views

How to register an interface and register methods using QtDbus?

I want to register an interface and methods on QtDbus. In glib Dbus we have have a method g_dbus_register_interface(.. ,.. , .., ..). Is there a way I can do the same using QtDbus?
1
vote
2answers
329 views

Parse a variant array using command line utils in bash

To get the current song being played in spotify (using DBus), I use the following command: dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 ...
3
votes
0answers
170 views

how to expose methods on system bus using Qtdbus

I want to expose methods of my application on System bus using Qt Dbus in Qt Creator. while using session bus ,the methods get exposed, but with system bus I am only able to see the Service name with ...
0
votes
1answer
178 views

D-Bus, UDisks and Glibmm's bindings

I'm having a problem with a simple D-Bus concept. I'm using Glibmm D-Bus bindings (Gio::DBus namespace) to access the UDisks interface. I'd like to read some attributes of every hard disk found on the ...
0
votes
1answer
127 views

Howto get a count of the dbus clients for an object

I'm trying to hack an extra feature to the quodlibet mpris plugin. If you want more details on what I'm trying to do, please see: http://code.google.com/p/quodlibet/issues/detail?id=889 , but that ...
3
votes
1answer
509 views

Disconnect a WiFi accespoint using NetworkManager and Python

I’m building an Python application that has to connect and disconnect from Wifi on linux box. I’m using NetworkManager layer, through the nice networkmanager lib found in cnetworkmanager (a python CLI ...
1
vote
1answer
139 views

How to disable media_automount_open in Ubuntu through a script

I writing a script that mounts and unmounts several USB devices quickly. When a new device is mounted, Ubuntu, by default, opens up a file browser window for that device. That behavior gets very ...
0
votes
2answers
966 views

Confusion in aplay Command.

Here i want to understand this commmand. aplay -D hw:0,0 /opt/WL1271_demo_01/gallery/Pop.wav Why we used asound.conf file. we have to need update bluetooth address of hands free device in this ...
0
votes
1answer
1k views

Can anybody explain this command

Here I want to know about dbus-send command in brief I want to know how we can use this and how this command call automatically functions of other c files. Here I put one example which is used in ...
1
vote
1answer
632 views

how to use parameters signature as “a{sv}” in dbus-send

I have some trouble with dbus-send when using "a{sv}" Calling a method with in_signature='a{ss}' seems to work using the following command line: dbus-send --dest="org.test.TestService" ...
1
vote
1answer
229 views

Assertion error in dbus-c++ , terminates process

I am using the dbus-c++ binding to create a proxy for connman's Service API which is exposed on dbus. The method found in connman's Service interface xml, looks like so: <method ...
0
votes
1answer
291 views

dbus cannot find compiz service through python

Ok, just so you know, I haven't worked with dbus or perl much, so I might say some things that are off. I'm trying to use dbus to work with compiz programmatically. And looking at compiz wiki ...
1
vote
1answer
463 views

Accessing Clementine instance via D-Bus MPRIS in Java

I'm using Clementine as a music player. It can be controlled with D-Bus-commands. On the command-line, using qdbus, I can: Start Stop Pause the player Force it to skip a song in the playlist ...
1
vote
1answer
501 views

C and dbus dictionaries with glib

I'm currently building a program which needs to interface with the d-bus. I'm using the glib dbus library. I have a method that returns a dbus dictionary type, like this: array [ dict entry( ...
5
votes
4answers
3k views

QtDbus c++ minimal example

I try four days already to understand how to use QtDbus to send integer between two applications. But all my attempts failed. I found a lot of examples in internet but when I am trying to put all ...
1
vote
1answer
375 views

Sharing data between applications - share memory vs D-Bus vs File operation

Consider a scenario in which two applications have to share data among them. I can think of three ways- Shared memory ( Boost I am allowed to use ) D-Bus ( glib / Qt implementation allowed ) File ...
1
vote
2answers
2k views

Dbus PHP Unable to Launch dbus-daemon Without $DISPLAY for X11

I'm using GREE Labs' Dbus PHP Extension in my attempts to make a PHP class that is able to create desktop notifications. $dbus = $dbus = dbus_bus_get(DBUS_BUS_SESSION); $message = new ...

1 2 3 4 5 8