libnotify/tools
Marco Trevisan (Treviño) 9862ab85e8
notify-send: allow passing colon as hint value
While some hints like image-path or sound-file supports parameters using the
file:// protocol, it's impossible to pass such hints to notify-send, because
it splits the passed argument so that it can have an unlimited number of colons,
while only 3 should be there (as per TYPE:NAME:VALUE format).

So, make `g_strsplit` to accept only 3 tokens as maximum, while pass the
remaining parameters all-together.

So now it's possible to do
  notify-send -h string:image-path:file:///usr/share/icons/foo.png
2019-02-15 12:54:39 +00:00
..
Makefile.am Add pango's .gitignore generation foo 2010-01-31 14:33:46 -05:00
meson.build Build with meson and add CI 2019-01-31 17:15:27 +00:00
notify-send.c notify-send: allow passing colon as hint value 2019-02-15 12:54:39 +00:00