boolean hints don't support boolean arguments

Bug #1370641 reported by Charles Kerr
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
unity-notifications
New
Undecided
Mirco Müller

Bug 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-non-shaped-icon"
         variant boolean true
      )

vs:

      dict entry(
         string "x-canonical-non-shaped-icon"
         variant string "true"
      )

Charles Kerr (charlesk)
description: updated
Charles Kerr (charlesk)
Changed in unity-notifications:
assignee: nobody → Mirco Müller (macslow)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.