death
death
Hey, I'm not sure that every dbus object should implement or support this interface. Maybe it would make more sense to be able to pass a `(:class my-dbus-object)` option to...
My suggestion was to start with thinking about the semantics of associating a user-defined CLOS class with a DBUS object (an instance of that class). Shortcuts can always be added...
Can you not wrap it in some object which is currently without interpretation? But I'm not sure automatic inference could work, given the ambiguity a value like 42 has...
I was not able to reproduce it, but it looks like a bug in the JSON library. If you can reproduce it yourself, it would be a good first step...
Support for introspection is not currently implemented in this repository. There is a fork by @phmarek that has a WIP implementation. [0] There is also the note I wrote a...
If you don't want to use introspection, use `dbus:invoke-method`.
Hello (after a long vacation :) 1. Joseph tried to use the system bus, but Lucas's code deals with the session bus. 2. I gather by Joseph's comment that the...
Hey, I will not merge this. If you want to get rid of `cl-xmlspam`, you can modify to the code in `introspect.lisp` so that it will use `cxml` directly. If...
The `dbus:sigexp` function can be used to translate from string representation to list representation: ```lisp CL-USER> (dbus:sigexp "xsaysas") (:INT64 :STRING (:ARRAY :BYTE) :STRING (:ARRAY :STRING)) ``` So it should be...
No, the path was OK. Does it not work? You can `trace` `dbus:receive-message` to see whether messages are received. You can also try sending a signal using the command line...