Replies: 2 comments 8 replies
-
seems we're continuing in #140 after all 😁 |
Beta Was this translation helpful? Give feedback.
8 replies
-
Thing is, something needs to provide that org.freedesktop.notification interface, otherwise you'll just get errors upon sending too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Continuing from #140)
I've setup a simple repository with docker to try and get a minimal reproducible example:
Dockerfile
main.rs
When running this docker container (with the appropriate cargo setup and
notify-rust = "4.5.8"
), I get the error:I'm assuming this means that my environment is missing some kind of config file (or maybe something else, given that unix uses files for everything). It seems like your ci.yml file (for the
linux_zbus
job) doesn't have anything specific so I'm unsure what I could be missing.Any insight would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions