3

I'm looking for a simple solution to forward libnotify notifications (from knotify4) to a remote growl servers (running on Windows and Android).

So far I'm only able to send remote growl notifications from the command line (using gntp-send or this python lib)

The Growl for linux implementation is only able to forward the opposite way (growl->libnotify), and does not allow remote notifications...

Raphael Ahrens
  • 9,701
  • 5
  • 37
  • 52
eadmaster
  • 1,573
  • 4
  • 18
  • 30

1 Answers1

0

I've just found it is possible to do that with a python script connected to the local dbus server as suggested here + the gntp library.

eadmaster
  • 1,573
  • 4
  • 18
  • 30