Skip to content

notification: Use Desktop Portal notification when running in sandbox

Marco Trevisan requested to merge 3v1n0/libnotify:portal-support into master

When an application is running from a snap or a flatpak, libnotify should just work as a FDO Portal Notification wrapper.

As per this, make the library to try use the portal API in sandboxed applications, by emulating the needed missing pieces.

Not everything can be achieved 1:1, but it's just safer to use in such contexts.

Merge request reports