-
I was thinking it may be better to eliminate the use of `callRemote` in txdbus. This would mean that D-Bus remote objects are first-class Python objects, which makes RPC interfaces much simpler, and …
-
I'm trying to do a simple message call to `org.freedesktop.Avahi`, object `/`, interface `org.freedesktop.Avahi.Server` and get only `["The name is not activatable"]` in responses.
There seems to b…
-
We need to throttle the introspection calls for DBus services that have lots of objects. The default system bus only allows 128 outstanding calls per connection.
Otherwise you start getting this:
``…
-
At present, `dbus_objects.integration.jeepney` uses the jeepney 'blocking' I/O - which is suitable for a single thread, and nothing else can happen in that thread while it's serving requests.
One a…
-
This is one is a major. Once it has happened, you have to restart OH to get rid of it.
This happens after I enable "connection control" for a device (particularly to Xiaomi mi flora).
It tries t…
-
Hi
Browsing to the code, it looks like Method interface is not complete. In ur code u have implemented
Method('exampleMethod', arguments='s', returns='s' )
So it takes arguments and returns only...
…
-
This does not work (prints None) silently and does not even say that something wrong.
```
class MyObj(objects.DBusObject):
...
@defer.inlineCallbacks
def dbus_identTest(self, dbusCaller=N…
-
Since my upgrade to ubuntu 16.04, I get this error on startup
```
Traceback (most recent call last):
File "/home/teto/.i3/myStatus.py", line 129, in
on_rightclick=['urxvtc', '-e', 'ncmpcpp']
…
-
# introduction
As a blind user which daily uses linux, I am unable to use any avalonia based applications because they are inaccessible to screenreaders, while such support exists for windows and m…
-
So I found the problem that was making Solid not work for me. It turns out I made a mistake with defining the USE flag (these things should probably make compilation fail if the cmake flag is on but t…