From: adrianiainlam Date: Wed, 11 May 2016 13:18:54 +0000 (+0100) Subject: Workaround for issue #1 X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-lunar-calendar.git;a=commitdiff_plain;h=0bf60d5783348434829af1d603cb5f07539039db Workaround for issue #1 --- diff --git a/indicator-lunar-calendar.js b/indicator-lunar-calendar.js index 64fb0ea..ea4470f 100755 --- a/indicator-lunar-calendar.js +++ b/indicator-lunar-calendar.js @@ -74,6 +74,14 @@ function update_indicator() { indicator.set_icon(__dirname + '/icons/' + lunar.zodiac + '.svg'); indicator.set_label(compact_date, ''); item.set_label(long_date); + + console.log('Indicator updated. ' + lunar.hour + ' Time: ' + new Date()); + /* DO NOT REMOVE THE ABOVE LINE. + * I have no absolutely no idea why but the indicator doesn't get + * updated if this line is removed. + * It wasn't needed though before implementing the DBus section below. + * So perhaps some kind of conflict between the two? + */ } var job = new CronJob({