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

GioNotify and DBusServiceObject as a replacement for dbus and libnotify #85

Open
JasonLG1979 opened this issue Feb 4, 2017 · 0 comments

Comments

@JasonLG1979
Copy link

Because the python dbus module is not supported any longer and libnotify does blocking I/O, In Pithos we have recently removed our dbus module and libotify bindings dependency in favor of our own implementations. Both should work for your purposes and be drastic improvements over what they replace. They do require Python 3. I'm not sure if that is a deal breaker. Your project doesn't say which if any version of Python is explicitly supports.

https://github.com/JasonLG1979/possibly-useful-scraps/wiki/GioNotify

https://github.com/pithos/pithos/tree/master/pithos/plugins/dbus_util

https://github.com/pithos/pithos/blob/master/pithos/plugins/_mpris.py

https://github.com/pithos/pithos/blob/master/pithos/plugins/notify.py

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

No branches or pull requests

2 participants