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 ...
0
votes
0answers
29 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
32 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 ...
0
votes
1answer
46 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
0answers
63 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 ...
3
votes
1answer
183 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 ...
1
vote
1answer
77 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 ...
3
votes
1answer
114 views

How can my perl script react to arbitrary devices using UDev and not HAL?

I'd like to use a simple Perl script to make some configurations every time I connect e.g. my bluetooth headset. I tried using Net::DBus, but my OS/DE (Fedora 17, GNOME3) doesn't use HAL anymore. I ...
2
votes
1answer
71 views

Vala and PolicyKit

I'm creating a simple GTK+ based application in Vala, which should be able to write into system directories, so it needs root access. I realize that giving full root access is a bad idea, so I need a ...
2
votes
2answers
117 views

Linux IPC selection?

I have two processes A and B. A and B needs to communicate (Bi-directional) sometimes for passing signals, messages etc. I have done some basic research about IPC's available in Linux like semaphore, ...
0
votes
0answers
96 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
1answer
122 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 ...
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 ...
2
votes
0answers
42 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
1answer
81 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 ...
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 ...
7
votes
2answers
298 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
120 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 ...
0
votes
0answers
133 views

Tweaking the TreeView of pygtk (python)

First off, I want to apologize for the non-minimal code. I'll point to the part I believe is important for the question further down. As a whole the code should run and work with Pidgin (under Linux) ...
1
vote
1answer
223 views

Please recommend a good D-Bus tutorial (Linux C GTK+)

Yes, I have done a search yet found only partly working stuff. It seems to be a real maze. E.g.: Why do they even use g_main_loop_run()? Is it really necessary when the GTK+ program has already ...
1
vote
0answers
299 views

Implement A2DP sink on linux system using dbus-python api

I want to implement a custom A2DP sink on my linux system running the latest Ubuntu 12.04 with the latest bluez stack. My Basic Requirements are: Linux system to act as a receiver(like a bluetooth ...
1
vote
0answers
149 views

Rename konsole tabs in vim with globs makes things wrong

I have the following configuration in my vimrc to have the title of kde Konsole tabs automatically changed accordingly to the title of the current file edited in `vim. " rename konsole terminal tab ...
1
vote
0answers
180 views

Getting a VPN connection state via DBus in python

I'm trying to get state of a VPN connection via DBus in Python. Here is my code: name="testVPN" proxy = dbus.SystemBus().get_object('org.freedesktop.NetworkManagerUserSettings', ...
0
votes
1answer
414 views

C program to detect usb events using DBus in Linux [closed]

Can anybody plz get me an example code in C to detect usb events using dbus in linux
0
votes
1answer
411 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.
1
vote
1answer
587 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
247 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 ...
1
vote
0answers
156 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", ...
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 ...
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
2answers
327 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 ...
0
votes
1answer
177 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
2answers
953 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 ...
1
vote
1answer
227 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 ...
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
1answer
137 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. ...
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
401 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
326 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
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
866 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
420 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 ...
3
votes
3answers
556 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
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 ...
11
votes
2answers
6k views

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, like devices being plugged in or out using UDev and D-BUS. I'm fairly new to programming ...
2
votes
1answer
2k views

Ejecting USB devices on linux

I'm using Udisks via dbus in python to unmount a usb device (in this case a Kindle), but I'd like to send the eject signal to it, as this kicks the Kindle back from USB mode into its usual interface. ...
2
votes
2answers
1k views

Auto launching keyboard in Linux when user presses on editable UI components

Problem statement : The virtual keyboard is required in linux environment which should be launched every time when user presses on editable UI components, like virtual keyboard in iPhone, iPad, ...

1 2