Comment 105 for bug 460483

Revision history for this message
Geoff Goehle (goehle) wrote :

Just thought I would put an update here since the new ubuntu is out.

Good News: Unity has been cleaned up to the point where my previous code now works as intended. Evolution runs in the background with no icon on the "sidebar". I was even able to get the "hide evolution on startup" feature working again.

Bad News: I can't publish my code because there are a variety of problems with the unmodified source, or at least with my method of working with it. I am accustomed to being able to do

sudo apt-get builddep evolution-indicator
apt-get source evolution-indicator
cd into source directory
./configure
sudo make install

And this process fails unless I make various configuration modifications. So if anyone has suggestions I'm listening, otherwise I'll putz around in the ./configure files until I get everything working...