← Back to team overview

dx-packages team mailing list archive

[Bug 1642989] [NEW] indicators should use 'com.canonical.indicators.link' type for Settings links

 

Public bug reported:

http://bazaar.launchpad.net/~unity-
team/unity8/trunk/view/head:/qml/Panel/Indicators/MenuItemFactory.qml
has this code:

> if (modelData.action !== undefined && modelData.action.indexOf("settings") > -1) {
>   // FIXME : At the moment, the indicators aren't using
>   // com.canonical.indicators.link for settings menu. Need to fudge it.
>   return linkMenu;
> }

We should set the type of settings menuitems to
'com.canonical.indicators.link' so that this hack can be removed.

** Affects: indicator-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-datetime (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-location (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-network (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-power (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-session (Ubuntu)
     Importance: Medium
         Status: Triaged

** Affects: indicator-sound (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: indicator-sound (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: indicator-power (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: indicator-network (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: indicator-bluetooth (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: indicator-location (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages, dx-packages
https://bugs.launchpad.net/bugs/1642989

Title:
  indicators should use 'com.canonical.indicators.link' type for
  Settings links

Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-datetime package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  Triaged
Status in indicator-sound package in Ubuntu:
  New

Bug description:
  http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/view/head:/qml/Panel/Indicators/MenuItemFactory.qml
  has this code:

  > if (modelData.action !== undefined && modelData.action.indexOf("settings") > -1) {
  >   // FIXME : At the moment, the indicators aren't using
  >   // com.canonical.indicators.link for settings menu. Need to fudge it.
  >   return linkMenu;
  > }

  We should set the type of settings menuitems to
  'com.canonical.indicators.link' so that this hack can be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1642989/+subscriptions


Follow ups