Avalonia.Labs icon indicating copy to clipboard operation
Avalonia.Labs copied to clipboard

Native Notifications

Open emmauss opened this issue 1 year ago • 2 comments

Simple native notification implementation. Currently supports Android, Linux and Windows. Windows apps would need to be packaged to work.

emmauss avatar Jun 11 '24 15:06 emmauss

The Linux implementation may use DBus instead of pulling in that many native dependencies, see https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html. If it's desired, I could open a PR for that

affederaffe avatar Jun 24 '24 21:06 affederaffe

The Linux implementation may use DBus instead of pulling in that many native dependencies, see https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html. If it's desired, I could open a PR for that

I would appreciate it if you could. I'm not familiar with dbus and its protocol.

emmauss avatar Jun 27 '24 14:06 emmauss