← Back to team overview

dx-packages team mailing list archive

[Bug 1407720] Re: Panel uses incorrect serialisation for indicator-network menu icons

 

the indicator-loader is supplied by libindicator3-tools.

** Also affects: libindicator
   Importance: Undecided
       Status: New

** Also affects: libindicator (Ubuntu)
   Importance: Undecided
       Status: New

** No longer affects: libindicator

** Changed in: unity8 (Ubuntu)
       Status: New => Invalid

** Summary changed:

- Panel uses incorrect serialisation for indicator-network menu icons
+ Indicator-loader uses incorrect serialisation for indicator-network menu icons

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to libindicator in Ubuntu.
https://bugs.launchpad.net/bugs/1407720

Title:
  Indicator-loader uses incorrect serialisation for indicator-network
  menu icons

Status in libindicator package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Currently indicator-network exports icons to show like this (gdbus
  dump):

  'icons': <
            [
             <('themed', <['gsm-3g-full']>)>,
             <('themed', <['nm-signal-50-secure']>)>
            ]
           >,

  That is they are an array of variants (that happen to be tuples).
  However this seems to be incorrect. At least if you use the indicator-
  loader it chokes on these and refuses to draw them. The form that it
  accepts looks like this:

  'icons': <
            [
             ('themed', <['gsm-3g-full']>),
             ('themed', <['simcard-locked']>),
             ('themed', <['nm-signal-75-secure']>)
            ]
           >

  That is, an array of tuple variants. One of these two gets it wrong
  and since indicator-loader is the older of the two, I'm guessing that
  is the correct one. Feel free to reassign as appropriate if you feel
  that Unity8 is doing the right thing here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libindicator/+bug/1407720/+subscriptions