Hippie Hacker
Hippie Hacker
It seems on closer inspection, that the spawned emacs process itself, doesn't have the same config as the emacs process that spawned it. I'm using spacemacs, which uses the ~/.emacs.d/init.el...
I've been looking at reconnects here: https://github.com/hh/btk/commit/9595a46f16368a794cebc3beb13c1648996dea53 But I'm not sure how to reach NewConnection https://github.com/lvht/btk/blob/master/btk.py#L104 Seems it only get's called when devices connect to us, not when we connect...
What documentation did you refer to when working on this? It's been difficult to find good bluez docs.
I've looked at these, still trying to figure out to do get the keyboard to connect. (I've trusted both directions, but I'm still not sure how to plumb the python...
I'm thinking on this now.
I'm getting the same thing in both python2 and python3: ``` root@chip:~/btk# python -V Python 2.7.9 root@chip:~/btk# python3 -V Python 3.4.2 root@chip:~/btk# python ./btk.py Traceback (most recent call last): File...
Maybe things have changed? @lvht what version of python and pydbus are you using? We may need to have a lock file or something to denote which versions of python,...
`````` In [70]: help(bus.register_object) Help on method register_object in module pydbus.registration: register_object(self, path, object, node_info) method of pydbus.bus.Bus instance (END)``` ``````
I tried reverting pydbus to the available versions with no success. I may try again later, but I'm pretty much blocked at the moment as well. Not sure what changed....
pydbus came out in March 8th, which was after @lvht worked got this working before your ticket.... possible something to look at?