-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improvements | notify-send | Urgerncy | Which | BSD #47
Conversation
Removal of |
Don't worry about the tests either, that's also overdue for some changes :-) |
|
Done ✔️ (sorry for the slightly weird commit message lol) |
I'm working on a project that I want to upload in the next days, which uses this package... So.. would you mind to speed up a bit the process of publishing? |
Sure -- Sorry for the delay. Please pull in the latest changes from |
Done ✔️ |
Fantastic, I really do appreciate it! 🎉 |
notify-py/notifypy/os_notifiers/linux.py
Line 33 in f748189
notify-send
notify-send
, now is being used as the first choice if installedkwargs
that resulted in errorlinux_fallback_libnotify
, no more need for itshutil.which
functionPS. Tried not to be messy with the code and respect your overall structural patterns. It has been tested and works fine both on linux and on windows (+the in-built
shutil.which
function works with BSD too)