Go to file
Iain Lane 2e8ed8add3 notification: Handle snap applications
When a non-relocatable application is packaged as a snap, its resources
will be visible under `${SNAP}`. We can discover these resources by
probing paths that are given to us and trying the same path under
`${SNAP}` if the probe fails.

Snap packages have desktop files namespaced by the snap name. This name
is available inside the snap environment as `${SNAP_NAME}`. Also probe
desktop files and try this form of mangled name if the referenced
desktop file is not found.
2019-08-14 15:43:43 +02:00
docs Build with meson and add CI 2019-01-31 17:15:27 +00:00
libnotify notification: Handle snap applications 2019-08-14 15:43:43 +02:00
tests Build with meson and add CI 2019-01-31 17:15:27 +00:00
tools notify-send: allow passing colon as hint value 2019-02-15 12:54:39 +00:00
.gitlab-ci.yml Build with meson and add CI 2019-01-31 17:15:27 +00:00
AUTHORS Add Lucas Rocha to the contributors list. 2007-04-29 08:02:49 +00:00
COPYING Added the initial libnotify library, for experimental work on this notification stuff TD and I are working on. 2004-06-27 22:28:52 +00:00
ChangeLog Patch by Andre Klapper to remove deprecated glib symbols. 2009-07-24 09:13:56 +00:00
Makefile.am build: Allow not to build tests 2016-06-14 16:07:31 +02:00
NEWS Bump version to 0.7.8 2019-03-28 19:24:26 +01:00
README Added the initial libnotify library, for experimental work on this notification stuff TD and I are working on. 2004-06-27 22:28:52 +00:00
SPECIFICATION Moved specification and ChangeLog documentation. 2004-09-01 07:41:05 +00:00
autogen.sh build: Update autotools configuration 2011-05-03 13:47:36 -04:00
config.h.meson Build with meson and add CI 2019-01-31 17:15:27 +00:00
configure.ac Bump version to 0.7.8 2019-03-28 19:24:26 +01:00
git.mk Add pango's .gitignore generation foo 2010-01-31 14:33:46 -05:00
libnotify.doap doap: add <programming-language> 2014-08-01 23:32:16 +02:00
libnotify.pc.in Don't need to fuss with gtk symbols since we don't use gtk at all anymore 2010-10-09 00:32:31 -04:00
meson.build build: check supported linker args before build 2019-04-26 20:20:22 +02:00
meson_options.txt Build with meson and add CI 2019-01-31 17:15:27 +00:00

README