Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HoodedDeath opened this issue Aug 24, 2023 · 1 comment
Open

Comments

@HoodedDeath
Copy link
Contributor

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
Copy link
Contributor Author

#132 made to fix readme example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant