deckmaster icon indicating copy to clipboard operation
deckmaster copied to clipboard

DBus calls do not work if the current readme example is followed

Open HoodedDeath opened this issue 2 years ago • 1 comments

Spent too long trying to figure this out, but the readme example of a DBus call does not import values at all.

The non-functional example in the readme is

[keys.action]
  [dbus]
    object = "object"
    path = "path"
    method = "method"
    value = "value"

In order to make it work, dbus must be added to the keys.action

[keys.action.dbus]
    object = "object"
    path = "path"
    method = "method"
    value = "value"

I've confirmed this works, at least for session bus calls, on 0.9.0. Will submit a change to readme to clear up confusion

HoodedDeath avatar Aug 24 '23 06:08 HoodedDeath

#132 made to fix readme example

HoodedDeath avatar Aug 24 '23 06:08 HoodedDeath