Growl for Ubuntu ("gol")
Posted: December 4th, 2011, 7:40 am
Hi,
As SABnzbd seems to have Growl support, I installed growl for linux ("gol") on my Ubuntu (see http://mattn.github.com/growl-for-linux/ for source). See below how.
Install:
And now growl seems to work:
Start growl on linux:
... and send a message:
... and that message appears in a pop-up on my Ubuntu screen.
So far I've not seen SABnzbd messages on my growl-screen :-( Maybe time to play with the growl settings in sabnzbd.ini? Or does SAB's growl only work on Mac OS X?
[growl]
ntfosd_enable = 1
growl_password = ""
growl_enable = 1
growl_server = ""
As SABnzbd seems to have Growl support, I installed growl for linux ("gol") on my Ubuntu (see http://mattn.github.com/growl-for-linux/ for source). See below how.
Install:
Code: Select all
sudo add-apt-repository ppa:mattn/growl-for-linux
sudo add-apt-repository ppa:mattn/gntp-send
sudo apt-get update
sudo apt-get install growl-for-linux
sudo apt-get install gntp-send
Start growl on linux:
Code: Select all
gol &
Code: Select all
gntp-send 'hey there!' 'this is an important message ...'
So far I've not seen SABnzbd messages on my growl-screen :-( Maybe time to play with the growl settings in sabnzbd.ini? Or does SAB's growl only work on Mac OS X?
[growl]
ntfosd_enable = 1
growl_password = ""
growl_enable = 1
growl_server = ""