We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seems to depend on GDBUS explicitly, is it possible to add an option to support D-Bus directly?
I don't have anything gnome installed except the terminal, and the doesn't seem to be anything on the GDBUS.
But
dbus-monitor --session "type='signal',path=/org/freedesktop/Notifications,interface=org.freedesktop.Notifications"
correctly prints the action click messages
I can try to give you a PR if you're open to that
The text was updated successfully, but these errors were encountered:
This doesn't seem that trivial, as the D-Bus messages are multiline 😕
I'd say something like a python script is required
Sorry, something went wrong.
No branches or pull requests
This seems to depend on GDBUS explicitly, is it possible to add an option to support D-Bus directly?
I don't have anything gnome installed except the terminal, and the doesn't seem to be anything on the GDBUS.
But
dbus-monitor --session "type='signal',path=/org/freedesktop/Notifications,interface=org.freedesktop.Notifications"
correctly prints the action click messages
I can try to give you a PR if you're open to that
The text was updated successfully, but these errors were encountered: