Drop notify-send and use libdbus-1 directly

This is mostly useful for more obscure distros that don't ship
notify-send together with libnotify.
This commit is contained in:
Robbert van der Helm
2022-10-28 19:43:22 +02:00
parent b58eca9ed1
commit af0f38c00b
5 changed files with 103 additions and 51 deletions
-6
View File
@@ -16,12 +16,6 @@ page lists some of those.
- An easier [updater](https://github.com/robbert-vdh/yabridge/issues/51) through
a new `yabridgectl update` command for distros that don't package yabridge.
# For a major release
- Replace the use of `notify-send` for notifications with using `libdbus`
directly. Most systems will have both available by default, but some less
common distros split `notify-send` from the rest of the `libnotify` package.
# Somewhere in the future, possibly
- CLAP audio thread pool support. Implementing this efficiently is less than