dbus
Python asyncore & dbus
Is it possible to integrate asyncore with dbus through the same main loop? Usually, DBus integration is done through glib main loop: is it possible to have either asyncore integrate this main loop o[详细]
2022-12-18 11:22 分类:问答DBus Glib Send Signal - No signals being emitted
I am attempting to send a signal out over the session message bus. I am able to call methods fine using d-feet dbus debugger with no problem. Unfortunately d-feet does not allow you to connect to sign[详细]
2022-12-17 18:13 分类:问答How to find out the wireless authentication mode?
I\'m trying to get the authentication mode (WPA/WEP) on all the available AccessPoints via DBUSAPI(in Linux). NetworkManager API 开发者_运维知识库describes a property WPAFLAGS but I don\'t get anythin[详细]
2022-12-16 19:10 分类:问答D-Bus threading model
I am starting to use D-Bus as the IPC mechanism for a new project in Linux/KDE. And I\'ve discovered that the 开发者_Go百科documentation does not really address concurrency at all. How are D-Bus servi[详细]
2022-12-15 12:45 分类:问答DBus-Cherrypy merge issue
I\'m using python-dbus and cherrypy to monitor USB devices and provide a REST service that will maintain status on the inserted USB devices. I have written and debugged these services independently, a[详细]
2022-12-15 05:08 分类:问答Looking for advice on how to develop applets for Gnome / Ubuntu
I am a linux (mostly ubuntu) user with a reasonable understanding of how the system works (although I am certainly not a linux guru!). In the past I have developed small cross-platform desktop applica[详细]
2022-12-13 04:52 分类:问答How do I get the selected text in desktop application using python-dbus?
For example, I open a pdf file or a web page in gnome, use mouse double click some text, so a word is selected, how can I get this word in a background running daemon written with python-dbus?[详细]
2022-12-11 19:06 分类:问答DBus Python Problems
When I\'m trying to get the idle time of the gnome screensaver in seconds, through dbus, python throws an TypeError.[详细]
2022-12-10 09:00 分类:问答dbus: flush connection?
When I do a \"dbus_connection_close\", do I need to flush the message queue? In other words, do I need to continue with \"dbus_connection_read_write_dispatch\" until I receive the \"disconnected\" in[详细]
2022-12-10 04:17 分类:问答Getting Java Binding for Dbus to Run on Android
Has anyone succeeded in running the Java bindings for dbus on Android? All 开发者_开发知识库indications point at dbus already running as a process within the Android OS, but there is no official acces[详细]
2022-12-09 11:55 分类:问答