Hi, i don't know if somebody is using it but there is a systray icon which can connect to buildbot:
https://bitbucket.org/marcusl/buildboticon/downloads/BuildBotIcon.jar here the config file i use: # BuildBotIcon Apache file # builds (one trayicon per build by default) openejb-trunk-ubuntu = http://ci.apache.org/builders?builder=openejb-trunk-ubuntu # Polling interval. Keep high for public sites, lower to 30 or 60 seconds for LAN polling_interval = 600 Then a fast script to run it: java -jar "<path-to>/BuildBotIcon.jar" "<pah-to>/config.conf" - Romain
