Description of problem: Upgrading to latest cauldron causes cinnamon clock and battery power systems not to update Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. upgrade to cauldron - lib64upower-gir1.0 2. cinnamon clock disappears 3. revert to mageia4 4. clock reappears The problem appears to be in the js code for calendar.js cinnamon/applets/calendar@cinnamon.org/applet.js // https://bugzilla.gnome.org/show_bug.cgi?id=655129 this._upClient = new UPowerGlib.Client(); this._upClient.connect('notify-resume', this._updateClockAndDate); This code is failing with the latest update to upower Reproducible: Steps to Reproduce:
cross reference to upstream bug report https://github.com/linuxmint/Cinnamon/issues/2913
Cinnamon (and many other pkg) needs to be converted to use new Upower 1.0 API [1]. In this case because notify_resume signal was removed. [1] http://lists.freedesktop.org/archives/devkit-devel/2013-October/001519.html
(In reply to Joseph Wang from comment #1) > cross reference to upstream bug report > > https://github.com/linuxmint/Cinnamon/issues/2913 According to upstream this is fixed with: https://github.com/linuxmint/Cinnamon/commit/b04f857c039bfc9c72ec0f1303237a42760cdf62 Can you please update the packages or this report accordingly? Thanks in advance.
CC: (none) => doktor5000Assignee: bugsquad => joequant
So, is it fixed in latest cauldron?
Keywords: (none) => NEEDINFO
Has been fixed for a while.
Status: NEW => RESOLVEDResolution: (none) => FIXED