Mono icon for Ubuntu

Asked by Francois Botha

Are there plans to add a mono-styled icon for the Ubuntu tray area?

Question information

Language:
English Edit question
Status:
Solved
For:
GNOME Automate Edit question
Assignee:
No assignee Edit question
Solved by:
sabby7890
Solved:
Last query:
Last reply:
Revision history for this message
Best sabby7890 (tsalacinski) said :
#1

It is already added. Just compile Alarm-Clock with --enable-appindicator option, or download the debian package from alarm-clock.pl website.

Revision history for this message
Francois Botha (igitur) said :
#2

Seems I need libappindicator1 for that version to work. I'm still on Lucid. Should it be fixed when I go to Maverick?

Revision history for this message
sabby7890 (tsalacinski) said :
#3

Yes, you need this package (deb files are compiled on Ubuntu 10.10). You don't have to move to Maverick, you can download Alarm Clock source code, install the following packages:

libunique-dev
libappindicator-dev
libgstreamer0.10-dev

After installing, unpack the source, go to terminal and type:

./configure --enable-appindicator
make
(as root) make install

And then you will have working Alarm Clock installation. To uninstall, follow the same steps and instead of make and make install type make uninstall as root. Hope this helps:) Cheers.