Comment 2 for bug 1783209

Revision history for this message
John Runyon (dimecadmiu) wrote :

N.B. the following sequence works:

sudo apt-get build-dep growl-for-linux
apt-get source growl-for-linux
cd growl-for-linux*/
./configure --prefix=/usr/local --enable-appindicator
make
aclocal
make
sudo make install
sudo apt-get remove growl-for-linux
hash -r
gol

Which makes it even sadder that the package is broken.