2
votes
1answer
435 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.
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 ...
0
votes
2answers
411 views

How to attach X11 app to Dbus

How to make X11 application to listen to DBus signal. That to listen to Dbus signal gmainloop should be launched, and for X11 app XEvent loop. So is there an elegant way to do this ? Or do I have to ...
1
vote
1answer
2k views

Python DBUS SESSION_BUS - X11 dependency

I've got running sample python code which is fine in Ubuntu desktop: import dbus, gobject from dbus.mainloop.glib import DBusGMainLoop from dbus.mainloop.glib import threads_init import subprocess ...