dbus
How to mount/unmount flash disk with using hal,dbus in python?
i need to mount and unmount flas开发者_如何转开发h drive in my code -written with python- without using command line or os module.[详细]
2023-01-11 21:39 分类:问答DBUS- Diff of "Service" and "Bus name"
In DBUS programming terminologies, they use Service name interchan开发者_开发技巧gebly with Bus name. Or is there a difference? A \"bus\" is a \"communication world/space\". You can have several buses[详细]
2023-01-09 13:11 分类:问答How to get root premissions for my app?
My app needs to do some privileged work. I\'ve been looking everywhere, but I can\'t find anything useful. I know I want to use Policykit1 and dbus because all the other alternatives I\'ve found aren\[详细]
2023-01-07 02:50 分类:问答Publish and subscribe to dBus events with Eclipse EventAdmin?
D-Bus on Linux and the EventAdmin in Eclipse both offer a publish/subscribe model. I want to link the two, so I can publish an event to the EventAdmin in Eclipse and it publishes that event to D-Bus a[详细]
2023-01-06 21:24 分类:问答interactive console for my mainloop app
I have an little script which logs users that login to my Pidgin/MSN account #!/usr/bin/env python def log_names(buddy):[详细]
2023-01-05 18:04 分类:问答Can a PyQt program consume a DBus interface that exposes custom C++ types (marhsalled via Qt's MetaType system)? If so, how?
I have a Qt/C++ application that exposes some custom C++ classes via DBus methods (by registering them as MetaTypes, and using annotations in the xml), and I want开发者_运维问答 my PyQt program to con[详细]
2023-01-05 14:48 分类:问答Controlling Gnome Volume using DBus
I\'m pretty new to the whole DBus stuff so excuse me if this is trivial, but I was wondering whether, using DBus, it is p开发者_开发技巧ossible to set the audio volume from the command line.This seems[详细]
2022-12-30 19:17 分类:问答Simulate Network Presence in dbus
Is there a way using Python to simulate the presence of an active network connection using dbus? If I call getstate() on the dbus, I\'m able to get the current network state. I want to set the current[详细]
2022-12-25 18:29 分类:问答Convert dbus.String to normal string
I am using dbus to get the current playing song from Songbird Media Player & Metadata is also taken from dbus object.[详细]
2022-12-21 11:47 分类:问答Qt::What needs to be included in the configuration to use dbus?
I\'m using stripped down as much as possible configuration of Qt but now I need to use the dbus and can\'t figure out what I need to include to be able to use it? There doesnt seem to be anything obvi[详细]
2022-12-18 14:24 分类:问答