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. |
||
---|---|---|
docs | ||
libnotify | ||
tests | ||
tools | ||
.gitlab-ci.yml | ||
AUTHORS | ||
COPYING | ||
NEWS | ||
README.md | ||
SPECIFICATION | ||
config.h.meson | ||
libnotify.doap | ||
meson.build | ||
meson_options.txt |
README.md
libnotify
Description
libnotify is a library for sending desktop notifications to a notification daemon, as defined in the org.freedesktop.Notifications Desktop Specification. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.
Notice
For GLib based applications the GNotification API should be used instead.