Package: indicator-sensors / 1.4-2

Metadata

Package Version Patches format
indicator-sensors 1.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no notification on alarm.patch | (download)

indicator-sensors/is-sensor.c | 25 3 + 22 - 0 !
1 file changed, 3 insertions(+), 22 deletions(-)

 don't show notification on alarm
 There is nothing the user can do in this case so don't bother showing a
 notification, this is just noise.
track error state.patch | (download)

indicator-sensors/is-sensor.c | 37 20 + 17 - 0 !
1 file changed, 20 insertions(+), 17 deletions(-)

 track error state
 Previously when the error state was set for a sensor we would clear the old
 state and set the new one, without checking if they were the same. But this
 would result in a closing of the existing notification and showing of a new one
 with the same contents.
 .
 In general it can be useful to let the user know that the sensor has encountered
 and error BUT we don't want to do this every time the sensor value is tried to
fix missing girepository include.patch | (download)

indicator-sensors/indicator-sensors.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 add missing include for girepository.h and adapt to api change in latest glib