[Dx-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-29 Thread Bill Filler
** Changed in: maliit-framework (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: Fix Released => In Progress

** Branch linked: lp:~renatofilho/gallery-app/fix-snap-paths

** Branch linked: lp:~renatofilho/history-service/snap-path

** Branch linked: lp:camera-app/staging

** Also affects: camera-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: camera-app (Ubuntu)
   Status: New => In Progress

** Also affects: gallery-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gallery-app (Ubuntu)
   Status: New => In Progress

** Also affects: mediaplayer-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mediaplayer-app (Ubuntu)
   Status: New => In Progress

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

Title:
  Does not work inside a snap due to hardcoded paths

Status in Canonical System Image:
  In Progress
Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  In Progress
Status in address-book-service package in Ubuntu:
  In Progress
Status in camera-app package in Ubuntu:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  New
Status in indicator-bluetooth package in Ubuntu:
  In Progress
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  In Progress
Status in indicator-location package in Ubuntu:
  In Progress
Status in indicator-messages package in Ubuntu:
  In Progress
Status in indicator-network package in Ubuntu:
  In Progress
Status in indicator-power package in Ubuntu:
  In Progress
Status in indicator-session package in Ubuntu:
  In Progress
Status in indicator-sound package in Ubuntu:
  In Progress
Status in indicator-transfer package in Ubuntu:
  In Progress
Status in maliit-framework package in Ubuntu:
  In Progress
Status in mediaplayer-app package in Ubuntu:
  In Progress
Status in mediascanner2 package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  In Progress
Status in ubuntu-keyboard package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  In Progress
Status in unity-scope-scopes package in Ubuntu:
  Won't Fix
Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1629009/+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 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-16 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: messaging-app (Ubuntu)
 Assignee: Tiago Salem Herrmann (tiagosh) => Renato Araujo Oliveira Filho 
(renatofilho)

** Changed in: dialer-app (Ubuntu)
 Assignee: Gustavo Pichorim Boiko (boiko) => Renato Araujo Oliveira Filho 
(renatofilho)

** Changed in: dialer-app (Ubuntu)
   Status: Fix Committed => In Progress

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

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in address-book-service package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  In Progress
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages 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:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in mediascanner2 package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+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 1588526] Re: [mako] Alarm doesn't ring when screen locked

2016-11-09 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

-- 
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/1588526

Title:
  [mako] Alarm doesn't ring when screen locked

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu Clock App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  Hello,

  I noticed couple of time, difficult to reproduce that the alarm does
  not ring at the correct time but ring as soon the screen is on.

  Mako Rc-proposed bq-aquaris R324.

  Regards

  Edit : to make ring the phone i just need to wake up the phone and the
  alarm start to ring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588526/+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 1627960] Re: The day of time shift to normal time is displayed two time sin the indicator

2016-09-28 Thread Bill Filler
** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Charles Kerr (charlesk)

-- 
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/1627960

Title:
  The day of time shift to normal time is displayed two time sin the
  indicator

Status in Ubuntu Calendar App:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Don't know if this is the right place for the bug. If not can you move
  them please.

  The Time indicator shows in the calender two times the last Sunday in 
October. This is also always the date where the time get shifted back to normal 
(Winter-) time. I checked the the years 2016-2019.
  I added a screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1627960/+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


Re: [Dx-packages] [Bug 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-06-08 Thread Bill Filler
https://bugs.launchpad.net/bugs/1584102

On Jun 7, 2016, at 3:01 PM, Vincas Dargis <1440...@bugs.launchpad.net>
wrote:

>> Sound will be an option once the extended notification settings work
> gets done
> 
> Is there a task I could follow? Integration is much better now, but
> without noisy alarm, I still missed my task...
> 
> -- 
> You received this bug notification because you are a bug assignee.
> Matching subscriptions: ubuntu-calendar-app
> https://bugs.launchpad.net/bugs/1440111
> 
> Title:
>  [calendar] Reminder notifications are not integrated into system
>  notifications
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+subscriptions

-- 
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/1440111

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  Fix Released
Status in Ubuntu Calendar App:
  Fix Released
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+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 1584102] Re: No sound on notification BQ M10 when from calendar

2016-06-07 Thread Bill Filler
front end UI is mostly complete for new settings panel, now have to
plumb the backends involved to use it.

** Also affects: ubuntu-push (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Arthur Mello (artmello)

** Changed in: ubuntu-push (Ubuntu)
 Assignee: (unassigned) => Arthur Mello (artmello)

** Changed in: canonical-devices-system-image
Milestone: 12 => backlog

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ubuntu-push (Ubuntu)
   Importance: Undecided => Wishlist

** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) => Arthur Mello (artmello)

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

** Changed in: ubuntu-push (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Confirmed => In Progress

-- 
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/1584102

Title:
  No sound on notification BQ M10 when from calendar

Status in Canonical System Image:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-push package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  There are events in the calendar that are added into the
  notification/message area in the indicator.

  But that notification is not playing some sound.

  What happenes:
  1. reminder of the calendar is adding a message into the notification/message 
area in the indicator
  2. The device is vibriting. No sound is playing.

  What do i expect:
  1. reminder of the calendar is adding a message into the notification/message 
area in the indicator
  2. The device is vibrating. Notification sound of calendar is playing.

  Version r110, BQ M10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584102/+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 1362962] Re: Calendar icon usually shows the wrong date

2016-06-06 Thread Bill Filler
@design
We just need an updated application icon for the calendar app that doesn't use 
a number (i.e. 28)

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Importance: Undecided => High

-- 
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/1362962

Title:
  Calendar icon usually shows the wrong date

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  Invalid
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Fix Released
Status in unity-scope-click package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Ubuntu 14.10 r203
  Does not occur with: iOS, Windows Phone

  1. In the clock menu, find the calendar app and launch it.
  2. In the Launcher or Dash, find the Calendar app.

  What you see:
  1. The icon always says "25", regardless of the actual date.
  2. The icon always says "28", regardless of the actual date.

  What you should see:
  1. The icon shows the current date.
  2. The icon shows the current date.

  The equivalent for PC is bug 1362033, and for the Clock app is bug
  1362964.

  This depends on bug 1453795 for Unity letting an app change its own
  icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1362962/+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 1548031] Re: wrong date in series schedule

2016-05-09 Thread Bill Filler
cannot reproduce this with latest calendar app in the store (0.5.837)
and rc-proposed image

** Changed in: ubuntu-calendar-app
   Status: Triaged => Fix Released

-- 
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/1548031

Title:
  wrong date in series schedule

Status in Ubuntu Calendar App:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Had the Problem that i have some series schedule, but the Alarm ring one 
month to early.
  see attach

  21.03.2016 is the schedule, but got today the alarm.

  Calendar App Version: 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1548031/+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


Re: [Dx-packages] [Bug 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-04-27 Thread Bill Filler
> On Apr 26, 2016, at 6:36 PM, Jamie Strandboge  wrote:
> 
> @Bill, curious how this relates (if at all) to bug #1533681 (imported
> google calendar events sound when they shouldn't)?

That bug is in process of being fixed as well. If the Google event was
set for a pop-up notification and you are marked as attending,maybe, or
no reply you will get a notification with vibration on the phone (if
notifications are turned on for the calendar app). If the Google event
is set for no notification you will not get any notification on the
phone. You will never get any sound for any calendar events when the
proposed changes land, just vibration. Sound will be an option once the
extended notification settings work gets done but the above rules will
apply still.


> 
> -- 
> You received this bug notification because you are a bug assignee.
> Matching subscriptions: ubuntu-calendar-app
> https://bugs.launchpad.net/bugs/1440111
> 
> Title:
>  [calendar] Reminder notifications are not integrated into system
>  notifications
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+subscriptions

-- 
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/1440111

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+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 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-04-26 Thread Bill Filler
fyi, what we've implemented for now is the following (in silo 9):
- calendar notifications will vibrate, instead of playing a sound by default. 
Calendar notifications can be disabled in Settings->Notifications
- calendar notifications will not be displayed for events that you're marked as 
"Not Attending" (i.e. after google calendar sync)
- calendar notifications will show up in the Notifications menu in case you 
miss then
- calendar events will remain in the date/time indicator for the duration of 
the event and not disappear immediately after the event occurs like they 
current do

After this land, the next step is we plan to implement the extended 
Notifications panel in System Settings:
https://wiki.ubuntu.com/Notification

This will allow user to choose sound, vibrate, notification bubbles, etc
on a per app basis to control notifcations. Once that panel is done
we'll cut over Calendar notifications to use it, in conjunction with the
work Charles and his team are doing on the notification backend.

-- 
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/1440111

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+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 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-04-26 Thread Bill Filler
** Changed in: ubuntu-calendar-app
Milestone: 0.5 => 0.6

-- 
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/1440111

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+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 1170366] Re: Broken handling of All-Day events

2016-04-22 Thread Bill Filler
** Tags added: system-apps-11

-- 
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/1170366

Title:
  Broken handling of All-Day events

Status in Canonical System Image:
  In Progress
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  All-day events are not being shown on the day they occur, when that
  date is selected in the calendar, and all-day events which occur on
  Fridays seem to not be appearing at all. Furthermore, it also seems
  that all-day events which span multiple days are also handled poorly,
  listed as starting at 00:00 on the first day, and not appearing on the
  other days.

  In Online Services we have a few calendars for hours, meetings, and
  for the client engineering subteam we have review days, which we
  specify in a calendar. I have these calendars subscribed to in
  Evolution. The all-day events used to appear on the day they occurred,
  so this seems to be a regression.

  Some examples:

  All-day events; To see who is on call for reviews today, I must select
  the previous day. The event for Friday however, does not show up at
  all, so selecting Thursday dates on the calendar do not show me any
  future all-day events that occur on the Friday.

  Multi-day all-day event: I will be on holiday May 06-10, but this does
  not show correctly in the events list when I select any of those days.
  Instead, when I select the preceding Sunday May 05 in the calendar,
  the event shows as starting Monday at 00:00, rather than being an all-
  day event which spans multiple days.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: indicator-datetime 12.10.3daily13.03.26-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Thu Apr 18 10:01:40 2013
  InstallationDate: Installed on 2012-10-21 (178 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: indicator-datetime
  UpgradeStatus: Upgraded to raring on 2012-12-24 (114 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1170366/+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 1302004] Re: Indicator-datetime doesn't list in-progress events

2016-04-22 Thread Bill Filler
** Tags added: system-apps-11

-- 
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/1302004

Title:
  Indicator-datetime doesn't list in-progress events

Status in Canonical System Image:
  In Progress
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  This bug is related to this bug: Bug #1293646 (Which is marked as fix
  released)

  With latest update of indicator (13.10.0+14.04.20140328-0ubuntu1) it
  lists all events for all past selected dates properly (which was fixed
  in bug Bug #1293646) except today's date. When I click on any past
  date in calendar it shows:

  1. all all-day events for the day.
  2. all events with time for the day
  3. upcoming (future) all-day events
  4. upcoming (future) events with time

  But when I click on today's date it only shows:

  1. future all day events
  2. future events with time

  I still have to click on previous day's date to find out all all-day
  events for today.

  The behavior (showing all events for a day) should be same for any
  date, including today's date.

  : "If there are more
  than five, the events shown should be, in order of priority, * any
  events that start or end (a) for today, after the current minute, or
  (b) for any other date, at any time on that date, * any full-day
  events that span all of the selected date..."

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1302004/+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 1362962] Re: Calendar icon usually shows the wrong date

2016-04-22 Thread Bill Filler
** Tags added: system-apps-11

-- 
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/1362962

Title:
  Calendar icon usually shows the wrong date

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed
Status in unity-scope-click package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Ubuntu 14.10 r203
  Does not occur with: iOS, Windows Phone

  1. In the clock menu, find the calendar app and launch it.
  2. In the Launcher or Dash, find the Calendar app.

  What you see:
  1. The icon always says "25", regardless of the actual date.
  2. The icon always says "28", regardless of the actual date.

  What you should see:
  1. The icon shows the current date.
  2. The icon shows the current date.

  The equivalent for PC is bug 1362033, and for the Clock app is bug
  1362964.

  This depends on bug 1453795 for Unity letting an app change its own
  icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1362962/+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 1533681] Re: imported google calendar events sound when they shouldn't

2016-04-22 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Tags added: system-apps-11

-- 
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/1533681

Title:
  imported google calendar events sound when they shouldn't

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  I use the calendar-app with my work google calendar. For that calendar
  I have alarms setup to automatically send an email 24 hours, 4 hours
  and 30 minutes before any event and I choose email as the reminder (as
  opposed to popup) so that I wouldn't be bombarded with reminders all
  day. Unfortunately the calendar app does not make a distinction
  between email and popup and every event with an email reminder gets
  imported as an event that gets an event notification on the phone with
  an alarm sound. I have a lot of events in my calendar and so my phone
  is constantly making noise at all times of the day. This is
  particularly annoying at night time since I might get a reminder as
  early as 3am or 4am, which wakes me up. Of course, I could use silent
  mode at night, but, like last night, I forgot and was awoken at 6am.
  Plus, I don't necessarily want the phone in silent mode-- I'd like to
  be able to hear if a phone call comes in since that is likely an
  emergency call I need to take.

  There are a lot of different bugs related to calendar event
  notifications and if some of them were fixed, it would ameliorate this
  bug. For example, I've been hoping for a setting to disable sounds for
  just the calendar (whether via the app or system settings) but
  otherwise get calendar notifications. Being able to change the alarm
  sound to 'None' would work too. TBH at this point I don't care which
  bug is fixed, I need to get this phone to stop sounding off
  constantly.

  WORKAROUND:
  1. download https://commons.wikimedia.org/wiki/File:Silence.ogg to 
/home/phablet
  2. use gsettings to adjust the sound:
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/usr/share/sounds/ubuntu/ringtones/Marimbach.ogg'
  $ DISPLAY=:0.0 gsettings set com.canonical.indicator.datetime 
calendar-default-sound /home/phablet/Silence.ogg 
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/home/phablet/Silence.ogg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1533681/+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 1570619] Re: calendar events shouldn't disappear from indicator until event ends

2016-04-15 Thread Bill Filler
*** This bug is a duplicate of bug 1302004 ***
https://bugs.launchpad.net/bugs/1302004

Seb is right, this is a dupe of
https://bugs.launchpad.net/ubuntu/+source/indicator-
datetime/+bug/1302004

** This bug has been marked a duplicate of bug 1302004
   Indicator-datetime doesn't list in-progress events

-- 
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/1570619

Title:
  calendar events shouldn't disappear from indicator until event ends

Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This is stripped out from previous bug: lp:1557571

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

  Basically the event should not be removed from the indicator until
  it's entire duration is over. Currently it's removed the minute after
  it starts, but probalby should stay and say "In progress" or
  something?

  Adding design here for guidance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1570619/+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 1170366] Re: Broken handling of All-Day events

2016-04-15 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed => In Progress

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

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

-- 
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/1170366

Title:
  Broken handling of All-Day events

Status in Canonical System Image:
  In Progress
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  All-day events are not being shown on the day they occur, when that
  date is selected in the calendar, and all-day events which occur on
  Fridays seem to not be appearing at all. Furthermore, it also seems
  that all-day events which span multiple days are also handled poorly,
  listed as starting at 00:00 on the first day, and not appearing on the
  other days.

  In Online Services we have a few calendars for hours, meetings, and
  for the client engineering subteam we have review days, which we
  specify in a calendar. I have these calendars subscribed to in
  Evolution. The all-day events used to appear on the day they occurred,
  so this seems to be a regression.

  Some examples:

  All-day events; To see who is on call for reviews today, I must select
  the previous day. The event for Friday however, does not show up at
  all, so selecting Thursday dates on the calendar do not show me any
  future all-day events that occur on the Friday.

  Multi-day all-day event: I will be on holiday May 06-10, but this does
  not show correctly in the events list when I select any of those days.
  Instead, when I select the preceding Sunday May 05 in the calendar,
  the event shows as starting Monday at 00:00, rather than being an all-
  day event which spans multiple days.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: indicator-datetime 12.10.3daily13.03.26-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Thu Apr 18 10:01:40 2013
  InstallationDate: Installed on 2012-10-21 (178 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: indicator-datetime
  UpgradeStatus: Upgraded to raring on 2012-12-24 (114 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1170366/+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 1302004] Re: Indicator-datetime doesn't list in-progress events

2016-04-15 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

-- 
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/1302004

Title:
  Indicator-datetime doesn't list in-progress events

Status in Canonical System Image:
  In Progress
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  This bug is related to this bug: Bug #1293646 (Which is marked as fix
  released)

  With latest update of indicator (13.10.0+14.04.20140328-0ubuntu1) it
  lists all events for all past selected dates properly (which was fixed
  in bug Bug #1293646) except today's date. When I click on any past
  date in calendar it shows:

  1. all all-day events for the day.
  2. all events with time for the day
  3. upcoming (future) all-day events
  4. upcoming (future) events with time

  But when I click on today's date it only shows:

  1. future all day events
  2. future events with time

  I still have to click on previous day's date to find out all all-day
  events for today.

  The behavior (showing all events for a day) should be same for any
  date, including today's date.

  <https://wiki.ubuntu.com/TimeAndDate#menu-events>: "If there are more
  than five, the events shown should be, in order of priority, * any
  events that start or end (a) for today, after the current minute, or
  (b) for any other date, at any time on that date, * any full-day
  events that span all of the selected date..."

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1302004/+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 1321309] Re: [Indicators] Missed calendar or alarm events need to be properly indicated

2016-04-15 Thread Bill Filler
See related bug:
https://bugs.launchpad.net/ubuntu-ux/+bug/1570619

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

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   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/1321309

Title:
  [Indicators] Missed calendar or alarm events need to be properly
  indicated

Status in Canonical System Image:
  Confirmed
Status in Indicator Date and Time:
  Confirmed
Status in Ubuntu theme:
  New
Status in Ubuntu UX:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Imagine a scenario where you have a calendar event or a clock alarm to
  go of at 10:00. If you get a call at the same time, then obviously the
  call gets the highest priority and the alarm or calendar audible
  notification is suppressed by the system. So a phone user can actually
  miss the event.

  This can be resolved by turning the alarm icon shown in the indicator
  to blue similar to messages to indicate that an alarm or event was
  missed by the user.

  
  ——— UX Comment ———

  I can think of two possibilities for the resolution of this bug:

  1) We change the alarm icon in the status bar for alarm-missed icon
  (https://drive.google.com/drive/u/1/folders/0BzbnWoHmYF3ablBITVByRnpzdEk

  2) Once the incoming call event has finished or the user has acted on
  it by answering the call, we fire a notification bubble (as well as
  it’s associated auditory feedback) to communicate the missed event. If
  the user doesn’t act on the incoming call event, the alarm goes off
  after incoming call timeout.

  --> My recommendation would be to use a combination of both.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1321309/+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 1570619] [NEW] calendar events shouldn't disappear from indicator until event ends

2016-04-14 Thread Bill Filler
Public bug reported:

This is stripped out from previous bug: lp:1557571

> Also, the indicator sometimes gets the wrong time until an event is
scheduled to start. As an example, I had an event scheduled for 23:50.
At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
23:45 I tried again and it still said 7 minutes. I checked again at
23:47 and it said 3 minutes till. I checked again at 23:50 and it still
said 3 minutes. At 23:51 the item disappeared, even though the event was
an hour long. So, it updates infrequently and doesn't show events while
they're active (except for the first minute).

Basically the event should not be removed from the indicator until it's
entire duration is over. Currently it's removed the minute after it
starts, but probalby should stay and say "In progress" or something?

Adding design here for guidance.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

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

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
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/1570619

Title:
  calendar events shouldn't disappear from indicator until event ends

Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  This is stripped out from previous bug: lp:1557571

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

  Basically the event should not be removed from the indicator until
  it's entire duration is over. Currently it's removed the minute after
  it starts, but probalby should stay and say "In progress" or
  something?

  Adding design here for guidance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1570619/+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 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
Filed related bug to track the event being removed prematurely from the 
indicator:
https://bugs.launchpad.net/ubuntu-ux/+bug/1570619

-- 
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/1557571

Title:
  Upcoming event ETA appears to fall out of sync

Status in Canonical System Image:
  Triaged
Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Described by ToyKeeper @ https://trello.com/c/S0yjk9mW/2892-893
  -ubuntu-landing-003-indicator-datetime-dbarth:

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557571/+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 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) => Michał Sawicz (saviq)

-- 
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/1557571

Title:
  Upcoming event ETA appears to fall out of sync

Status in Canonical System Image:
  Triaged
Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Described by ToyKeeper @ https://trello.com/c/S0yjk9mW/2892-893
  -ubuntu-landing-003-indicator-datetime-dbarth:

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557571/+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 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-04-14 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: Alejandro J. Cura (alecu) => Bill Filler (bfiller)

** Changed in: indicator-datetime (Ubuntu)
 Assignee: Charles Kerr (charlesk) => Renato Araujo Oliveira Filho 
(renatofilho)

-- 
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/1557571

Title:
  Upcoming event ETA appears to fall out of sync

Status in Canonical System Image:
  Triaged
Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Described by ToyKeeper @ https://trello.com/c/S0yjk9mW/2892-893
  -ubuntu-landing-003-indicator-datetime-dbarth:

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557571/+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 1362962] Re: Calendar icon usually shows the wrong date

2016-04-14 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   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/1362962

Title:
  Calendar icon usually shows the wrong date

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed
Status in unity-scope-click package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Ubuntu 14.10 r203
  Does not occur with: iOS, Windows Phone

  1. In the clock menu, find the calendar app and launch it.
  2. In the Launcher or Dash, find the Calendar app.

  What you see:
  1. The icon always says "25", regardless of the actual date.
  2. The icon always says "28", regardless of the actual date.

  What you should see:
  1. The icon shows the current date.
  2. The icon shows the current date.

  The equivalent for PC is bug 1362033, and for the Clock app is bug
  1362964.

  This depends on bug 1453795 for Unity letting an app change its own
  icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1362962/+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 1548031] Re: wrong date in series schedule

2016-04-03 Thread Bill Filler
** Changed in: ubuntu-calendar-app
Milestone: 0.5 => 0.6

-- 
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/1548031

Title:
  wrong date in series schedule

Status in Ubuntu Calendar App:
  Triaged
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Had the Problem that i have some series schedule, but the Alarm ring one 
month to early.
  see attach

  21.03.2016 is the schedule, but got today the alarm.

  Calendar App Version: 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1548031/+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 1508438] Re: Do not notify for events marked as not attending

2016-04-03 Thread Bill Filler
** Changed in: ubuntu-calendar-app
Milestone: 0.5 => 0.6

-- 
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/1508438

Title:
  Do not notify for events marked as not attending

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This is a follow-up from bug #1371871. While it was marked as Fix
  Released, it doesn't seem to have had any effect. I'm reporting it as
  two separate bugs to reopen it now.

  I've got a few events in my calendar for meetings where I'm marked as
  not going, which I still want to see in my calendar unless I
  explicitly delete them.

  An example is a recurring event which I've got on my work calendar. During my 
holiday:
  - I'll mark myself as not attending
  - I will not delete the event
  - I don't expect to be notified

  As I'm not marked as attending, I wouldn't expect to get a reminder
  notification, even less if I'm in a different timezone and it's 3:00
  a.m. :)

  See bug 1508440 for the "display events not being attended clearly"
  part.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1508438/+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 1544030] Re: wrong time of event shown from pulldown menu

2016-03-29 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Confirmed => Fix Committed

-- 
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/1544030

Title:
  wrong time of event shown from pulldown menu

Status in Ubuntu Calendar App:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  When scheduling an event if you select 'Reminder' -> 'No reminder',
  the time of event shown from the pulldown top menu displays a time
  which is one hour BEFORE the actual set start of the event. When
  setting  'Reminder' to any other option, both times are equal. Fix:if
  it is a feature just make an option to disable it or set both times
  equal by default.

  Also, if actual time is less than one hour before the planned start of
  the event (with reminder set to 'No Reminder'), the event disappears
  from the pulldown top menu list. Fix: don't let the event disappear
  from the pulldown top menu until its duration has expired.

  Thanks!

  Using BQ Aquaris 4.5 / OTA 9 / calendar 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1544030/+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 1439049] Re: Indicator entry doesn’t open event details

2016-03-25 Thread Bill Filler
Going to leave this bug open and assign a task for qtpim, so we can add
the proper support to open the event detail view.

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

** Changed in: qtpim (Ubuntu)
   Status: New => Confirmed

** Changed in: qtpim (Ubuntu)
   Importance: Undecided => Medium

** Changed in: qtpim (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: ubuntu-calendar-app
   Status: Fix Committed => Confirmed

** Changed in: ubuntu-calendar-app
Milestone: 0.5 => 0.6

-- 
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/1439049

Title:
  Indicator entry doesn’t open event details

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in qtpim package in Ubuntu:
  Confirmed

Bug description:
  When activating the indicator entry for an event, the calendar app is
  launched, but starts with the default view (e.g., the current day). I
  would expect the calendar to show the event details, in the same way
  as when I click an event in the calendar app itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1439049/+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 1439049] Re: Indicator entry doesn’t open event details

2016-03-24 Thread Bill Filler
Note, a limitation in QtPim prevents us currently from opening the event
detail page directly for the indicator. Until we can address that (which
is a more complicated fix) we will always open the Day View
corresponding to the day of the event selected from the indicator and
scroll it into view.

-- 
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/1439049

Title:
  Indicator entry doesn’t open event details

Status in Ubuntu Calendar App:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  When activating the indicator entry for an event, the calendar app is
  launched, but starts with the default view (e.g., the current day). I
  would expect the calendar to show the event details, in the same way
  as when I click an event in the calendar app itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1439049/+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 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-03-18 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

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

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Also affects: ubuntu-calendar-app
   Importance: Undecided
   Status: New

** Tags added: indicator

-- 
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/1557571

Title:
  Upcoming event ETA appears to fall out of sync

Status in Canonical System Image:
  New
Status in Ubuntu Calendar App:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  Described by ToyKeeper @ https://trello.com/c/S0yjk9mW/2892-893
  -ubuntu-landing-003-indicator-datetime-dbarth:

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557571/+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 1544030] Re: wrong time of event shown from pulldown menu

2016-03-08 Thread Bill Filler
** Tags added: indicator

-- 
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/1544030

Title:
  wrong time of event shown from pulldown menu

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  When scheduling an event if you select 'Reminder' -> 'No reminder',
  the time of event shown from the pulldown top menu displays a time
  which is one hour BEFORE the actual set start of the event. When
  setting  'Reminder' to any other option, both times are equal. Fix:if
  it is a feature just make an option to disable it or set both times
  equal by default.

  Also, if actual time is less than one hour before the planned start of
  the event (with reminder set to 'No Reminder'), the event disappears
  from the pulldown top menu list. Fix: don't let the event disappear
  from the pulldown top menu until its duration has expired.

  Thanks!

  Using BQ Aquaris 4.5 / OTA 9 / calendar 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1544030/+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 1508438] Re: Do not notify for events marked as not attending

2016-03-08 Thread Bill Filler
** Tags added: indicator

-- 
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/1508438

Title:
  Do not notify for events marked as not attending

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This is a follow-up from bug #1371871. While it was marked as Fix
  Released, it doesn't seem to have had any effect. I'm reporting it as
  two separate bugs to reopen it now.

  I've got a few events in my calendar for meetings where I'm marked as
  not going, which I still want to see in my calendar unless I
  explicitly delete them.

  An example is a recurring event which I've got on my work calendar. During my 
holiday:
  - I'll mark myself as not attending
  - I will not delete the event
  - I don't expect to be notified

  As I'm not marked as attending, I wouldn't expect to get a reminder
  notification, even less if I'm in a different timezone and it's 3:00
  a.m. :)

  See bug 1508440 for the "display events not being attended clearly"
  part.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1508438/+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 1533681] Re: imported google calendar events sound when they shouldn't

2016-03-08 Thread Bill Filler
** Tags added: indicator

-- 
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/1533681

Title:
  imported google calendar events sound when they shouldn't

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  I use the calendar-app with my work google calendar. For that calendar
  I have alarms setup to automatically send an email 24 hours, 4 hours
  and 30 minutes before any event and I choose email as the reminder (as
  opposed to popup) so that I wouldn't be bombarded with reminders all
  day. Unfortunately the calendar app does not make a distinction
  between email and popup and every event with an email reminder gets
  imported as an event that gets an event notification on the phone with
  an alarm sound. I have a lot of events in my calendar and so my phone
  is constantly making noise at all times of the day. This is
  particularly annoying at night time since I might get a reminder as
  early as 3am or 4am, which wakes me up. Of course, I could use silent
  mode at night, but, like last night, I forgot and was awoken at 6am.
  Plus, I don't necessarily want the phone in silent mode-- I'd like to
  be able to hear if a phone call comes in since that is likely an
  emergency call I need to take.

  There are a lot of different bugs related to calendar event
  notifications and if some of them were fixed, it would ameliorate this
  bug. For example, I've been hoping for a setting to disable sounds for
  just the calendar (whether via the app or system settings) but
  otherwise get calendar notifications. Being able to change the alarm
  sound to 'None' would work too. TBH at this point I don't care which
  bug is fixed, I need to get this phone to stop sounding off
  constantly.

  WORKAROUND:
  1. download https://commons.wikimedia.org/wiki/File:Silence.ogg to 
/home/phablet
  2. use gsettings to adjust the sound:
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/usr/share/sounds/ubuntu/ringtones/Marimbach.ogg'
  $ DISPLAY=:0.0 gsettings set com.canonical.indicator.datetime 
calendar-default-sound /home/phablet/Silence.ogg 
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/home/phablet/Silence.ogg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1533681/+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 1470583] Re: Phone notifies me of calendar events multiple times.

2016-03-08 Thread Bill Filler
** Tags added: indicator

-- 
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/1470583

Title:
  Phone notifies me of calendar events multiple times.

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  New
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  Open calendar
  Create a new event by tapping anywhere in the calendar timeline
  Tap Untitled new event to modify the time
  Set time to be a few moments from now
  Set reminder to be "On event"

  Time passes...

  Notification appears, sound rings at time of alarm

  2 minutes later

  Notification appears, sound rings

  .. and again..

  I'd expect it to only go off once.

  $ system-image-cli --info
  current build number: 54
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-07-01 10:51:36
  version version: 54
  version ubuntu: 20150701
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1470583/+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 1474372] Re: ubuntu touch: calendar app: reminders don't work correctly.

2016-03-08 Thread Bill Filler
*** This bug is a duplicate of bug 1470583 ***
https://bugs.launchpad.net/bugs/1470583

** This bug has been marked a duplicate of bug 1470583
   Phone notifies me of calendar events multiple times.

-- 
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/1474372

Title:
  ubuntu touch: calendar app: reminders don't work correctly.

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  I  registered an event a few days ago. I registered a reminder 2 hours prior 
to the event. The reminder didn't appear. Instead,
  15 minutes prior to the event I got the reminder. I know this, because I was 
watching the phone when the 2 hour reminder should go off.  By change is was 
watching the phone 15 minutes prior to that event, when a reminder went off. 
Still there was no notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1474372/+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 1544030] Re: wrong time of event shown from pulldown menu

2016-03-08 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** 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/1544030

Title:
  wrong time of event shown from pulldown menu

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  When scheduling an event if you select 'Reminder' -> 'No reminder',
  the time of event shown from the pulldown top menu displays a time
  which is one hour BEFORE the actual set start of the event. When
  setting  'Reminder' to any other option, both times are equal. Fix:if
  it is a feature just make an option to disable it or set both times
  equal by default.

  Also, if actual time is less than one hour before the planned start of
  the event (with reminder set to 'No Reminder'), the event disappears
  from the pulldown top menu list. Fix: don't let the event disappear
  from the pulldown top menu until its duration has expired.

  Thanks!

  Using BQ Aquaris 4.5 / OTA 9 / calendar 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1544030/+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 1508438] Re: Do not notify for events marked as not attending

2016-03-08 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

** 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/1508438

Title:
  Do not notify for events marked as not attending

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This is a follow-up from bug #1371871. While it was marked as Fix
  Released, it doesn't seem to have had any effect. I'm reporting it as
  two separate bugs to reopen it now.

  I've got a few events in my calendar for meetings where I'm marked as
  not going, which I still want to see in my calendar unless I
  explicitly delete them.

  An example is a recurring event which I've got on my work calendar. During my 
holiday:
  - I'll mark myself as not attending
  - I will not delete the event
  - I don't expect to be notified

  As I'm not marked as attending, I wouldn't expect to get a reminder
  notification, even less if I'm in a different timezone and it's 3:00
  a.m. :)

  See bug 1508440 for the "display events not being attended clearly"
  part.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1508438/+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 1533681] Re: imported google calendar events sound when they shouldn't

2016-03-08 Thread Bill Filler
** Changed in: indicator-datetime (Ubuntu)
 Assignee: Charles Kerr (charlesk) => Renato Araujo Oliveira Filho 
(renatofilho)

** Changed in: canonical-devices-system-image
 Assignee: Alejandro J. Cura (alecu) => Bill Filler (bfiller)

-- 
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/1533681

Title:
  imported google calendar events sound when they shouldn't

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  I use the calendar-app with my work google calendar. For that calendar
  I have alarms setup to automatically send an email 24 hours, 4 hours
  and 30 minutes before any event and I choose email as the reminder (as
  opposed to popup) so that I wouldn't be bombarded with reminders all
  day. Unfortunately the calendar app does not make a distinction
  between email and popup and every event with an email reminder gets
  imported as an event that gets an event notification on the phone with
  an alarm sound. I have a lot of events in my calendar and so my phone
  is constantly making noise at all times of the day. This is
  particularly annoying at night time since I might get a reminder as
  early as 3am or 4am, which wakes me up. Of course, I could use silent
  mode at night, but, like last night, I forgot and was awoken at 6am.
  Plus, I don't necessarily want the phone in silent mode-- I'd like to
  be able to hear if a phone call comes in since that is likely an
  emergency call I need to take.

  There are a lot of different bugs related to calendar event
  notifications and if some of them were fixed, it would ameliorate this
  bug. For example, I've been hoping for a setting to disable sounds for
  just the calendar (whether via the app or system settings) but
  otherwise get calendar notifications. Being able to change the alarm
  sound to 'None' would work too. TBH at this point I don't care which
  bug is fixed, I need to get this phone to stop sounding off
  constantly.

  WORKAROUND:
  1. download https://commons.wikimedia.org/wiki/File:Silence.ogg to 
/home/phablet
  2. use gsettings to adjust the sound:
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/usr/share/sounds/ubuntu/ringtones/Marimbach.ogg'
  $ DISPLAY=:0.0 gsettings set com.canonical.indicator.datetime 
calendar-default-sound /home/phablet/Silence.ogg 
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/home/phablet/Silence.ogg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1533681/+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 1470583] Re: Phone notifies me of calendar events multiple times.

2016-03-08 Thread Bill Filler
** No longer affects: unity-notifications (Ubuntu RTM)

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

** Also affects: qtorganizer5-eds (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtorganizer5-eds (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: qtorganizer5-eds (Ubuntu)
   Importance: Undecided => High

** Changed in: qtorganizer5-eds (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-calendar-app
Milestone: None => 0.5

-- 
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/1470583

Title:
  Phone notifies me of calendar events multiple times.

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  New
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  Open calendar
  Create a new event by tapping anywhere in the calendar timeline
  Tap Untitled new event to modify the time
  Set time to be a few moments from now
  Set reminder to be "On event"

  Time passes...

  Notification appears, sound rings at time of alarm

  2 minutes later

  Notification appears, sound rings

  .. and again..

  I'd expect it to only go off once.

  $ system-image-cli --info
  current build number: 54
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-07-01 10:51:36
  version version: 54
  version ubuntu: 20150701
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1470583/+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 1372254] Re: New Event in Calendar app not scheduled for the correct time zone.

2016-03-08 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Confirmed => Fix Released

-- 
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/1372254

Title:
  New Event in Calendar app not scheduled for the correct time zone.

Status in Ubuntu Calendar App:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Invalid

Bug description:
  Phone - LGE Nexus 4
  OS Version - Ubuntu 14.10 (r48)
  Time zone - America/Los Angeles - UTC-7
  Steps to reproduce: 
  Calendar view is for the month.
  1 - select 'New Event' in the calendar app
  2 - enter event information, set the date as the current date (21-Sep-2014)
  3 - enter a start time = 21:30
  4 - enter an end time = 22:30
  5 - use 'Personal' calendar
  6 - save the event
  An event is created for 'Tomorrow at 4:30 am', not 21:30 for the current date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1372254/+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 1548031] Re: wrong date in series schedule

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
Milestone: None => 0.5

-- 
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/1548031

Title:
  wrong date in series schedule

Status in Ubuntu Calendar App:
  Triaged
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Had the Problem that i have some series schedule, but the Alarm ring one 
month to early.
  see attach

  21.03.2016 is the schedule, but got today the alarm.

  Calendar App Version: 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1548031/+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 1544030] Re: wrong time of event shown from pulldown menu

2016-03-07 Thread Bill Filler
confirmed. For me it's worse. The event is scheduled for 16:00 (4pm) and
shows up in the indicator at 9pm. Must have something to do with UTC
offset, as I'm set at UTC-5.

Seem like events with no reminders are not honoring UTC offset.

** Changed in: ubuntu-calendar-app
   Status: New => Confirmed

** Changed in: ubuntu-calendar-app
   Importance: Undecided => High

** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

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

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-calendar-app
Milestone: None => 0.5

-- 
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/1544030

Title:
  wrong time of event shown from pulldown menu

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  When scheduling an event if you select 'Reminder' -> 'No reminder',
  the time of event shown from the pulldown top menu displays a time
  which is one hour BEFORE the actual set start of the event. When
  setting  'Reminder' to any other option, both times are equal. Fix:if
  it is a feature just make an option to disable it or set both times
  equal by default.

  Also, if actual time is less than one hour before the planned start of
  the event (with reminder set to 'No Reminder'), the event disappears
  from the pulldown top menu list. Fix: don't let the event disappear
  from the pulldown top menu until its duration has expired.

  Thanks!

  Using BQ Aquaris 4.5 / OTA 9 / calendar 0.4.757

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1544030/+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 1439049] Re: Indicator entry doesn’t open event details

2016-03-07 Thread Bill Filler
the indicator is not passing the correct argument to the app (i.e.
eventId) so this needs to be fixed.

** Changed in: ubuntu-calendar-app
   Importance: Medium => High

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

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

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

-- 
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/1439049

Title:
  Indicator entry doesn’t open event details

Status in Ubuntu Calendar App:
  In Progress
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  When activating the indicator entry for an event, the calendar app is
  launched, but starts with the default view (e.g., the current day). I
  would expect the calendar to show the event details, in the same way
  as when I click an event in the calendar app itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1439049/+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 1533681] Re: imported google calendar events sound when they shouldn't

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   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/1533681

Title:
  imported google calendar events sound when they shouldn't

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  I use the calendar-app with my work google calendar. For that calendar
  I have alarms setup to automatically send an email 24 hours, 4 hours
  and 30 minutes before any event and I choose email as the reminder (as
  opposed to popup) so that I wouldn't be bombarded with reminders all
  day. Unfortunately the calendar app does not make a distinction
  between email and popup and every event with an email reminder gets
  imported as an event that gets an event notification on the phone with
  an alarm sound. I have a lot of events in my calendar and so my phone
  is constantly making noise at all times of the day. This is
  particularly annoying at night time since I might get a reminder as
  early as 3am or 4am, which wakes me up. Of course, I could use silent
  mode at night, but, like last night, I forgot and was awoken at 6am.
  Plus, I don't necessarily want the phone in silent mode-- I'd like to
  be able to hear if a phone call comes in since that is likely an
  emergency call I need to take.

  There are a lot of different bugs related to calendar event
  notifications and if some of them were fixed, it would ameliorate this
  bug. For example, I've been hoping for a setting to disable sounds for
  just the calendar (whether via the app or system settings) but
  otherwise get calendar notifications. Being able to change the alarm
  sound to 'None' would work too. TBH at this point I don't care which
  bug is fixed, I need to get this phone to stop sounding off
  constantly.

  WORKAROUND:
  1. download https://commons.wikimedia.org/wiki/File:Silence.ogg to 
/home/phablet
  2. use gsettings to adjust the sound:
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/usr/share/sounds/ubuntu/ringtones/Marimbach.ogg'
  $ DISPLAY=:0.0 gsettings set com.canonical.indicator.datetime 
calendar-default-sound /home/phablet/Silence.ogg 
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/home/phablet/Silence.ogg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1533681/+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 1362962] Re: Calendar icon usually shows the wrong date

2016-03-07 Thread Bill Filler
@renato
Please change the icon used in the indicator to use generic calendar icon that 
doesn't have a date as this is confusing (per design, comment 
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1362962/comments/7)

** Changed in: ubuntu-calendar-app
   Status: Confirmed => Invalid

** Changed in: indicator-datetime (Ubuntu)
   Importance: Wishlist => High

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

-- 
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/1362962

Title:
  Calendar icon usually shows the wrong date

Status in Ubuntu Calendar App:
  Invalid
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in unity-scope-click package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Ubuntu 14.10 r203
  Does not occur with: iOS, Windows Phone

  1. In the clock menu, find the calendar app and launch it.
  2. In the Launcher or Dash, find the Calendar app.

  What you see:
  1. The icon always says "25", regardless of the actual date.
  2. The icon always says "28", regardless of the actual date.

  What you should see:
  1. The icon shows the current date.
  2. The icon shows the current date.

  The equivalent for PC is bug 1362033, and for the Clock app is bug
  1362964.

  This depends on bug 1453795 for Unity letting an app change its own
  icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1362962/+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 1372254] Re: New Event in Calendar app not scheduled for the correct time zone.

2016-03-07 Thread Bill Filler
@renato
please confirm if this is still an issue or not

** Changed in: ubuntu-calendar-app
   Importance: Undecided => High

** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

-- 
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/1372254

Title:
  New Event in Calendar app not scheduled for the correct time zone.

Status in Ubuntu Calendar App:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Invalid

Bug description:
  Phone - LGE Nexus 4
  OS Version - Ubuntu 14.10 (r48)
  Time zone - America/Los Angeles - UTC-7
  Steps to reproduce: 
  Calendar view is for the month.
  1 - select 'New Event' in the calendar app
  2 - enter event information, set the date as the current date (21-Sep-2014)
  3 - enter a start time = 21:30
  4 - enter an end time = 22:30
  5 - use 'Personal' calendar
  6 - save the event
  An event is created for 'Tomorrow at 4:30 am', not 21:30 for the current date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1372254/+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 1407997] Re: [calendar] Should be possible to disable reminders per-calendar

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Importance: Undecided => Medium

** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

-- 
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/1407997

Title:
  [calendar] Should be possible to disable reminders per-calendar

Status in Ubuntu Calendar App:
  Triaged
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  It is often the case that you want to add a calendar to view it on
  your device, but for it not to trigger reminder events. It might be
  someone else's calendar, for example.

  
  --- --- --- ---
  UX Comment:

  I agree that Kunal's suggestion  to 'add add check box and flag in
  collection to indicate if reminder is enabled for particular calendar
  or not' should be implemented.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1407997/+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 1539621] Re: Add an option to cancel pending snooze

2016-02-24 Thread Bill Filler
The agreed upon action here is what is stated in comment #2:
https://bugs.launchpad.net/canonical-devices-system-
image/+bug/1539621/comments/2

So the work will need to be done in indicator-datetime to leave the
snoozed item in the menu and provide an ability to cancel it.

** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) => Alejandro J. Cura (alecu)

** Changed in: ubuntu-clock-app
   Status: Confirmed => Invalid

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

** Changed in: unity8 (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/1539621

Title:
  Add an option to cancel pending snooze

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

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-31 Thread Bill Filler
** Changed in: canonical-devices-system-image
   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/1539621

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-31 Thread Bill Filler
** Also affects: qtorganizer5-eds (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtorganizer5-eds (Ubuntu)
   Importance: Undecided => High

** Changed in: qtorganizer5-eds (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: qtorganizer5-eds (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/1539621

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-clock-app
   Importance: Medium => High

** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-clock-app
   Status: Incomplete => 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/1539621

Title:
  Add an option to cancel pending snooze

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

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
I could think of two possible solutions:

1) in the indicator-datetime for the alarm there should be an action (perhaps 
via left/right swipe) to cancel the pending alarm
2) if you snooze the alarm, it should still show up as enabled in the clock app 
with an indication that it's going to sound again., and provide an option to 
cancel it. currently it shows up disabled. 

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Charles Kerr (charlesk)

** Changed in: ubuntu-ux
 Assignee: (unassigned) => John Lea (johnlea)

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

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

-- 
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/1539621

Title:
  Add an option to cancel pending snooze

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

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
So basically a snoozed alarm should stay in the indicator and clock app
after snoozing and be able to be cancelled at any time after that. It
shouldnt' disappear from indicator until it's actually done (i.e. user
presses ok and not snooze), but currently it does disappear.

-- 
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/1539621

Title:
  Add an option to cancel pending snooze

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

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

-- 
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/1539621

Title:
  Add an option to cancel pending snooze

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

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1533681] Re: imported google calendar events sound when they shouldn't

2016-01-13 Thread Bill Filler
@renato
please help to see if anything needs to be done on calendar app or backend

** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: ubuntu-calendar-app
   Importance: Undecided => High

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

-- 
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/1533681

Title:
  imported google calendar events sound when they shouldn't

Status in Canonical System Image:
  New
Status in Ubuntu Calendar App:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  I use the calendar-app with my work google calendar. For that calendar
  I have alarms setup to automatically send an email 24 hours, 4 hours
  and 30 minutes before any event and I choose email as the reminder (as
  opposed to popup) so that I wouldn't be bombarded with reminders all
  day. Unfortunately the calendar app does not make a distinction
  between email and popup and every event with an email reminder gets
  imported as an event that gets an event notification on the phone with
  an alarm sound. I have a lot of events in my calendar and so my phone
  is constantly making noise at all times of the day. This is
  particularly annoying at night time since I might get a reminder as
  early as 3am or 4am, which wakes me up. Of course, I could use silent
  mode at night, but, like last night, I forgot and was awoken at 6am.
  Plus, I don't necessarily want the phone in silent mode-- I'd like to
  be able to hear if a phone call comes in since that is likely an
  emergency call I need to take.

  There are a lot of different bugs related to calendar event
  notifications and if some of them were fixed, it would ameliorate this
  bug. For example, I've been hoping for a setting to disable sounds for
  just the calendar (whether via the app or system settings) but
  otherwise get calendar notifications. Being able to change the alarm
  sound to 'None' would work too. TBH at this point I don't care which
  bug is fixed, I need to get this phone to stop sounding off
  constantly.

  WORKAROUND:
  1. download https://commons.wikimedia.org/wiki/File:Silence.ogg to 
/home/phablet
  2. use gsettings to adjust the sound:
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/usr/share/sounds/ubuntu/ringtones/Marimbach.ogg'
  $ DISPLAY=:0.0 gsettings set com.canonical.indicator.datetime 
calendar-default-sound /home/phablet/Silence.ogg 
  $ DISPLAY=:0.0 gsettings get com.canonical.indicator.datetime 
calendar-default-sound
  '/home/phablet/Silence.ogg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1533681/+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 1436211] Re: Remove GTK3 from phone images

2015-12-15 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => backlog

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

Title:
  Remove GTK3 from phone images

Status in Canonical System Image:
  In Progress
Status in address-book-service package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  In Progress
Status in gnome-control-center-signon package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-touch-meta package in Ubuntu:
  Invalid
Status in unity-asset-pool package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Debian:
  New

Bug description:
  This is a wishlist bug to eventually remove GTK3 from Ubuntu Phone
  images to save some space.

  ===TODO===

  -- address-book-service --

  address-book-service depends on evolution-data-server, which depends
  on GTK3. evolution-data-server further depends on libgweather-3-6 and
  libgcr-ui-3-1 which both directly depend on GTK3 too.

  Would it be possible to work with libfolks-eds25 and other libraries
  alone? Or would it be possible to modify evolution-data-server
  building to not depend on GTK3 since we're not using the toolkit
  anyway?

  -- themes (unity-asset-pool, adwaita-icon-theme...) --

  humanity-icon-theme, ubuntu-mono and unity-asset-pool depend on
  adwaita-icon-theme. adwaita-icon-theme directly depends on GTK3.

  -- ubuntu-system-settings --

  ubuntu-system-settings depends on libtimezonemap1 which directly
  depends on GTK3. Maybe the library could be made not to depend on
  GTK3?

  ===DONE===
  -- gnome-control-center-signon --
  Since libaccount-plugin-1.0-0 is included on Ubuntu Phone images, would it be 
possible to refactor it so that it would not depend on GTK3 bringing it on the 
images?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436211/+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 1370008] Re: URL Dispatcher Should Prompt on Bad URL

2015-11-10 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Importance: High => Medium

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

Title:
  URL Dispatcher Should Prompt on Bad URL

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gallery-app.  This problem was most recently seen with
  version 13.10.0+14.10.20140908.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/b1f16000af092461aeb85b5c7edfd3dc3f1271c8
  contains more details.

  : "Whenever
  the URL dispatcher is called on to open an address of a protocol that
  it does not understand (url-dispatcher-bad-url), it should open an
  alert with the title “Unrecognized Address”, text of the form ‘Ubuntu
  can’t open addresses of type “{protocol:}”.’, and an “OK” button. To
  prevent denial of UI service, however, the alert should not open if it
  has already opened more than three times in the past minute."

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1370008/+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 1483854] Re: Getting assertion 'db != NULL' failed when using the url dispatcher

2015-09-03 Thread Bill Filler
** Attachment added: "urls-1.db"
   
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1483854/+attachment/4456956/+files/urls-1.db

** Changed in: url-dispatcher (Ubuntu)
   Importance: Undecided => Critical

** Changed in: url-dispatcher (Ubuntu)
 Assignee: (unassigned) => Ted Gould (ted)

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

** Changed in: canonical-devices-system-image
Milestone: None => ww40-2015

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Pat McGowan (pat-mcgowan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Summary changed:

- Getting assertion 'db != NULL' failed when using the url dispatcher
+ url-dispatcher stops working, can't open links from scopes or apps

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

Title:
  url-dispatcher stops working, can't open links from scopes or apps

Status in Canonical System Image:
  New
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  Trying to use the url dispatcher I got this error when trying to go to
  this url and other too:

  ** (process:31929): WARNING **: Unable to dispatch url
  
'scope://com.canonical.scopes.photos_photos':GDBus.Error:com.canonical.URLDispatcher.BadURL:
  URL 'scope://com.canonical.scopes.photos_photos' is not handleable by
  the URL Dispatcher

  then in the log I found this:

  ** (process:2011): WARNING **: Unable to create tables: database is locked
  ** (process:2011): CRITICAL **: url_db_find_url: assertion 'db != NULL' failed

  
  After all, ted suggested that restarting the url dispatcher would work and it 
did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1483854/+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 1483854] Re: Getting assertion 'db != NULL' failed when using the url dispatcher

2015-09-03 Thread Bill Filler
I've just hit this with rc-proposed image 104 on arale. The net affect
is you can't launch ANY urls, so just about all the apps and scopes that
use url-dispatcher stop working. This is really bad. If the db is
getting corrupted, we need to be able to recover without forcing a
restart.

I've attached my database.

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

Title:
  url-dispatcher stops working, can't open links from scopes or apps

Status in Canonical System Image:
  New
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  Trying to use the url dispatcher I got this error when trying to go to
  this url and other too:

  ** (process:31929): WARNING **: Unable to dispatch url
  
'scope://com.canonical.scopes.photos_photos':GDBus.Error:com.canonical.URLDispatcher.BadURL:
  URL 'scope://com.canonical.scopes.photos_photos' is not handleable by
  the URL Dispatcher

  then in the log I found this:

  ** (process:2011): WARNING **: Unable to create tables: database is locked
  ** (process:2011): CRITICAL **: url_db_find_url: assertion 'db != NULL' failed

  
  After all, ted suggested that restarting the url dispatcher would work and it 
did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1483854/+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 694224] Re: Synchronous notifications briefly steal focus

2015-08-05 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None = ww40-2015

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = kevin gunn (kgunn72)

** Changed in: canonical-devices-system-image
   Status: New = Confirmed

** Changed in: canonical-devices-system-image
   Importance: Undecided = Medium

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

Title:
  Synchronous notifications briefly steal focus

Status in Canonical System Image:
  Confirmed
Status in notify-osd package in Ubuntu:
  Confirmed

Bug description:
  It appears synchronous notifications (at least those for volume and
  brightness) briefly steal focus when they appear. This is quite
  problematic for games and some other applications that pause as soon
  as they lose focus. The focus stealing does not happen with normal,
  asynchronous notifications.

  Here's a quick Python program to reproduce this:

  #!/usr/bin/python
  import gtk
  import time
  def cb (wid, ev):
evtime = time.strftime (%H:%M:%S, time.localtime())
print (%s: Lost focus! % evtime)
  win = gtk.Window()
  win.connect (focus-out-event, cb)
  win.show_all()
  gtk.main()

  
  You could also just start playing Quadrapassel, then adjust your volume :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/694224/+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 1370008] Re: URL Dispatcher Should Prompt on Bad URL

2015-07-01 Thread Bill Filler
This is needed for https://bugs.launchpad.net/ubuntu/+source/address-
book-app/+bug/1470309

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

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

Title:
  URL Dispatcher Should Prompt on Bad URL

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gallery-app.  This problem was most recently seen with
  version 13.10.0+14.10.20140908.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/b1f16000af092461aeb85b5c7edfd3dc3f1271c8
  contains more details.

  https://wiki.ubuntu.com/URLDispatcher#Unsupported_URLs: Whenever
  the URL dispatcher is called on to open an address of a protocol that
  it does not understand (url-dispatcher-bad-url), it should open an
  alert with the title “Unrecognized Address”, text of the form ‘Ubuntu
  can’t open addresses of type “{protocol:}”.’, and an “OK” button. To
  prevent denial of UI service, however, the alert should not open if it
  has already opened more than three times in the past minute.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1370008/+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 1370008] Re: URL Dispatcher Should Prompt on Bad URL

2015-07-01 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  URL Dispatcher Should Prompt on Bad URL

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gallery-app.  This problem was most recently seen with
  version 13.10.0+14.10.20140908.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/b1f16000af092461aeb85b5c7edfd3dc3f1271c8
  contains more details.

  https://wiki.ubuntu.com/URLDispatcher#Unsupported_URLs: Whenever
  the URL dispatcher is called on to open an address of a protocol that
  it does not understand (url-dispatcher-bad-url), it should open an
  alert with the title “Unrecognized Address”, text of the form ‘Ubuntu
  can’t open addresses of type “{protocol:}”.’, and an “OK” button. To
  prevent denial of UI service, however, the alert should not open if it
  has already opened more than three times in the past minute.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1370008/+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 1378350] Re: Need to allow multiple apps to handle the same url patterns

2015-07-01 Thread Bill Filler
To be clear, we need design input on what to display to the user when
multiple apps are registered for the same url scheme (i.e. mailto:).
There should be a prompt of some sort asking user to pick which app to
use and whether to prompt every time or remember the choice.

** Summary changed:

- [Browser] Need to allow multiple apps to handle the same url patterns
+ Need to allow multiple apps to handle the same url patterns

** Changed in: ubuntu-ux
   Importance: Medium = High

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

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

** Changed in: url-dispatcher (Ubuntu)
   Importance: Medium = High

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

Title:
  Need to allow multiple apps to handle the same url patterns

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  Triaged
Status in content-hub package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  Triaged

Bug description:
  Steps:
  * install gmail and dekko apps

  Expected:
  * when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

  Current:
  * not sure what would happen ;)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1378350/+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 1387691] Re: Media Player should not be visible in the app scope and launcher

2015-05-26 Thread Bill Filler
A new solution has been proposed by design. The shell will be
responsible for overlaying a video playback screen on top of the current
app or scope. The mediaplayer app will go away, and will be replaced by
this functionality in the shell.

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

Title:
  Media Player should not be visible in the app scope and launcher

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in mediaplayer-app package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  In Progress
Status in mediaplayer-app package in Ubuntu RTM:
  In Progress
Status in url-dispatcher package in Ubuntu RTM:
  In Progress

Bug description:
  The mediaplayer is an 'auxiliary app' in the current design approach.
  That means that its purpouse it playback media launched by other apps
  (e.g Messaging) or scopes (e.g. Videos). It should not be launched
  from the App scopes.

  However, the 'Update' section System Settings should still display it
  when an update to mediaplayer is available.

  Current behaviour
  - Mediaplayer app displayed in App Scope, Launcher and Settings

  Desired behaviour
  - Mediaplayer app not displayed in App Scope or Launcher
  - Mediaplayer displayed in Settings  Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1387691/+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 1390120] Re: Manually set time and date reverts to Automatically on restart (Ubuntu Phone)

2015-05-19 Thread Bill Filler
I'm testing the silo and don't really understand what is supposed to
happen. I first set my timezone, and even though the setting is set to
Manual the time adjusts correctly to my current timezeone.

Seems like problem 1 is the default setting should be Automatic if it's
going to use that behavior.

Problem 2, I press manual and change the date and time. It correctly
updates. Then I switch back to Automatic. Nothing happens. I would
expect the date/time to go back to the automatic time based on my
timezone.

Problem 3, there seems to be no way to change the time back to the
correct time without having to manually set it back

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

Title:
  Manually set time and date reverts to Automatically on restart (Ubuntu
  Phone)

Status in the base for Ubuntu mobile products:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in systemd-shim package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  1a - On OS build #6 (Channel: ubuntu-touch/ubuntu-rtm/14.09), I open Time  
Date settings and select Manually under Set the time and date:
  2a - I set the time manually from Old_Time to New_Time and wait for New_Time 
to display in the Date Time Indicator at top-right
  3a - Then restart Ubuntu Phone and Date Time Indicator shows New_Time for 
10 seconds and then reverts to Old_Time
  4a - Time  Date settings agree with Old_Time and Automatically has been 
selected under Set the time and date:

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1390120/+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 1450229] [NEW] avatar in notification has wrong aspect ratio

2015-04-29 Thread Bill Filler
Public bug reported:

the avatar thumbnail is wrong in the notifciation bubble and doesn't
have correct aspect ration.

Steps to reproduce

1) take a picture on the phone and associate with a contact that will text the 
phone
2) text the phone from the contact that has the avatar

Expected results:
notification bubble will show properly scaled avatar

Actual results:
avatar is not scaled correctly

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Kevin Gunn (kgunn)
 Status: New

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

** Affects: unity-notifications (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- avatar in notification has wrong aspect ration
+ avatar in notification has wrong aspect ratio

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

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

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

Title:
  avatar in notification has wrong aspect ratio

Status in the base for Ubuntu mobile products:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in unity-notifications package in Ubuntu:
  New

Bug description:
  the avatar thumbnail is wrong in the notifciation bubble and doesn't
  have correct aspect ration.

  Steps to reproduce

  1) take a picture on the phone and associate with a contact that will text 
the phone
  2) text the phone from the contact that has the avatar

  Expected results:
  notification bubble will show properly scaled avatar

  Actual results:
  avatar is not scaled correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450229/+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 1450229] Re: avatar in notification has wrong aspect ratio

2015-04-29 Thread Bill Filler
the list displayed in indicator-messages is not correct either, the
avatar has wrong aspect ratio

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Kevin Gunn (kgunn)

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

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

Title:
  avatar in notification has wrong aspect ratio

Status in the base for Ubuntu mobile products:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in unity-notifications package in Ubuntu:
  New

Bug description:
  the avatar thumbnail is wrong in the notifciation bubble and doesn't
  have correct aspect ration.

  Steps to reproduce

  1) take a picture on the phone and associate with a contact that will text 
the phone
  2) text the phone from the contact that has the avatar

  Expected results:
  notification bubble will show properly scaled avatar

  Actual results:
  avatar is not scaled correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450229/+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 1442166] [NEW] Calendar alarms rings forever if Low Battery dialog visible

2015-04-09 Thread Bill Filler
Public bug reported:

I'm on rtm build 258 on krillin

Steps to reproduce:
- let battery run down on phone (was sitting unplugged for 1 or 2 days)
- in the morning, a calendar alarm starting ringing/vibrating and would not stop
- when I looked at the phone, the screen was on and I see the Low Battery dialog
- after dismissing the dialog, then I see the notification for the alarm, and 
only after 5-10 more seconds does the ringing stop

Seems like while the Low Battery dialog is displayed it keeps the alarm
ringing forever

** Affects: canonical-devices-system-image
 Importance: High
 Status: New

** Affects: indicator-datetime (Ubuntu)
 Importance: High
 Assignee: Charles Kerr (charlesk)
 Status: New

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided = High

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

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
Milestone: None = ww15-2015

-- 
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/1442166

Title:
  Calendar alarms rings forever if Low Battery dialog visible

Status in the base for Ubuntu mobile products:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  I'm on rtm build 258 on krillin

  Steps to reproduce:
  - let battery run down on phone (was sitting unplugged for 1 or 2 days)
  - in the morning, a calendar alarm starting ringing/vibrating and would not 
stop
  - when I looked at the phone, the screen was on and I see the Low Battery 
dialog
  - after dismissing the dialog, then I see the notification for the alarm, and 
only after 5-10 more seconds does the ringing stop

  Seems like while the Low Battery dialog is displayed it keeps the
  alarm ringing forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442166/+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 1387691] Re: Media Player should not be visible in the app scope and launcher

2015-04-08 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: ww13-2015 = None

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

Title:
  Media Player should not be visible in the app scope and launcher

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in mediaplayer-app package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  In Progress
Status in mediaplayer-app package in Ubuntu RTM:
  In Progress
Status in url-dispatcher package in Ubuntu RTM:
  In Progress

Bug description:
  The mediaplayer is an 'auxiliary app' in the current design approach.
  That means that its purpouse it playback media launched by other apps
  (e.g Messaging) or scopes (e.g. Videos). It should not be launched
  from the App scopes.

  However, the 'Update' section System Settings should still display it
  when an update to mediaplayer is available.

  Current behaviour
  - Mediaplayer app displayed in App Scope, Launcher and Settings

  Desired behaviour
  - Mediaplayer app not displayed in App Scope or Launcher
  - Mediaplayer displayed in Settings  Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1387691/+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 1419001] Re: Reminders trigger at the time of the event and not before by default

2015-03-27 Thread Bill Filler
indicator-datetime needs to be modified to read this information out of
the event and display the notification at the appropriate time

** Changed in: ubuntu-calendar-app
   Status: New = Invalid

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

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) = Thomas Strehl (strehl-t)

-- 
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/1419001

Title:
  Reminders trigger at the time of the event and not before by default

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Calendar application for Ubuntu devices:
  Invalid
Status in indicator-datetime package in Ubuntu:
  New
Status in qtorganizer5-eds package in Ubuntu:
  Invalid

Bug description:
  Sync of google calendar. The Google calendar setting is set by default
  to notify 10 min prior to all meetings.

  Is it possible to get this default notification time from google with the 
sync?
  or can we add a setting for a default notification time in the calendar app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419001/+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 1436971] [NEW] calendar alarm would not stop sounding

2015-03-26 Thread Bill Filler
Public bug reported:

vivid-proposed on mako

I had a calendar alarm notification sound at 9:00am this morning and it
keep ringing/vibrating and did not go away until I swiped it. At that
point, I think something crashed because my datetime indicator is stuck
at 9:01am and I cannot launch Time and Date settings from the menu.

I do have a crash file (with an earlier timestamp, so not sure if it's
the same or different crash). Attaching that and the indicator-datetime
log files

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

-- 
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/1436971

Title:
  calendar alarm would not stop sounding

Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  vivid-proposed on mako

  I had a calendar alarm notification sound at 9:00am this morning and
  it keep ringing/vibrating and did not go away until I swiped it. At
  that point, I think something crashed because my datetime indicator is
  stuck at 9:01am and I cannot launch Time and Date settings from the
  menu.

  I do have a crash file (with an earlier timestamp, so not sure if it's
  the same or different crash). Attaching that and the indicator-
  datetime log files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1436971/+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 1436971] Re: calendar alarm would not stop sounding

2015-03-26 Thread Bill Filler
*** This bug is a duplicate of bug 1436162 ***
https://bugs.launchpad.net/bugs/1436162

Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:108, function pa_mut
ex_unlock(). Aborting.^M

-- 
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/1436971

Title:
  calendar alarm would not stop sounding

Status in indicator-datetime package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  vivid-proposed on mako

  I had a calendar alarm notification sound at 9:00am this morning and
  it keep ringing/vibrating and did not go away until I swiped it. At
  that point, I think something crashed because my datetime indicator is
  stuck at 9:01am and I cannot launch Time and Date settings from the
  menu.

  I do have a crash file (with an earlier timestamp, so not sure if it's
  the same or different crash). Attaching that and the indicator-
  datetime log files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1436971/+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 1436971] Re: calendar alarm would not stop sounding

2015-03-26 Thread Bill Filler
*** This bug is a duplicate of bug 1436162 ***
https://bugs.launchpad.net/bugs/1436162

seems to be a problem with pulse

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

-- 
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/1436971

Title:
  calendar alarm would not stop sounding

Status in indicator-datetime package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  vivid-proposed on mako

  I had a calendar alarm notification sound at 9:00am this morning and
  it keep ringing/vibrating and did not go away until I swiped it. At
  that point, I think something crashed because my datetime indicator is
  stuck at 9:01am and I cannot launch Time and Date settings from the
  menu.

  I do have a crash file (with an earlier timestamp, so not sure if it's
  the same or different crash). Attaching that and the indicator-
  datetime log files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1436971/+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 1436971] Re: calendar alarm would not stop sounding

2015-03-26 Thread Bill Filler
*** This bug is a duplicate of bug 1436162 ***
https://bugs.launchpad.net/bugs/1436162

Stack trace from core dump:
sing host libthread_db library /lib/arm-linux-gnueabihf/libthread_db.so.1.
Core was generated by 
`/usr/lib/arm-linux-gnueabihf/indicator-datetime/indicator-datetime-service'.
Program terminated with signal SIGABRT, Aborted.
#0  0xb69c09a6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) bt
#0  0xb69c09a6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb69ce62e in raise () from /lib/arm-linux-gnueabihf/libc.so.6
#2  0xb69cf332 in abort () from /lib/arm-linux-gnueabihf/libc.so.6
#3  0xb1c89656 in pa_mutex_unlock ()
   from /usr/lib/arm-linux-gnueabihf/pulseaudio/libpulsecommon-6.0.so
#4  0xb1cea0bc in ?? () from /usr/lib/arm-linux-gnueabihf/libpulse.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) t a a bt

Thread 12 (Thread 0xb46ed000 (LWP 2341)):
#0  0xb6e1ad24 in __libc_do_syscall () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#1  0xb6e1677c in pthread_cond_wait@@GLIBC_2.4 () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#2  0xb1cea516 in pa_threaded_mainloop_wait () from 
/usr/lib/arm-linux-gnueabihf/libpulse.so.0
#3  0xb1d0e38a in ?? () from 
/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstpulse.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 11 (Thread 0xb04ff3c0 (LWP 2382)):
#0  0xb6a374e2 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6bb30d0 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 10 (Thread 0xa9afe3c0 (LWP 10126)):
#0  0xb6a3b622 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6be3214 in g_cond_wait_until () from 
/lib/arm-linux-gnueabihf/libglib-2.0.so.0
#2  0xb6b934da in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 9 (Thread 0xb432c3c0 (LWP 10144)):
#0  0xb6a3b620 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6be3108 in g_cond_wait () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
#2  0xb1dd2bec in ?? () from 
/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstcoreelements.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 8 (Thread 0xae2ff3c0 (LWP 10127)):
#0  0xb6a3b620 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6be3108 in g_cond_wait () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
#2  0xb6d33674 in ?? () from /usr/lib/arm-linux-gnueabihf/libgstreamer-1.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 7 (Thread 0xb27ff3c0 (LWP 2377)):
#0  0xb6a374e2 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6bb30d0 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 6 (Thread 0xb39ff3c0 (LWP 2374)):
---Type return to continue, or q return to quit---
#0  0xb6a374e2 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6bb30d0 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 5 (Thread 0xafaff3c0 (LWP 10143)):
#0  0xb6a3b620 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6be3108 in g_cond_wait () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
#2  0xb6d33674 in ?? () from /usr/lib/arm-linux-gnueabihf/libgstreamer-1.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 4 (Thread 0xaf2ff3c0 (LWP 2428)):
#0  0xb6a374e2 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6bb30d0 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 3 (Thread 0xb2fff3c0 (LWP 2376)):
#0  0xb6a374e2 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6bb30d0 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0xb14ff3c0 (LWP 10150)):
#0  0xb6a3b620 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb6be3108 in g_cond_wait () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
#2  0xb1e7b474 in gst_base_sink_wait_preroll () from 
/usr/lib/arm-linux-gnueabihf/libgstbase-1.0.so.0
#3  0xb1f4f15c in ?? () from /usr/lib/arm-linux-gnueabihf/libgstaudio-1.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0xaeaff3c0 (LWP 10145)):
#0  0xb69c09a6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0xb69ce62e in raise () from /lib/arm-linux-gnueabihf/libc.so.6
#2  0xb69cf332 in abort () from /lib/arm-linux-gnueabihf/libc.so.6
#3  0xb1c89656 in pa_mutex_unlock ()
   from /usr/lib/arm-linux-gnueabihf/pulseaudio/libpulsecommon-6.0.so
#4  0xb1cea0bc in ?? () from /usr/lib/arm-linux-gnueabihf/libpulse.so.0
Backtrace stopped: previous frame 

[Dx-packages] [Bug 1387691] Re: Media Player should not be visible in the app scope and launcher

2015-03-02 Thread Bill Filler
@saviq
I agree with the 2 approaches from comment #14. However neither are really 
feasible for RTM without doing a sizable amount of work:

1) For the embedded video component
- my team would create the component, and move it into ui-extras to start with. 
We started this a while ago here:
https://code.launchpad.net/~renatofilho/mediaplayer-app/share-components/+merge/241599,
 but this would need to be finished
- modify Video scopes to use the component
- modify Gallery and Camera to use the component

2) Trusted session support
For this to land, there are a couple of blocking issues that need to be sorted 
on Unity and/or Scopes
- fullscreen window support - this is needed because users expect video 
playback to happen in fullscreen mode as it does today when launching 
mediaplayer-app via url-dispatcher.
- feedback when launching - based on ted's prototype of launching 
mediaplayer-app as a trusted session, there is quite some delay when launching 
as a trusted session. Some sort of spinner or splash screen is needed when 
launching it. Guessing would be better to build this into the framework somehow 
rather than having each client (i.e. scopes, apps) be responsible for doing it.

My suggestion is that we add these tasks to respective backlog and get
them scheduled.

For the short term, I'd suggest we use OnlyShowIn in the desktop file
of mediaplayer-app. This would hide it from the apps scope but still
allow it to be launched as it is today from scopes and apps. The only
downside is it would still show up in the launcher when running and
could be pinned, but I'd say that is still an improvement over what we
have today.

Question: what value would we set for OnlyShowIn?

Thoughts?

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

Title:
  Media Player should not be visible in the app scope and launcher

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in mediaplayer-app package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid
Status in url-dispatcher package in Ubuntu:
  In Progress
Status in mediaplayer-app package in Ubuntu RTM:
  In Progress
Status in url-dispatcher package in Ubuntu RTM:
  In Progress

Bug description:
  The mediaplayer is an 'auxiliary app' in the current design approach.
  That means that its purpouse it playback media launched by other apps
  (e.g Messaging) or scopes (e.g. Videos). It should not be launched
  from the App scopes.

  However, the 'Update' section System Settings should still display it
  when an update to mediaplayer is available.

  Current behaviour
  - Mediaplayer app displayed in App Scope, Launcher and Settings

  Desired behaviour
  - Mediaplayer app not displayed in App Scope or Launcher
  - Mediaplayer displayed in Settings  Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1387691/+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 1425078] Re: Cannot callback/send messages from Notifications

2015-03-02 Thread Bill Filler
Same problem exists with trying to reply to SMS messages. All of the
action buttons stay incorrectly disabled. This appears to be a problem
with indicator-messages.

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

** No longer affects: telephony-service

** No longer affects: telephony-service (Ubuntu)

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

** Also affects: unity-notifications (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Cannot callback/send messages from Notifications

Status in indicator-messages package in Ubuntu:
  New
Status in unity-notifications package in Ubuntu:
  New

Bug description:
  1. Create an incoming call to your Ubuntu phone from another device
  2. Don't pickup the call so that missed call notification appears in the 
'Notifications' menu
  3. Open Notifications and tap on the missed call entry for it to expand
  4. press the 'Call back' button

  What happens: Nothing

  What should happen:
  Dialer app should open with the relevant number already in the input box.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-messages 13.10.1+15.04.20150219-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: armhf
  Date: Tue Feb 24 18:36:59 2015
  InstallationDate: Installed on 2015-02-24 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20150224-020204)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1425078/+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 1417188] Re: Shell frozen/crashed when alarm triggered

2015-02-03 Thread Bill Filler
phablet@ubuntu-phablet:~$ apport-cli /home/phablet/_usr_bin_unity8.32011.crash 
Traceback (most recent call last):
  File /usr/bin/apport-cli, line 370, in module
if not app.run_argv():
  File /usr/lib/python3/dist-packages/apport/ui.py, line 658, in run_argv
self.run_crash(self.options.crash_file, False)
  File /usr/lib/python3/dist-packages/apport/ui.py, line 279, in run_crash
response = self.ui_present_report_details(allowed_to_report)
  File /usr/bin/apport-cli, line 183, in ui_present_report_details
self.format_filesize(self.get_complete_size()))
  File /usr/lib/python3/dist-packages/apport/ui.py, line 827, in 
get_complete_size
if self.report[k]:
OverflowError: cannot fit 'int' into an index-sized integer

-- 
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/1417188

Title:
  Shell frozen/crashed when alarm triggered

Status in the base for Ubuntu mobile products:
  New
Status in indicator-datetime package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  rtm build 224 on krillin

  - I set an alarm for 9am with the clock app and then went to bed
  - The alarm was ringing in the morning
  - The phone screen was black
  - I pressed the power button to turn on the screen and there was no 
notification on the screen, just the greeter
  - The shell was completely frozen. I couldn't unlock or do anything, yet the 
alarm played on

  I had to hold down the power key to hard boot the phone as there was
  no way to silence the alarm, the volume keys were not working either.

  Found the attached crash file in /var/crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1417188/+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 1417188] Re: Shell frozen/crashed on when alarm triggered

2015-02-02 Thread Bill Filler
** Attachment added: _usr_bin_unity8.32011.crash
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1417188/+attachment/4310605/+files/_usr_bin_unity8.32011.crash

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

** Summary changed:

- Shell frozen/crashed on when alarm triggered
+ Shell frozen/crashed when alarm triggered

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = Critical

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided = Critical

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

-- 
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/1417188

Title:
  Shell frozen/crashed when alarm triggered

Status in the base for Ubuntu mobile products:
  New
Status in indicator-datetime package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  rtm build 224 on krillin

  - I set an alarm for 9am with the clock app and then went to bed
  - The alarm was ringing in the morning
  - The phone screen was black
  - I pressed the power button to turn on the screen and there was no 
notification on the screen, just the greeter
  - The shell was completely frozen. I couldn't unlock or do anything, yet the 
alarm played on

  I had to hold down the power key to hard boot the phone as there was
  no way to silence the alarm, the volume keys were not working either.

  Found the attached crash file in /var/crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1417188/+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 1407709] Re: Google Maps and Here Maps should handle custom intent:// URLs

2015-01-27 Thread Bill Filler
** Tags removed: ww05
** Tags added: ww07

** Changed in: canonical-devices-system-image
Milestone: ww05-2015 = ww07-2015

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

Title:
  Google Maps and Here Maps should handle custom intent:// URLs

Status in the base for Ubuntu mobile products:
  In Progress
Status in The Webapps-core project:
  In Progress
Status in Web Browser App:
  In Progress
Status in url-dispatcher package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in url-dispatcher package in Ubuntu RTM:
  In Progress
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  ubuntu-rtm image 184

  The maps apps in the system should register and respond to appropriate
  urls from the browser (not sure of the format, map:// or directions://
  - need to check)

  Steps to reproduce:
  1) open browser
  2) type Asai Belmont MA in the url bar and press enter
  3) this will do a google search for the resturant
  4) click on the Directions button

  Expected result:
  - One of the maps apps should open displaying directions for the resturant

  Actual results:
  - no app is launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407709/+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 1407709] Re: Google Maps and Here Maps should handle custom intent:// URLs

2015-01-16 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Tags removed: ww03
** Tags added: ww05

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

Title:
  Google Maps and Here Maps should handle custom intent:// URLs

Status in the base for Ubuntu mobile products:
  New
Status in The Webapps-core project:
  In Progress
Status in Web Browser App:
  In Progress
Status in url-dispatcher package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in url-dispatcher package in Ubuntu RTM:
  In Progress
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  ubuntu-rtm image 184

  The maps apps in the system should register and respond to appropriate
  urls from the browser (not sure of the format, map:// or directions://
  - need to check)

  Steps to reproduce:
  1) open browser
  2) type Asai Belmont MA in the url bar and press enter
  3) this will do a google search for the resturant
  4) click on the Directions button

  Expected result:
  - One of the maps apps should open displaying directions for the resturant

  Actual results:
  - no app is launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407709/+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 1320880] Re: Calendar notifications are treated the same as an alarm notification

2015-01-14 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: ww51-2014 = ww05-2015

-- 
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/1320880

Title:
  Calendar notifications are treated the same as an alarm notification

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Calendar application for Ubuntu devices:
  In Progress
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  If an alarm fires, the alarm sound seemingly will persist forever.
  This seems like perhaps the right choice for an alarm clock, but seems
  inappropriate for a calendar reminder. I would expect a calendar
  reminder to sound for only a short period.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1320880/+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 1407694] Re: Gmail webapp stops working and can't recover

2015-01-05 Thread Bill Filler
This apparently is related to
https://bugs.launchpad.net/mir/+bug/1377968

-- 
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/1407694

Title:
  Gmail webapp stops working and can't recover

Status in the base for Ubuntu mobile products:
  New
Status in accountsservice package in Ubuntu:
  Invalid
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  ubuntu-rtm image 184 on Krillin

  Was using the phone a lot during the break and experienced Gmail
  getting into a state where it would launch and have a white screen.
  You could not recover even after killing and restarting the app. This
  happened mulitple times. I believe the online account service possibly
  is getting killed by the OOM killer and trying to launch Gmail after
  this occurs does not work.

  If this is the case, we should a) try to not let account service be
  killed by oom killer and b) recover gracefully if the service is not
  running and still allow the app to be launced.

  Steps to reproduce:
  1) setup online account for Google and Gmail
  2) unplug the phone from USB
  3) launch gmail webapp and a lot of other apps
  4) kill gmail but leave other apps running
  5) use the phone for a while and let it suspend for a while (5-10 minutes)
  6) try and launch gmail and you get a blank white screen, see the log below.
  7) kill and restart gmail with the same error

  The only way I could make it work again was to delete the online
  account or reboot

  webapp-container: unrecognized option '--store-session-cookies'
  webapp-container: unrecognized option '--accountProvider=google'
  webapp-container: unrecognized option 
'--webappUrlPatterns=https?://mail.google.*/*,https?://accounts.google.*/*,https?://accounts.google.co.*/*,https?://www.google.*/accounts/*,https?://www.google.com/calendar*'
  libust[28543/28580]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28579]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28579]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28580]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  Invalid webapps installation
  Invalid webapps installation
  Ignoring empty or invalid webapp URL pattern: 
https?://accounts.google.co.*/*
  Using Oxide as the web engine backend
  Setting session cookie mode to persistent
  Empty path in webapps model search path update request
  QQmlExpression: Expression 
file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:179:25 depends on 
non-NOTIFYable properties:
  unity::action::qml::ActionManager::globalContext
  Empty path in webapps model search path update request
  UbuntuWindow - regular geometry
  UbuntuWindow::handleSurfaceFocusChange(focused=true)
  UbuntuWindow::handleSurfaceResize(width=540, height=919)
  UbuntuClipboard - Got invalid serialized mime data. Ignoring it.
  shm_open() failed: Permission denied
  [0105/093337:WARNING:gpu_control_list.cc(760)] Entry with unknown fields 0
  [0105/093337:WARNING:gpu_control_list.cc(746)] Malformed exceptions entry 24
  [0105/093337:WARNING:proxy_service.cc(909)] PAC support disabled because 
there is no system implementation
  Loaded 5 UA override(s) from 
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Web/ua-overrides-mobile.js
  virtual void OnlineAccounts::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts
  virtual void OnlineAccountsClient::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts.Client
  account-service-model.cpp 292 update
  Accounts: 1
  account-service.cpp 100 setObjectHandle Accounts::AccountService(0xb7b5ff80)
  account-service.cpp 393 authenticate QMap()
  ../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1
  ../../../../lib/SignOn/connection-manager.cpp 132 init Peer connection 
unavailable, activating service
  ../../../../lib/SignOn/identityimpl.cpp 96 updateState Updating state:  
PendingRegistration SignOn::IdentityImpl(0xb7b6ce40)
  ../../../../lib/SignOn/authsessionimpl.cpp 94 initInterface
  ../../../../lib/SignOn/authsessionimpl.cpp 94 initInterface
  ../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1
  ../../../../lib/SignOn/connection-manager.cpp 150 init Connected to 
qt_default_session_bus
  ../../../../lib/SignOn/identityimpl.cpp 96 updateState Updating state:  
Ready SignOn::IdentityImpl(0xb7b6ce40)

  

[Dx-packages] [Bug 1407694] Re: Gmail webapp stops working and can't recover

2015-01-05 Thread Bill Filler
ps -fe | grep signond shows signond is running
 ps -fe | grep online-accounts-ui is not running

-- 
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/1407694

Title:
  Gmail webapp stops working and can't recover

Status in the base for Ubuntu mobile products:
  New
Status in accountsservice package in Ubuntu:
  Invalid
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  ubuntu-rtm image 184 on Krillin

  Was using the phone a lot during the break and experienced Gmail
  getting into a state where it would launch and have a white screen.
  You could not recover even after killing and restarting the app. This
  happened mulitple times. I believe the online account service possibly
  is getting killed by the OOM killer and trying to launch Gmail after
  this occurs does not work.

  If this is the case, we should a) try to not let account service be
  killed by oom killer and b) recover gracefully if the service is not
  running and still allow the app to be launced.

  Steps to reproduce:
  1) setup online account for Google and Gmail
  2) unplug the phone from USB
  3) launch gmail webapp and a lot of other apps
  4) kill gmail but leave other apps running
  5) use the phone for a while and let it suspend for a while (5-10 minutes)
  6) try and launch gmail and you get a blank white screen, see the log below.
  7) kill and restart gmail with the same error

  The only way I could make it work again was to delete the online
  account or reboot

  webapp-container: unrecognized option '--store-session-cookies'
  webapp-container: unrecognized option '--accountProvider=google'
  webapp-container: unrecognized option 
'--webappUrlPatterns=https?://mail.google.*/*,https?://accounts.google.*/*,https?://accounts.google.co.*/*,https?://www.google.*/accounts/*,https?://www.google.com/calendar*'
  libust[28543/28580]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28579]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28579]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  libust[28543/28580]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:886)
  Invalid webapps installation
  Invalid webapps installation
  Ignoring empty or invalid webapp URL pattern: 
https?://accounts.google.co.*/*
  Using Oxide as the web engine backend
  Setting session cookie mode to persistent
  Empty path in webapps model search path update request
  QQmlExpression: Expression 
file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:179:25 depends on 
non-NOTIFYable properties:
  unity::action::qml::ActionManager::globalContext
  Empty path in webapps model search path update request
  UbuntuWindow - regular geometry
  UbuntuWindow::handleSurfaceFocusChange(focused=true)
  UbuntuWindow::handleSurfaceResize(width=540, height=919)
  UbuntuClipboard - Got invalid serialized mime data. Ignoring it.
  shm_open() failed: Permission denied
  [0105/093337:WARNING:gpu_control_list.cc(760)] Entry with unknown fields 0
  [0105/093337:WARNING:gpu_control_list.cc(746)] Malformed exceptions entry 24
  [0105/093337:WARNING:proxy_service.cc(909)] PAC support disabled because 
there is no system implementation
  Loaded 5 UA override(s) from 
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Web/ua-overrides-mobile.js
  virtual void OnlineAccounts::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts
  virtual void OnlineAccountsClient::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts.Client
  account-service-model.cpp 292 update
  Accounts: 1
  account-service.cpp 100 setObjectHandle Accounts::AccountService(0xb7b5ff80)
  account-service.cpp 393 authenticate QMap()
  ../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1
  ../../../../lib/SignOn/connection-manager.cpp 132 init Peer connection 
unavailable, activating service
  ../../../../lib/SignOn/identityimpl.cpp 96 updateState Updating state:  
PendingRegistration SignOn::IdentityImpl(0xb7b6ce40)
  ../../../../lib/SignOn/authsessionimpl.cpp 94 initInterface
  ../../../../lib/SignOn/authsessionimpl.cpp 94 initInterface
  ../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1
  ../../../../lib/SignOn/connection-manager.cpp 150 init Connected to 
qt_default_session_bus
  ../../../../lib/SignOn/identityimpl.cpp 96 updateState Updating state:  
Ready 

[Dx-packages] [Bug 1384460] Re: Delegate unhandled URL schemes to the system

2014-12-09 Thread Bill Filler
** Changed in: url-dispatcher (Ubuntu)
   Status: New = Fix Released

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

Title:
  Delegate unhandled URL schemes to the system

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Oxide Webview:
  Fix Released
Status in Oxide 1.3 series:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in url-dispatcher package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  In Progress
Status in url-dispatcher package in Ubuntu RTM:
  New
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  We currently ignore any URL's with a scheme that is unrecognised. We
  should be delegating these to the system so that it can try to find a
  handler for it

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1384460/+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 1384460] Re: Delegate unhandled URL schemes to the system

2014-12-08 Thread Bill Filler
** Also affects: url-dispatcher (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: url-dispatcher (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: url-dispatcher (Ubuntu)
   Importance: Undecided = High

** Changed in: url-dispatcher (Ubuntu RTM)
   Importance: Undecided = High

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

Title:
  Delegate unhandled URL schemes to the system

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Dialer app for Ubuntu Touch:
  In Progress
Status in Oxide Webview:
  Fix Released
Status in Oxide 1.3 series:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  In Progress
Status in url-dispatcher package in Ubuntu RTM:
  New
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  We currently ignore any URL's with a scheme that is unrecognised. We
  should be delegating these to the system so that it can try to find a
  handler for it

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1384460/+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 1351222] Re: URL parsing doesn't comply with RFC 3986

2014-12-08 Thread Bill Filler
** Changed in: url-dispatcher (Ubuntu RTM)
   Importance: Undecided = High

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

Title:
  URL parsing doesn't comply with RFC 3986

Status in Dialer app for Ubuntu Touch:
  Fix Released
Status in URL Dispatcher:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in url-dispatcher package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  Confirmed
Status in url-dispatcher package in Ubuntu RTM:
  Triaged

Bug description:
  I tried opening a link without a path component (for example
  scheme:?param1=value1param2=value2) and I got back an error from URL
  dispatcher com.canonical.URLDispatcher.BadURL: URL
  'scheme:?param1=value1param2=value2' is not handleable by the URL
  Dispatcher.

  I looked at the code, and it seems URL dispatcher parses URLs with the regex: 
^(.*)://([a-z0-9\\.-]*)?/?(.*)?$
  A URL doesn't have to look like that. Here is the URI grammar taken from the 
RFC:
  URI = scheme : hier-part [ ? query ] [ # fragment ]
  hier-part = // authority path-abempty
  / path-absolute
  / path-rootless
  / path-empty

  Links that can't currently be parsed by URL dispatcher are for example magnet 
links (used for torrents).
  They look like: magnet:?xt=urn:ed2k:31D6CFE0D16AE931B73C59D7E0C089C0
  xl=0dn=zero_len.fil
  xt=urn:bitprint:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ
  .LWPNACQDBZRYXW3VHJVCJ64QBZNGHOHHHZWCLNQ
  xt=urn:md5:D41D8CD98F00B204E9800998ECF8427E and therefore also can't be 
parsed by URL dispatcher.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1351222/+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 1377286] Re: Update Indicator Title Strings

2014-12-04 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
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, dx-packages
https://bugs.launchpad.net/bugs/1377286

Title:
  Update Indicator Title Strings

Status in the base for Ubuntu mobile products:
  New
Status in Bluetooth Menu:
  Invalid
Status in The Date and Time Indicator:
  Fix Released
Status in Display Indicator:
  Fix Released
Status in Indicator Location:
  Invalid
Status in The Messaging Menu:
  Fix Released
Status in Network Menu:
  Invalid
Status in The Power Indicator:
  Invalid
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-display package in Ubuntu:
  Fix Released
Status in indicator-messages package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu RTM:
  New

Bug description:
  Design change

  The space available for the title has changed, so the strings need to
  as well:

  Transfer: Files
  Location: Location
  Bluetooth: Bluetooth
  Network: Network
  Messaging: Notifications (also in System Settings  Notifications)
  Power: Battery
  Datetime: Time  Date
  Sound: Sound
  Display: Rotation

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1377286/+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 1378821] [NEW] today/yesterday label on sms and calls is incorrect

2014-10-08 Thread Bill Filler
Public bug reported:

rtm image on krillin, build 88

I'm in timzone UTC -4
If I have a missed call or sms that shows up in the indicator, it will 
sometimes incorrect be displayed as Yesterday time even though it happened 
today. This happens if the missed call is anytime after 8pm local time.

I believe it's because the determination for that label is using UTC
time rather than converting to the local timezone. It should be changed
to use local time zone.

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


** Tags: rtm14

** Tags added: rtm14

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

Title:
  today/yesterday label on sms and calls is incorrect

Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  rtm image on krillin, build 88

  I'm in timzone UTC -4
  If I have a missed call or sms that shows up in the indicator, it will 
sometimes incorrect be displayed as Yesterday time even though it happened 
today. This happens if the missed call is anytime after 8pm local time.

  I believe it's because the determination for that label is using UTC
  time rather than converting to the local timezone. It should be
  changed to use local time zone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378821/+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 1378821] Re: today/yesterday label on sms and calls is incorrect

2014-10-08 Thread Bill Filler
consider making this critical as it can be quite confusing to the user
to think they missed a call on the previous day when in fact it occurred
today.

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

Title:
  today/yesterday label on sms and calls is incorrect

Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  rtm image on krillin, build 88

  I'm in timzone UTC -4
  If I have a missed call or sms that shows up in the indicator, it will 
sometimes incorrect be displayed as Yesterday time even though it happened 
today. This happens if the missed call is anytime after 8pm local time.

  I believe it's because the determination for that label is using UTC
  time rather than converting to the local timezone. It should be
  changed to use local time zone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378821/+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 1378462] Re: cannot reply to second notification

2014-10-07 Thread Bill Filler
I added unity8 task but unsure if this has anything to do with unity.
Please update as appropriate.

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

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+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 1378463] [NEW] notifications are very hard to read when indicators open

2014-10-07 Thread Bill Filler
Public bug reported:

The background color of notifications and the indicator panel is the
same, making it extremely hard to differentiate a notification from a
menu item.

Steps to reproduce:
- ulock phone
- send an sms to the phone
- wait until it arrives and pull down the messageing menu
- while the menu is pulled down, send another sms to the phone

Notice when it arrives it looks like another menu item, very hard to
distinguish that it's a notification

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: indicator-messages (Ubuntu)
 Importance: High
 Status: New

** Affects: unity-notifications (Ubuntu)
 Importance: High
 Status: New


** Tags: rtm14

** Also affects: unity-notifications (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-notifications (Ubuntu)
   Importance: Undecided = High

** Tags added: rtm14

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

Title:
  notifications are very hard to read when indicators open

Status in Ubuntu UX bugs:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity-notifications” package in Ubuntu:
  New

Bug description:
  The background color of notifications and the indicator panel is the
  same, making it extremely hard to differentiate a notification from a
  menu item.

  Steps to reproduce:
  - ulock phone
  - send an sms to the phone
  - wait until it arrives and pull down the messageing menu
  - while the menu is pulled down, send another sms to the phone

  Notice when it arrives it looks like another menu item, very hard to
  distinguish that it's a notification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378463/+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 1378469] [NEW] messaging-menu should be closed after sending last message

2014-10-07 Thread Bill Filler
Public bug reported:

if you open the messaging-menu and reply to items in there, it should be
closed automatically after replying to the last item.

To reproduce:
- send an sms to the phone
- open the messaging-menu
- reply to the message

Expected results:
- the menu should close

Actual results:
- a blank messaging-menu stays open, forcing user to close it

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: indicator-messages (Ubuntu)
 Importance: High
 Status: New


** Tags: rtm14

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Tags added: rtm14

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = High

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

Title:
  messaging-menu should be closed after sending last message

Status in Ubuntu UX bugs:
  New
Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  if you open the messaging-menu and reply to items in there, it should
  be closed automatically after replying to the last item.

  To reproduce:
  - send an sms to the phone
  - open the messaging-menu
  - reply to the message

  Expected results:
  - the menu should close

  Actual results:
  - a blank messaging-menu stays open, forcing user to close it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378469/+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


Re: [Dx-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-07 Thread Bill Filler
Note, if you reply to the one at the end of the list first, then you are
able to reply to the message above it.
But if you reply to the message at the top of the list first, then you
can't interact with the one below it.

On Tue, Oct 7, 2014 at 1:46 PM, Bill Filler 1378...@bugs.launchpad.net
wrote:

 I added unity8 task but unsure if this has anything to do with unity.
 Please update as appropriate.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1378462

 Title:
   cannot reply to second notification

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+subscriptions


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

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1378462/+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 1372061] Re: SMS notification: time format not translatable

2014-10-05 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
   Importance: Undecided = High

** Changed in: telephony-service (Ubuntu)
 Assignee: (unassigned) = Tiago Salem Herrmann (tiagosh)

** Tags added: rtm14 touch-2014-10-23

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

Title:
  SMS notification: time format not translatable

Status in Ubuntu Translations:
  Triaged
Status in “indicator-messages” package in Ubuntu:
  New
Status in “telephony-service” package in Ubuntu:
  New

Bug description:
  See the attached screenshot. The time for the notification seems to be
  hardcoded to hh:mm - mm, d. This works well for the US, but it's not
  a format that is used in all other countries. In Spain, for example,
  the date would rather be d mm.

  The time format needs to be marked for translation.

  Not sure from which project the notifications come from, for some
  reason I seem to remember they were moved to u-s-s, but if it's the
  wrong project/package, please reassign. Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1372061/+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 1352604] Re: clear option is painful to use if you get a lot of notifications

2014-10-05 Thread Bill Filler
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  clear option is painful to use if you get a lot of notifications

Status in Ubuntu UX bugs:
  New
Status in “indicator-messages” package in Ubuntu:
  Confirmed

Bug description:
  This bug is exacerbated by bug 1352602

  To reproduce:-

  1. In ubuntu system settings - accounts, add a google or twitter account
  2. Once created, enable the Notifications option in the account
  3. Wait (also rebooting the phone can trigger this)
  4. Tweets / email notifications are shown as notifications

  Expected behaviour

  * Pull down the messaging indicator and find lots of notifications to clear
  * Find a button easily to clear the notifications

  Actual behaviour

  * Pull down the messaging indicator and find lots of notifications to clear
  * Have to scroll many many times to get to the bottom of a gigantic list of 
notifications before finding the [Clear all] button.

  In my opinion clear should be easier to find and hit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1352604/+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 1367920] Re: dialer not brought to foreground when launched from messaging-menu

2014-10-05 Thread Bill Filler
** Changed in: indicator-messages (Ubuntu)
   Importance: High = Critical

** Changed in: unity8 (Ubuntu)
   Importance: High = Critical

** No longer affects: dialer-app

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

Title:
  dialer not brought to foreground when launched from messaging-menu

Status in “indicator-messages” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  How to reproduce
  ===

  1 - Make sure that you have a missing call/voice mail message on messaging 
menu
  2 - Open dialer app
  3 - Open the messaging menu
  4 - Click to expand the message
  5 - Click on the phone app  icon in the top right 

  
  Expected
  

  The messaging menu disappear and the dialer app appears

  
  Current
  ==

  The message is removed but the messaging menu still visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1367920/+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 1369737] Re: Send button does not enable until you press spacebar

2014-10-05 Thread Bill Filler
** Changed in: indicator-messages (Ubuntu)
   Importance: High = Critical

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

Title:
  Send button does not enable until you press spacebar

Status in “indicator-messages” package in Ubuntu:
  Confirmed

Bug description:
  krillin build 40, rtm image

  - make sure word prediction/preditive text is turned on (this is now the 
default)
  - receive a text message on your phone
  - pull down messaging indicator
  - click on the message
  - type Hello in the entry field

  Expected result:
  - the send button should become active as soon as you start typing

  Actual result:
  - send button stays disabled until you press the spacebar

  The send button should not wait until the word is committed before
  becoming active, but instead should listen for any change and enable
  the button accordingly. The messaging app does this correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1369737/+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 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-09-25 Thread Bill Filler
** No longer affects: dialer-app

** No longer affects: messaging-app

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

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

Title:
  Phone freezes when trying to active the dialer app from the messaging
  menu

Status in The Messaging Menu:
  New
Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  How to reproduce
  ==

  1 - Make sure that you have a missing call/voice message in your messaging 
indicator
  2 - Launch the dialer app
  3 - Lock your phone
  4 - From the lock screen open the messaging menu
  5 - Click to expand the message
  6 - Click on the icon in the top right

  Expected
  ==

  The dialer app appears with the phone pre-populated

  Current
  ===

  The phone freezes and stop to accept any input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1367916/+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 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-09-25 Thread Bill Filler
I can confirm this still happens, with latest rtm build 59 on krillin

Steps to reproduce:
1) make sure you have a passcode lock setup on phone
2) make sure you have indicator allows to show on lock screen (default)
3) launch dialer app
4) lock the phone
5) call the phone and hang up before answering it, then wait till phone turns 
off after 1 minute
6) turn on screen but don't unlock
7) pull down the messaging menu, and click on the Missed Call to expand it, 
then tap in right corner to launch the app

Expected Results:
The passcode unlock screen should be shown

Actual Results:
The messaging menu stays visible, and you can't swipe it up or close it in any 
way. The only way to recover is to lock and unlock the phone again.

Second Problem:
If you omit step 3 and don't first launch the dialer, the symptoms are 
different. The dialer gets launched in step 7 and is visible but it's in 
Emergency calling mode (because the phone is locked) so the call can't be made. 
The correct thing to do in both cases is to display the passcode unlock screen.

** Changed in: indicator-messages
   Importance: Undecided = Critical

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided = Critical

** Tags added: rtm14

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

Title:
  Phone freezes when trying to active the dialer app from the messaging
  menu

Status in The Messaging Menu:
  New
Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  How to reproduce
  ==

  1 - Make sure that you have a missing call/voice message in your messaging 
indicator
  2 - Launch the dialer app
  3 - Lock your phone
  4 - From the lock screen open the messaging menu
  5 - Click to expand the message
  6 - Click on the icon in the top right

  Expected
  ==

  The dialer app appears with the phone pre-populated

  Current
  ===

  The phone freezes and stop to accept any input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1367916/+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 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-09-25 Thread Bill Filler
Looks to be similiar to
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1367920

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

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

Title:
  Phone freezes when trying to active the dialer app from the messaging
  menu

Status in The Messaging Menu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  How to reproduce
  ==

  1 - Make sure that you have a missing call/voice message in your messaging 
indicator
  2 - Launch the dialer app
  3 - Lock your phone
  4 - From the lock screen open the messaging menu
  5 - Click to expand the message
  6 - Click on the icon in the top right

  Expected
  ==

  The dialer app appears with the phone pre-populated

  Current
  ===

  The phone freezes and stop to accept any input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1367916/+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


  1   2   >