[Dx-packages] [Bug 1580254] Re: Cannot change accounts images

2016-05-23 Thread Sebastien Bacher
** Changed in: accountsservice (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Cannot change accounts images

Status in accountsservice package in Ubuntu:
  Fix Released
Status in accountsservice source package in Xenial:
  Fix Committed

Bug description:
  HOW TO REPRODUCE:
  1. Go to "System Settings -> User Accounts"
  2. Click on the user image at the left of the user name, and select a new 
image.

  RESULT:
  Image isn't changed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160413-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May 10 18:28:06 2016
  InstallationDate: Installed on 2016-05-02 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1584849] Re: Creating a log on a non-default thread causes it to hang

2016-05-23 Thread Ubuntu Foundations Team Bug Bot
The attachment "thread-default-context.patch" seems to be a patch.  If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Creating a log on a non-default thread causes it to hang

Status in Zeitgeist Framework:
  Unknown
Status in zeitgeist package in Ubuntu:
  New

Bug description:
  When creating a Log object it creates a mainloop to wait on the proxy
  object. It unfortunately does this with NULL has its context which
  means it uses the main thread's context instead of the thread it is
  running on. This causes a hang as no one gets events then.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/1584849/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Pat McGowan
The Android API RTC_WAKEUP indeed refers to waking from deep sleep, I
see no reference to an API for powering on the device.

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Pat McGowan
Can we look into whether we need to enable something in the kernel
configs?

** Changed in: canonical-devices-system-image
 Assignee: Thomas Voß (thomas-voss) => John McAleely (john.mcaleely)

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1584849] [NEW] Creating a log on a non-default thread causes it to hang

2016-05-23 Thread Ted Gould
Public bug reported:

When creating a Log object it creates a mainloop to wait on the proxy
object. It unfortunately does this with NULL has its context which means
it uses the main thread's context instead of the thread it is running
on. This causes a hang as no one gets events then.

** Affects: zeitgeist
 Importance: Unknown
 Status: Unknown

** Affects: zeitgeist (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "thread-default-context.patch"
   
https://bugs.launchpad.net/bugs/1584849/+attachment/4668751/+files/thread-default-context.patch

** Bug watch added: freedesktop.org Bugzilla #95549
   https://bugs.freedesktop.org/show_bug.cgi?id=95549

** Also affects: zeitgeist via
   https://bugs.freedesktop.org/show_bug.cgi?id=95549
   Importance: Unknown
   Status: Unknown

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

Title:
  Creating a log on a non-default thread causes it to hang

Status in Zeitgeist Framework:
  Unknown
Status in zeitgeist package in Ubuntu:
  New

Bug description:
  When creating a Log object it creates a mainloop to wait on the proxy
  object. It unfortunately does this with NULL has its context which
  means it uses the main thread's context instead of the thread it is
  running on. This causes a hang as no one gets events then.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/1584849/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Pat McGowan
The use of the API by powerd is correct

u_hardware_alarm_set_relative_to_with_behavior(
 hardware_alarm,
 U_HARDWARE_ALARM_TIME_REFERENCE_RTC,
 U_HARDWARE_ALARM_SLEEP_BEHAVIOR_WAKEUP_DEVICE,
 &sleep_interval);w

Which platform_api maps to

 else if (time_reference == U_HARDWARE_ALARM_TIME_REFERENCE_RTC)
switch(behavior)
{
case U_HARDWARE_ALARM_SLEEP_BEHAVIOR_WAKEUP_DEVICE:
type = ANDROID_ALARM_RTC_WAKEUP;
break;
case U_HARDWARE_ALARM_SLEEP_BEHAVIOR_KEEP_DEVICE_ASLEEP:
type = ANDROID_ALARM_RTC;
break;
}

int result = ::ioctl(fd, ANDROID_ALARM_SET(type), ts);

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1562822] Re: Bluetooth Browse Files... not working

2016-05-23 Thread Sebastien Bacher
@Huck, that SRU is only about unity-control-center, the indicator part
don't land yet

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

Title:
  Bluetooth Browse Files... not working

Status in OEM Priority Project:
  New
Status in indicator-bluetooth package in Ubuntu:
  In Progress
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in indicator-bluetooth source package in Xenial:
  New
Status in unity-control-center source package in Xenial:
  Fix Committed

Bug description:
  * Impact
  The bluetooth settings include a non working "browse files..." items

  * Test case
  connect/pair a phone which does obex, open settings->bluetooth, the only 
action listed should be "send"

  * Regression potential
  none, it's removing a widget which was doing nothing

  --

  Mobile phone: LG L40 Android 4.4.2

  1. Connecting to Phone is successful shown.
  2. Click on Button  "Browse Files... " nothing happen.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160315-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 28 13:31:39 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2016-02-04 (52 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Andrea Bernabei
Jolla phone can do it as well, fwiw.

I love that feature, and I think it is a real showstopper for people who
are used to having a reliable alarm-phone.

I already missed the alarm twice because my Krillin switched off because
of a bug (or because it had run out of battery) during the night. I've
been using the Jolla as secondary alarm since then, and I know that even
if it runs out of battery, it will still keep enough juice to fire the
alarm when the time comes.

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1470080] Re: Broken icon in indicator when iphone attached

2016-05-23 Thread Matthew Paul Thomas
Apparently for iPhones, we know what their charge level is, but we don’t
know whether they are charging. I didn’t know that was (and don’t
understand why it is) a possibility, so I hadn’t considered that case in
the design. Specification updated: if we know the charge level, but not
that it’s charging, we should use the same icons as when it’s
discharging. 

Separately, we shouldn’t show a device in the menu title when we don’t
know whether it’s charging or discharging, if for other things we *do*
know whether they’re charging or discharging.
 So that’s a bug, but fixing it
wouldn’t fix the missing icon by itself, just make it less prominent. It
would still appear in the title if, for example, you connect an iPhone
to a battery-less desktop PC.

** Changed in: indicator-power (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Broken icon in indicator when iphone attached

Status in indicator-power package in Ubuntu:
  Triaged

Bug description:
  Running wily with an iPhone 4 (but I doubt it matters which rev of
  iphone) attached, I see a combined battery gauge for desktop and phone
  in the indicator. Unfortunately the icon is broken / missing when the
  phone is attached, like it's missing a small version of the icon you
  see in system settings -> power.

  See screenshot (next to 61%)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: indicator-power 12.10.6+15.10.20150522-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 30 12:10:40 2015
  InstallationDate: Installed on 2014-06-16 (379 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: indicator-power
  UpgradeStatus: Upgraded to wily on 2015-05-09 (51 days ago)

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: platform-api (Ubuntu)
   Status: New => Confirmed

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1420169] Re: Alarms don't wake up the phone when it is powered off

2016-05-23 Thread Pat McGowan
** Description changed:

  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.
  
  This causes alarms to be lost.
  
  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.
+ 
+ See bug #1375855 which confirms this works on Android.

** Also affects: platform-api (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Alarms don't wake up the phone when it is powered off

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  The alarms API is not setting the device's RTC alarm to power on the
  phone when an alarm should ring and the device is powered off.

  This causes alarms to be lost.

  We are instead using Android's /dev/alarm interface which only works
  while the phone is on or suspended.

  See bug #1375855 which confirms this works on Android.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420169/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1283225] Re: Alarm should turn on the screen

2016-05-23 Thread Pat McGowan
** Changed in: powerd
   Status: New => Invalid

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

Title:
  Alarm should turn on the screen

Status in powerd:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Invalid

Bug description:
  Mako build 200
  When an alarm goes off the screen currently stays off, so use must hit the 
power button before dismissing it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/powerd/+bug/1283225/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1477433] Re: Alarm does not ring when the phone is off

2016-05-23 Thread Pat McGowan
*** This bug is a duplicate of bug 1420169 ***
https://bugs.launchpad.net/bugs/1420169

** This bug has been marked a duplicate of bug 1420169
   Alarms don't wake up the phone when it is powered off

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

Title:
  Alarm does not ring when the phone is off

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The alarm does not work when the phone is off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477433/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1477433] Re: Alarm does not ring when the phone is off

2016-05-23 Thread Andrea Bernabei
*** This bug is a duplicate of bug 1420169 ***
https://bugs.launchpad.net/bugs/1420169

Jolla phone does it as well, fwiw.

I love that feature, and I think it is a real showstopper for people who
are used to having a reliable alarm-phone.

I already missed the alarm twice because my Krillin switched off because
of a bug (or because it had run out of battery) during the night. I've
been using the Jolla as secondary alarm since then, and I know that even
if it runs out of battery, it will still keep enough juice to fire the
alarm when the time comes.

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

Title:
  Alarm does not ring when the phone is off

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The alarm does not work when the phone is off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477433/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1477433] Re: Alarm does not ring when the phone is off

2016-05-23 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1420169 ***
https://bugs.launchpad.net/bugs/1420169

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-datetime (Ubuntu)
   Status: New => Confirmed

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

Title:
  Alarm does not ring when the phone is off

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The alarm does not work when the phone is off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477433/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1584720] [NEW] Indicator Applet Appmenu has two 'Calculator' application menus

2016-05-23 Thread Ads20000
Public bug reported:

Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, 
Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only 
have one 'Calculator' application menu.
I don't know whether this is a bug in GNOME Calculator or Indicator Applet 
Appmenu.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic x86_64
ApportVersion: 2.20.1-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon May 23 11:34:28 2016
InstallationDate: Installed on 2016-04-26 (26 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
SourcePackage: indicator-applet
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-calculator (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug yakkety

** Attachment added: "Indicator Applet Appmenu bug on opening GNOME 
Calculator.png"
   
https://bugs.launchpad.net/bugs/1584720/+attachment/4668619/+files/Indicator%20Applet%20Appmenu%20bug%20on%20opening%20GNOME%20Calculator.png

** Also affects: gnome-calculator (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, 
Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only 
have one 'Calculator' application menu.
- I don't know whether this is a but in GNOME Calculator or Indicator Applet 
Appmenu.
+ I don't know whether this is a bug in GNOME Calculator or Indicator Applet 
Appmenu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

Status in gnome-calculator package in Ubuntu:
  New
Status in indicator-applet package in Ubuntu:
  New

Bug description:
  Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, 
Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only 
have one 'Calculator' application menu.
  I don't know whether this is a bug in GNOME Calculator or Indicator Applet 
Appmenu.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1584720] Re: Indicator Applet Appmenu has two 'Calculator' application menus

2016-05-23 Thread Ads20000
The menu items come up in a slightly different order if the Appmenu is
added to the panel whilst GNOME Calculator is open (if it wasn't in the
panel before).

** Attachment added: "Indicator Applet Appmenu bug on removing and readding 
Appmenu to the panel whilst GNOME Calculator is open.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+attachment/4668624/+files/Indicator%20Applet%20Appmenu%20bug%20on%20removing%20and%20readding%20Appmenu%20to%20the%20panel%20whilst%20GNOME%20Calculator%20is%20open.png

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

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

Status in gnome-calculator package in Ubuntu:
  New
Status in indicator-applet package in Ubuntu:
  New

Bug description:
  Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, 
Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only 
have one 'Calculator' application menu.
  I don't know whether this is a bug in GNOME Calculator or Indicator Applet 
Appmenu.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1477433] Re: Alarm does not ring when the phone is off

2016-05-23 Thread Michael Zanetti
FWIW, at least for krillin once I did the research and it seems that the
chip does support setting an alarm time (similar to a PC's RTC clock)
where the device powers itself on.

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

Title:
  Alarm does not ring when the phone is off

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The alarm does not work when the phone is off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477433/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1477433] Re: Alarm does not ring when the phone is off

2016-05-23 Thread Michael Zanetti
Reopening as this is still an issue.

Yes, off as in really off. Every Nokia or Blackberry device was able to
turn itself on and ring the alarm. IMO this is really important,
otherwise the alarm on the phone is not trustworthy at all.

** Changed in: indicator-datetime (Ubuntu)
   Status: Expired => New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

Title:
  Alarm does not ring when the phone is off

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The alarm does not work when the phone is off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477433/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp