jeanparpaillon / erlang-dbus

Erlang DBUS implementation (forked from unmaintained erlang-dbus)
Apache License 2.0
51 stars 22 forks source link

Fixed undef method calls, services, ci and demo #36

Closed dominicletz closed 3 years ago

dominicletz commented 3 years ago

Hey @jeanparpaillon I needed dbus for my desktop app, and fixed quite a couple of issues. The changeset includes fixes for #3 #12 #28 and #29

I've also updated the readme a bit as it's again possible to use the gen_dbus module and updated the CI to run tests of the demo app as well.

dominicletz commented 3 years ago

Yeah i'll want to make the signal passing working. I need to create a com.canonical.dbusmenu service for my project and will provide some more updates until that works.

jeanparpaillon commented 3 years ago

Perfect, I'm looking forward to have a comprehensive use case