dbus
Python dbus can't find org.(gnome|freedesktop).ScreenSaver
I\'m trying to get python to interact with dbus and screensaver however it flatly refuses to do so no matter what. Perl seems to do alright with it but I write python, not perl (yet)[详细]
2023-01-30 18:49 分类:问答call dbus method on proxy without blocking (or no timeout)
I\'m trying to lock my GNOME screensaver, however the dbus .Lock method is waiting for a response. I would like it to not wait for a response (just send the signal to lock the screensaver, and continu[详细]
2023-01-30 02:39 分类:问答How to cross-compile D-Bus to ARM?
I want to cross-compile D-bus to arm. Toolchain: arm-linux-gcc-3.4.1 configure option: CC=arm-linux-gcc ./configure --prefix=/opt/db开发者_高级运维us/ --host=arm-linux --enable-abstract-sockets -with-[详细]
2023-01-28 23:08 分类:问答Get path of inserted usb in dbus
I\'m writing a program in python using dbus that detects inserted usb drives and manipulates the files inside of them. However, I can\'t seem to retrieve the path on my system of an inserted usb. Is t[详细]
2023-01-28 22:58 分类:问答How to handle properties of a dbus interface with python?
I\'m about to work on an implementation 开发者_JAVA百科of mpris. But currently I am not sure how to read/write dbus interface properties with python-dbus. Is there any examples for this ?Finally got t[详细]
2023-01-26 18:01 分类:问答What is GSList* in Java-DBus?
how can I create a method in a DBusInterface for purple_find_buddies? Specifically, what do I have to specify as the 开发者_JS百科return type instead of GSList*?As it seems, it simply becomes a List -[详细]
2023-01-26 14:08 分类:问答How to detect if USB keyboard is plugged and unplugged
Is there any daemon/tool which will trigger some signal/event when USB keyboard is plugged and unplugged from pc?[详细]
2023-01-25 18:20 分类:问答gnome: how to execute commands upon screensaver activation?
is there a way to run a specific command every time gnome-scree开发者_如何学JAVAnsaver is activated?[详细]
2023-01-25 10:50 分类:问答How to simulate a message bus in Qt?
I need to implement a simple message bus: One process only thus no need do D-Bus. Publish/subscribe to typed events (Could even be QObjects)[详细]
2023-01-23 07:23 分类:问答Adding methods to a dbus object in python
I need to create a dbus object in python with method names that are decided at runtime. The code I\'ve tried is basically this:[详细]
2023-01-21 10:44 分类:问答