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

2
votes
1answer
324 views

Run script on Fedora screen lock

I'm looking for a way to run a program when locking the screen in Fedora 15 linux. Basically I want to start running a motion detection program when the screen locks, or I manually hit Ctrl+Alt+L, but ...
2
votes
0answers
152 views

Using DBUS for application monitoring

After moving some time ago from primarily Java to a selection of languages, most notably Python (but also C, C++ and others) I was looking for a good analogy to JMX in order to provide application ...
0
votes
1answer
111 views

Can we access data-members and pointers to objects over the D-bus?

I have been accessing exposed member functions, corresponding to an object exposed over D-Bus. Is there any way by which I can access the (public)data members as well ? If so, how? Also I read here- ...
1
vote
1answer
211 views

Fetching xmpp resource string using pidgin dbus python api

I was using the pidgin dbus api to print the names of my gtalk buddies and their status by writing the following python code snippet: import dbus # Initiate a connection to the Session Bus bus = ...
0
votes
1answer
242 views

Wierd Dbus Issue - dbus_connection_send fail

I am a beginner to DBus and wrote one sample application using dbus but i am facing a weird problem. My app is running fine on guest os as Ubuntu (On virtual box with windows host ) but the same app ...
4
votes
2answers
695 views

Can Cron Jobs Use Gnome-Open?

I am running Ubuntu 11.10 (Unity interface) and I created a Bash script that uses 'gnome-open' to open a series of web pages I use every morning. When I manually execute the script in the Terminal, ...
0
votes
1answer
138 views

saving favourite tracks from radio stream

Here is the general description of my problem. I have folder for my favourite music (ok, that's not actually a problem :D) There are 2-3 radio station streams which I periodically switch between. ...
1
vote
1answer
2k views

dbus c: what bindings (gdbus?) and client/server simple example

I would like to use dbus for communication between applications (actually I'm using a localhost socket). I'm searching for a very basic (but complete/compilable) working example, so googleing around I ...
4
votes
3answers
1k views

Remotely shutdown/restart a Linux machine without password

I am writing a pyQt client-server application which restarts/shutdowns PCs remotely. The receivers are listening to the network for incomming messages, and the sender sends a restart/shutdown message ...
1
vote
1answer
157 views

DBUS Server Crashing

I am implementing a DBUS object with Glib bindings and am having problems with returning GArrays: gboolean TestObject_get_data(TestObject* obj, GArray* buffer, GError** error) { int i; ...
0
votes
2answers
403 views

how to expose list of objects with dbus

I would like my dbus interface to have paths like this: /org/fusegui/sites/example.com /org/fusegui/sites/www.kernel.org Each of the above is an object with the same methods: host(), name(), ...
1
vote
1answer
329 views

DBus object error

I'm trying to make a script to launch my custom script when my usb stick connected. I found nice python script here but when it calls GetAllProperties() method I get an exception: ...
1
vote
1answer
2k views

.Service File D-Bus

I'm trying to auto-start a DBus service when my client program starts. I've setup a .service file, but it's not working. My service name is org.fandingo.PMP I register the name with a python ...
0
votes
2answers
236 views

DBUS: Print DBus Tree

How can I print out a tree of all the available information on DBus? *Bus Name * Interface *Method *Signature * Interface *Method *Signature ...
2
votes
1answer
415 views

X11 / DBUS messaging from Chrome Extension?

Is it possible to do X11 and/or DBUS messaging from a Chrome Extension? I would like to communicate to Skype API on a Linux machine and it supports either DBUS or X11.
3
votes
1answer
1k views

Dbus/GLib Main Loop, Background Thread

I'm starting out with DBus and event driven programming in general. The service that I'm trying to create really consists of three parts but two are really "server" things. 1) The actual DBus server ...
1
vote
2answers
752 views

Error setting status to empathy with dbus

I'm getting error when I try setting status to empathy with dbus using python, this is the code I've got from different sources ## getting status from clementine music player import dbus # ...
-1
votes
1answer
133 views

Simple python script strange exception

have got following python script import dbus.service import gobject import yum def main(): print "in main" if __name__ == "__main__": main() The exit status is 0 when script is executed. ...
0
votes
1answer
2k views

error: unknown type name while compiling dbus

i have a c-file containing some dbus stuff and implementing the dbus.h. this is working fine so far. now i intent to split my c-file in a c-file and a header-file. but now - the compile process failes ...
3
votes
4answers
412 views

Buildout: use dependencies from system Python

I'm trying to use buildout for a Python package which, when used, depends on 2 extension modules: dbus-python and pygobject. Both modules make buildout fail: dbus-python lacks a setup.py file, while ...
0
votes
1answer
139 views

Available d-bus java implementations

We are developing a piece of software that does it's IPC over D-Bus. However, we're running into a lot of tiny problems with the java 'dbuslib' reference implementation from freedesktop.org. Is that ...
4
votes
1answer
262 views

Sending float over QDBus

We currently migrated from Qt 4.5.x to 4.7.3, and since then we get errors when trying to send floats over DBus ('float' not registered as DBus type). For instance: QVariantList getTemperatures() ...
1
vote
0answers
267 views

d-bus administration

all I have created simple application using d-bus, it works on kubuntu but doesn't work on my embedded linux. When I run a qt application it says: Not connected to D-Bus server When I try to run ...
1
vote
2answers
870 views

Getting Notified on “Ethernet cable plugged in” events in linux

I am writing a Python Application running on linux. I want to be able to register and be notified by the system if a network cable is plugged in/ out. I am already using pyUdev (python bindings for ...
1
vote
1answer
2k views

/var/run/dbus/system_bus_socket Permission denied

For some time, when trying to run dbus gives me the following error, even if I'm logged in as root: gentoo herman # /etc/init.d/dbus start * Starting D-BUS system messagebus ... Failed to start ...
0
votes
1answer
292 views

Vala: D-BUS object implementing interface, error with properties

Is it possible to have a class annotated with [DBus (name = ...)] implement an interface? Following the example at https://live.gnome.org/Vala/DBusServerSample, I am implementing a D-BUS ...
1
vote
1answer
170 views

Where to find information about Nautilus D-Bus interface

I am planning to develop a command line application that interact with Nautilus, but I cannot find a reference for the D-Bus interface that Nautilus exposes.
2
votes
1answer
376 views

PySide IPC with signals/slots

I've been trying to figure out if there's any way to manage IPC in PySide and still take advantage of Qt's signals/slots mechanism. The QtDBus module sounds great, but it doesn't appear to be ...
1
vote
1answer
130 views

How to call a varargs function via dbus?

How to call a varargs function via dbus, like printf? The server is written in C, the client is written in Python. My questions are how to write the XML spec file? And how to write my GObject? ...
1
vote
1answer
195 views

Dbus Monitor for Windows

Anyone know of a Dbus monitoring program for Windows? Specifically I am interested in being able to monitor/manipulate dbus signals of a remote target similarly to how you can with DFeet in Linux.
2
votes
1answer
953 views

Start the session bus of DBus with Perl Net::DBus

I am using Perl and the Net::DBus module. I wrote a simple test program: #!/usr/bin/perl use strict; use warnings; package MyObj; use Net::DBus::Exporter qw(org.example.Tao); use base ...
1
vote
1answer
759 views

Python-dbus extra param to add_signal_receiver

I'd like to pass extra param to add_signal_receiver or get somehow path the signal was received from. Now it's defined like that: bus.add_signal_receiver(handle_signal, 'RemoteDeviceFound', ...
0
votes
1answer
421 views

using policykit+dbus instead of gksu to run graphical application

Im searching for a command that does gksu or beesu job, but depends on policykit policykit and dbus documentation is somehow very complicated and not clear. I found "pkexec" but it shows errors when ...
2
votes
1answer
197 views

Ignore DBUS method in Vala

I have a DBUS server implemented in Vala: [DBus (name = "com.github.Test")] public class Test.Server { public int one() {}; public int two() {}; } } I am seeking for some kind of "annotation" ...
3
votes
3answers
562 views

What's the simplest way to detect CDROM media removal/insertion in Linux

What's the simplest way to detect CDROM media removal and insertion in Linux? I want to write some simple code to handle this. For example, just bind an event for media insertion and implement the ...
3
votes
1answer
389 views

the problem about detecting usb device

I need detect an usb device when it had been plugged and unplugged, and I write a python programme with dbus. But it is very odd the device would be mounted three times at least when it is plugged or ...
0
votes
1answer
268 views

Access another user's D-Bus session

Let's assume this kind of situation: we have one user logged in, executing some application through sudo or su. This user has got a dbus-daemon running. However, when an application running with root ...
0
votes
1answer
174 views

Dbus mainloop.h missing error

I used gcc `pkg-config --cflags --libs dbus-1` hello-serv.c -o server to compile a dbus program and getting error: hello-serv.c:7:32: fatal error: dbus/dbus-mainloop.h: No such file or directory ...
1
vote
2answers
622 views

DBus Glib, send a signal with a struct nested

I'm developing an application on c++ language on linux. I want to send a signal as this: <signal name="EmitSignal"> <arg *type="(u(i)uussssu)"* name="t_struct_of_signal" direction="out" ...
2
votes
2answers
579 views

Calling dbus-python inside a thread

I'm getting segfaults when calling a dbus method inside a thread. This is my scenario: I have a program Service1 that exposes a method test. A second program Service2 exposes a method expose. As this ...
1
vote
1answer
355 views

Integrating cmd.cmdloop and gobject.MainLoop()

So I have written a small console application based on cmd.Cmd. The application has a command loop triggered by cmd.cmdloop On the other hand, my console application uses dbus to launch remote ...
5
votes
3answers
609 views

Passing a large data structure over dbus

I'm using dbus to communicate two programs. One creates a large image and it later sends it other program for further processing. I'm passing the image as ByteArray. With 2000x2000 images my program ...
0
votes
1answer
188 views

How to represent dbus type b(oss) in python?

I'm working on a Mpris V2.1 interface with python. The interfaces are described in the document: http://www.mpris.org/2.1/spec/Playlists.html#Property:ActivePlaylist The signature shows it's ...
3
votes
1answer
234 views

Who called my DBus API in Linux system

The scenario is like this: In a Linux based handheld device I have a C app which has dbus APIs ready to be called by 3rd party apps. The DBus APIs are called during booting time. Is there any system ...
0
votes
2answers
2k views

Help me setup a cron job on Ubuntu

Hi :) I wanted to have a every-20 mins-notifier kind of app and decided to develop one by myself using Tomboy notes. I read up about crontab and set a job through the sudo crontab -e command. */20 * ...
1
vote
1answer
355 views

dbus Variant: How to preserve boolean datatype in Python?

I've been experimenting with dbus lately. But I can't seem to get my dbus Service to guess the correct datatypes for boolean values. Consider the following example: import gtk import dbus import ...
3
votes
1answer
3k views

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 didn't have any luck at all, but after reading about pkg-config I crafted this line: gcc ...
1
vote
1answer
699 views

can't get dbus signal listener to work in C with gnome multimedia keys

I'm trying to make my own application that will listen to the media-keys in gnome using dbus. I have found a script that works in python and I'm trying to make it work by converting it to C. My c-code ...
2
votes
2answers
1k views

DBus Finch/Pidgin without X11

I want to do some Python scripting on my server where I can communicate with finch (A console interface of pidgin, with the interface looking like links2) through the DBus Python library to send ...
3
votes
1answer
1k views

How to continuously monitor rhythmbox for track change using bash

I'd like to do the same thing as is described here, but using shell scripting (preferably in bash) instead of python. It seems like such a thing should be possible using dbus-monitor, but I'm not very ...

1 4 5 6 7 8