Activity log for bug #1370641

Date Who What changed Old value New value Message
2014-09-17 17:39:27 Charles Kerr bug added bug
2014-09-17 18:14:47 Charles Kerr description hints such as "x-canonical-non-shaped-icon" and "x-canonical-private-affirmative-tint" are boolean hints, but only support string arguments. For example see these two dbus-monitor logs: (1) http://paste.ubuntu.com/8365999/ and (2) http://paste.ubuntu.com/8366421/ . The former has a border around the icon; the latter does not. The difference in invocation: dict entry( string "x-canonical-snap-decisions" variant boolean true ) vs: dict entry( string "x-canonical-non-shaped-icon" variant string "true" ) hints such as "x-canonical-non-shaped-icon" and "x-canonical-private-affirmative-tint" are boolean hints, but only support string arguments. For example see these two dbus-monitor logs: (1) http://paste.ubuntu.com/8365999/ and (2) http://paste.ubuntu.com/8366421/ . The former has a border around the icon; the latter does not. The difference in invocation: dict entry( string "x-canonical-non-shaped-icon" variant boolean true ) vs:       dict entry(          string "x-canonical-non-shaped-icon"          variant string "true"       )
2014-10-07 16:11:04 Charles Kerr unity-notifications: assignee Mirco Müller (macslow)