I don't rely, that patch will be applied very fast, so decided to amend it (i
use git for all operations).
Previous version did not set app name, whose default was "notify-send". And
forgot a space before last notify-send argument (specifying icon).
For now there is nothing to do anymore with this way. Looking to libnotify
api, i found support for actions - thank god, it is not DE-specific :).
В письме от 27 марта 2014 21:46:12 пользователь Zlobin Nikita написал:
I use sometimes qjackctl to control transport during
work in qtractor,
because when in qtractor i open track properties to test various plugins,
all other gui is unavailable, excepting only plugins gui.
But this ugly popup on closing of qjackctl window is a bit annoying. My
final goal was to get it with option like "Don't remind anymore", but even
getting messages appeared not very easy.
My implementation uses notify-send utility, which in ubuntu is packaged in
libnotify-bin package. Arch wiki says, that libnotify is good for both gnome
and qt4 apps, but it seems, but basic libnotify api, written on C, is
glib/gobject-based, and i can't find libnotifymm (same glib, but on c++) in
neither ubuntu nor portage. Though in gentoo i found even some kde stuff,
using libnotify %).