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.
1
vote
1answer
32 views
Change Emacs 24 theme depending on connected monitors
I'm using Emacs 24 on my Ubuntu Linux running laptop, which is usually connected to a very nice external monitor, where I like one color theme (using deftheme). But when I'm on the road, I like ...
0
votes
1answer
17 views
How could i return a list of dictionaries with dbus?
I want return from a dbus daemon something like this:
>>> rule = {'name': 'torrent', 'port': '5892'}
>>> rule2 = {'name': 'amule', 'port': '234'}
>>> rules = []
...
6
votes
5answers
2k views
Temporarily prevent linux from shutting down
I have a backup script that runs in the background daily on my linux (Fedora 9) computer. If the computer is shut down while the backup is in progress the backup may be damaged so I would like to ...
1
vote
1answer
29 views
valac generating bad C code on DBus program
Can someone spot the problem with this code?
It is compiling with valac but I get an error when gcc tries to compile the C code generated by valac, here's the gcc output:
(...) Weather.c: En la ...
0
votes
0answers
8 views
How to overwrite dbus method using signature
I made two method using dbus as below.
member input-sig output-sig callback-func
getstatus NULL "i" cb_1
getstatus NULL "uu" cb_2
Is it possible to overwrite the method ...
0
votes
0answers
32 views
How to detect if a method has been called over D-bus
I want to be able to detect if a python method has been called over D-Bus or just called 'as it is' on the object.
@dbus.service.method(IFACE, in_signature="v", out_signature="b")
def Test(self, ...
0
votes
0answers
29 views
Dbus glib interface design and usage
In our project we use dbus for Inter Process communication. We have one interface where all the methods that need to be exposed to other process are tied together. That is only one interface for all ...
3
votes
1answer
2k views
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 (ARM), I'd like to avoid the use of Python or the GLib. I'm wondering if I'm stupid ...
0
votes
0answers
17 views
Got a DBus::Path with libdbus-c++ - what next?
I have a short test program I am using to work out how to use D-Bus with the libdbus-c++ library. I am trying to connect to the wpa_supplicant D-Bus API (documented here) in order to read a list of ...
-1
votes
0answers
72 views
X11 initialization failed in dbus [closed]
I have tried to run some dbus-glib tutorials from webpage
and always encounter the following errors:
Failed to open connection to session bus: /bin/dbus-launch terminated abnormally with the ...
0
votes
0answers
17 views
Several UIs accessing one (server) proecess - which IPC?
I'm new here and I have a question which I could not find answered by searching.
I've written a program accessing a database in C++ on Linux. Now I would like to be able to give different UI ...
2
votes
0answers
62 views
Browsing avahi services with python misses services
I need a class which gives me a list of avahi services of a certain type which a currently available. Therefor I run a gobject.MainLoop() (line 23-25) in a separate thread an add a browser for each ...
0
votes
2answers
49 views
Dbus service started as root not accessible to other users
I have a dbus server publishing some methods started as root.
When I try to access it with a small python client I can't access it until I start the client as root too.
How can I have access as ...
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 ...
1
vote
0answers
54 views
Matplotlib won't plot: dbus issue?
I have a rather strange scenario. I'm running on a very old installation, so I've compiled most of the tools I use.
First, this is a server. It is exclusively used by SSH-ing into it. But whoever ...
0
votes
1answer
28 views
Multiple processes providing DBus objects
I'm writing a program which works on a single document. If you want to open multiple documents, you simply open a process per document (yes, the process isolation is important in this case). Let’s ...
0
votes
0answers
38 views
Binding a GTK widget to a DBus property
I'm writing an GTK-based "client" for controlling a "server" through a DBus API. I'm not sure how to best implement a binding between a GTK widget in the client and properties in the server that can ...
0
votes
0answers
85 views
How would I integrate with the Ubuntu 13.04 sync menu
Will the sync menu allow the usage of D-Bus to work with it?
I'm working on a application that uses Java but would still like to integrate as much as possible in Ubuntu.
So would it be possible to ...
0
votes
1answer
141 views
BlueZ 5.4 DBus API ConnectProfile GATT service UUID
How can I connect to a GATT service using the DBus API with BlueZ?
I have used the BlueZ DBUS API to discover a device, connect, and discover the GATT service UUID's.
However when I try to ...
1
vote
1answer
31 views
Allow introspection on my D-Bus system service
After having spend a bit time on understanding how D-Bus Session and System buses are working, I'm now focusing on allowing people to use and introspect my service in order to allow anyone to ...
0
votes
0answers
32 views
bluetooth PCM communication is deaf
I have the following system:
bluetooth headset <-- HFP, HSP --> marvell bluetooth <-- PCM --> gsm modem
What I know:
First part works:
rfcomm0: 00:06:C6:36:02:92 -> 00:1A:7D:D0:04:6D ...
0
votes
0answers
10 views
dbus server always calls on name lost callback. its not getting session with daemon
Having doubt regarding DBus. I installed d-bus in my linux pc and working with terminal. then i did dbus-launch for running the dbus daemon in session mode. I have written the dbus server code with ...
0
votes
0answers
32 views
Dbus-Python for Windows
Can anyone tell me which is the best library for dbus python on window 7 32 bit? I am using the Python 2.7.
I download the latest zip for dbus-python and use it but it gives many imports errors like ...
0
votes
1answer
123 views
Error building Maliit with glib and dbus dbus_g_value_build_g_variant
I am trying to build Maliit ( https://wiki.maliit.org/Documentation/Installing ) on Ubuntu 10.04 32-bit. I have an Ubuntu 12.04 machine as well and building Maliit works just fine out of the box on ...
0
votes
0answers
36 views
dbus-monitor --system command not responding to changes made to network interface
dbus-monitor --system command not responding to changes made to network interface, on Raspberry pi containing Linux raspberrypi 3.6.11
I am new to use Raspberry and Dbus too. I need to check the ...
2
votes
1answer
111 views
How can I get results from the HUD DBus service under GNOME?
I'd like to (programatically) access results from Ubuntu's heads-up display (HUD) menu service under GNOME 3.6. I've been playing around with the DBus interface for the HUD with some success, but ...
7
votes
2answers
300 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
0answers
29 views
export a variable DBUS_SESSION_BUS_ADDRESS
From my question: Use gnome-screensaver-command on python, I have searched that I need to run the following two codes: http://stackoverflow.com/a/10390963/1067791
sessionfile=`find ...
-1
votes
1answer
54 views
gnome-screensaver-command on SSH [closed]
If I run gnome-screensaver-command -q on the Ubuntu Terminal, the output is normal.
But using SSH ssh gateway@192.168.0.189 "display=:0 gnome-screensaver-command -q" or just ssh gateway@192.168.0.189 ...
1
vote
1answer
100 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
48 views
signal names generated on interface “org.freedesktop.NetworkManager.Device” of Network Manager in linux
i am new to Dbus and i am trying to catch the signal generated when Network Cable is plugged in or plugged out.i am trying with sample code given at ...
0
votes
1answer
16 views
Error when attempting to call a remote method in DBus
I am trying to invoke a remote method using
dbus_g_proxy_call(proxy,"myFunc",&error,G_TYPE_INVALID,G_TYPE_INVALID);
but when I try this I get an error message saying "Method "myFunc" with ...
0
votes
0answers
34 views
How to retrieve environment variables programmatically after starting python-dbusmock
I would like to write a unittest in Python that verifies the correct sequencing of Upstart signals.
To do this, I would love to use python-dbusmock so that I can create a fake DBUS for testing ...
0
votes
0answers
101 views
GDBus.Error:org.freedesktop.DBus.Error.NoReply when using GtkApplicationCommandLine
The following code shows a window when run. When a different instance is started, the
existing window gets focus, (Gtk.Application provides uniqueness) but when the window is closed, the second ...
0
votes
1answer
112 views
Very simple python-dbus server/client in same process
I'm playing with DBus and python. I have created a very simple DBus client and corresponding server. It works perfectly when each runs on its own python process.
However, I'm trying to get it to work ...
0
votes
0answers
69 views
How to detect CAN device insertion and removal in Linux using Python
I've been researching for a while on how to best detect an CAN-USB device being connected and disconnected from a Linux platform (Ubuntu 12.04), but it has been slow progress. The best advice I can ...
0
votes
0answers
29 views
DBus on demand object creation
So the DBus .service mechanism allows DBus to start a process if the requested service isn't running. I'm looking for something similar, but for objects.
If I have Object_0 thru Object_9 available, ...
0
votes
2answers
284 views
wpa_supplicant dbus: Could not request service name: already registered, Failed to initialize wpa_supplicant error [closed]
I am trying to connect to my access point (WPA2) through my wifi doggle(rtl8192cu chipset). My PC runs Ubuntu 11.10 and uname -r shows 3.0.0-20-generic
when I plug my wifi doggle and type ...
0
votes
1answer
33 views
DBUS Return value
In DBUS, in the XML file if I give the below code why is proxy generating a function with void return type ?
<method name="getLocalTime">
<arg type="s" name="timeString" ...
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?
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 ...
3
votes
1answer
197 views
Check for USB drive on Linux in Python?
I am trying to make a system in Python that checks if a file exists on a USB drive, and if no drive is present it waits for the dbus system to register a new device and then checks again.
I have the ...
2
votes
0answers
28 views
Intercepting D-bus method returns
I'm attempting to write a Python script which intercepts D-bus method calls to a particular interface. However, I also need to intercept the corresponding method returns. I understand how to intercept ...
0
votes
0answers
36 views
PHP talk to NetworkManager via Dbus
I have setup NetworkManager, Dbus, Nginx web server, PHP and a Dbus PHP extension on my debian system.
I am trying to „talk“ to NetworkManager via Dbus from my PHP web application.
It works fine when ...
0
votes
1answer
46 views
Different Dbus bindings in server and client
I am trying to implement Dbus client. Dbus server is actually implemented by a third party and I do not know what bindings does it use (but I guess gdbus). Now can I use QDbus bindings in my client ...
2
votes
1answer
102 views
Serialization as an IPC mechanism?
I wrote an implementation and an auto code generator for allowing different process to do Inter process Communication using Message queues.
My Implementation works fine with the primitive data ...
0
votes
1answer
85 views
Passing non PODs [ Plain old DataTypes ] over IPC
I am writing an implementation for doing IPC. User do a call, I take all these parameters and pass them onto other process.
I have written an automatic code generator for such functions based on ...
0
votes
0answers
143 views
Find and mount a USB drive with automount turned off
I have a USB device plugged into an Ubuntu 12.04 system.
Automount is turned off, for various reasons.
I'd like create a program to find and mount this device, preferably in the
boot process. I ...
1
vote
1answer
68 views
dbus linking issue
I have been trying to compile a program for dbus and as suggested i did lin the code as mention to a similar question . i did execute tit as show : gcc pkg-config --cflags dbus-glib-1 \
pkg-config ...
1
vote
1answer
82 views
How to register dbus object using dbus-java?
I'm trying to register object on dbus using dbus-java from org.freedesktop. According to documentation such operation requires: creating DBusConnection, creating object and calling method exportObject ...



