[Touch-packages] [Bug 1461953] Re: scope settings of type list: layout of values unclear

2015-06-04 Thread Thomas Strehl
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1461953

Title:
  scope settings of type list: layout of values unclear

Status in The Savilerow project:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Scope settings of type list puts list values on rows after displayName
  (the settings text).

  However, the value is flushed left and looks the same as the
  displayName (except for the chevron to expand/collapse the list).

  It not immediately clear that the value is associated with the
  displayName.

  The visual appearance needs to make it obvious that the values are
  subordinate to the displayName.

  see screenshot. Setting is Results per source:

  current build number: 230
  device name: krillin
  channel: ubuntu-touch/devel-proposed/ubuntu

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

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


[Touch-packages] [Bug 1456281] Re: Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

2015-05-21 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1456281

Title:
  Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

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

Bug description:
  This ticket is to track a missing alarm issue that seems to have
  started showing up between May 15 and 18th.

  in #unity-api, mzanetti reports that alarms on a ubuntu-touch/rc-
  proposed/bq-aquaris.en are not showing up at the right time; rather,
  they're skewed by timezone. He's in UTC+2 and set a 6:30 alarm that
  didn't go off until 8:30.

  Alesage in Orlando is also reporting missing alarms when he tests on
  arale.

  When I test on a fresh flash of ubuntu-touch/rc-proposed/bq-aquaris.en
  (r9) I'm seeing the same behavior rerported by mzanetti. What's really
  odd though is when I apt-get source that version of indicator-datetime
  and run it myself, things work correctly.

  Alarms also working correctly on mako 15.10 r199.

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

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


[Touch-packages] [Bug 1407907] Re: [phone] Leaving WiFi coverage often leads to the password dialog being displayed indefinitely

2015-05-18 Thread Thomas Strehl
** Changed in: network-manager (Ubuntu)
 Assignee: Pete Woods (pete-woods) = Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: canonical-devices-system-image
 Assignee: Thomas Strehl (strehl-t) = Ricardo Salveti (rsalveti)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1407907

Title:
  [phone] Leaving WiFi coverage often leads to the password dialog being
  displayed indefinitely

Status in the base for Ubuntu mobile products:
  Confirmed
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Steps:
  * connect to a password-protected WiFi network
  * suspend the phone
  * turn the WiFi off or leave the network's covered area
  * resume the phone

  Expected:
  * phone is connected via a GSM data connection

  Current:
  * phone is connected via a GSM data connection
  * there is a WiFi password dialog displayed for a network that isn't in range 
any more (and for which the password is known)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-network 0.5.1+15.04.20141216-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 10:19:05 2015
  InstallationDate: Installed on 2014-12-18 (19 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141218-020204)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)

  https://wiki.ubuntu.com/Networking#wi-fi-authenticating: If the
  network stops being available while the dialog is still open — for
  example, if the network is no longer in range, or if you switch into
  Flight Mode — the commit buttons should be replaced by the centered
  text “Network no longer available”, all the dialog’s controls should
  become insensitive, and two seconds later, the dialog should close.

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

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


[Touch-packages] [Bug 1453041] Re: SettingsDb should check file timestamps instead of using inotify watch

2015-05-08 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Wishlist = Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1453041

Title:
  SettingsDb should check file timestamps instead of using inotify watch

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  SettingsDb could be greatly simplified by using ctime/mtime of the
  settings file, rather than a watcher thread and inotify watch. The
  only place where we care if settings file has changes is settings()
  getter and this is where we can just check ctime/mtime to detect
  changes and re-parse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1453041/+subscriptions

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


[Touch-packages] [Bug 1453041] Re: SettingsDb should check file timestamps instead of using inotify watch

2015-05-08 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-scopes-api (Ubuntu)
   Importance: High = Medium

** Changed in: unity-scopes-api (Ubuntu)
   Importance: Medium = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1453041

Title:
  SettingsDb should check file timestamps instead of using inotify watch

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  SettingsDb could be greatly simplified by using ctime/mtime of the
  settings file, rather than a watcher thread and inotify watch. The
  only place where we care if settings file has changes is settings()
  getter and this is where we can just check ctime/mtime to detect
  changes and re-parse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1453041/+subscriptions

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


[Touch-packages] [Bug 1446216] [NEW] [Dash] CategoryHeaderBackground is not implemented

2015-04-20 Thread Thomas Strehl
Public bug reported:

CategoryHeaderBackground is supposed to be change appearance but has no
effect. Quickly checking code revealed that it hasn't been implemented.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1446216

Title:
  [Dash] CategoryHeaderBackground is not implemented

Status in unity8 package in Ubuntu:
  New

Bug description:
  CategoryHeaderBackground is supposed to be change appearance but has
  no effect. Quickly checking code revealed that it hasn't been
  implemented.

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

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


[Touch-packages] [Bug 1445630] Re: Can't connect to Wifi network secured with long PSK

2015-04-20 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1445630

Title:
  Can't connect to Wifi network secured with long PSK

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

Bug description:
  Device: BQ Aquaris E5.4 Ubuntu Edition

  I just got this device and wanted to connect to my WPA2 WiFi network
  which happens to have a 54 characters-long PSK. However, after
  entering my password (which naturally takes a little while) and
  clicking on connect, it just simply returns me to the overview of
  WiFi networks near me. No error message.

  The following askubuntu.com questions appear to be related to this problem:
  http://askubuntu.com/questions/597333/get-wifi-password-into-ubuntu-touch
  
http://askubuntu.com/questions/306734/unable-to-connect-to-secured-wi-fi-from-nexus-7-running-ubuntu-touch-13-04

  I have enabled developer mode and edited the network manager file in
  /etc/NetworkManager/system-connections/ using adb shell. After that, I
  was able to connect to my network.

  Steps to reproduce:
  1. Set up a WPA2 network and give it a long password
  2. Click on your SSID on the list
  3. Enter your password
  4. Click Connect.

  Expected result:
  Connected to the WiFi network

  Actual result:
  You see the list again and no indications that you are connected to the 
network. You aren't connected to the network.

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

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


[Touch-packages] [Bug 1416424] Re: Wifi list is empty

2015-04-14 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1416424

Title:
  Wifi list is empty

Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  On recent vivid-proposed builds for mako (e.g. r83), the Wifi list in
  the network indicator as well as in the system settings is empty, even
  when the phone has automatically connected to a saved network.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 84
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-01-30 14:45:36
  version version: 84
  version ubuntu: 20150130
  version device: 20150129
  version custom: 20150130

  Systems Effected:
  Mako
  Flo
  Manta

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

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


[Touch-packages] [Bug 1375756] Re: Weather scope is not detecting the correct location

2015-04-14 Thread Thomas Strehl
When location is enabled all works on vivid. When falling back to geoip
then it's more or less accurate depending on geoip provider we use on
SSS.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1375756

Title:
  Weather scope is not detecting the correct location

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scopes-shell package in Ubuntu:
  Confirmed
Status in unity-scopes-api package in Ubuntu RTM:
  New

Bug description:
  It seems its using geoip so the automatically detected location is
  usually not correct, In my case its showing weather for a small city
  90 miles away, Refreshing does not resolve it. The maps apps detect
  exact location.

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

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


[Touch-packages] [Bug 1436021] Re: max volume warning for headphones not working on all devices

2015-03-27 Thread Thomas Strehl
** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1436021

Title:
  max volume warning for headphones not working on all devices

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  Works fine on krillin for rtm-14.09  vivid
  does not work on Nexus4 (and other devices) on current vivid (and vivid from 
a couple of weeks ago)

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

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


[Touch-packages] [Bug 1419829] Re: [Scope] location settings are enabled by default

2015-02-27 Thread Thomas Strehl
Possible fix would be to add a page to phone setup wizard asking users
whether they allow, by default, scope to access location data or not.
That setting will also be available via Settings|Privacy. Then, we'd
change the individual scope location settings to provide two states,
system|off (system being default). With this, scopes by default take
the system or rather scopes wide system settings but it still offers the
possibility to disable location for individual scopes. Also note that
changing the location settings value would not require any changes to
existing scopes.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  [Scope] location settings are enabled by default

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

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

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


[Touch-packages] [Bug 1425544] [NEW] Aggregator scopes must not forward location setting to scopes

2015-02-25 Thread Thomas Strehl
Public bug reported:

If a user explicitly denies location to a specific scope, then the scope
should never ever receive location data even though a possible
aggregator scope got location data granted.

** Affects: unity-scopes-shell (Ubuntu)
 Importance: High
 Assignee: Michi Henning (michihenning)
 Status: New

** Changed in: unity-scopes-shell (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-scopes-shell (Ubuntu)
 Assignee: (unassigned) = Michi Henning (michihenning)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1425544

Title:
  Aggregator scopes must not forward location setting to scopes

Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  If a user explicitly denies location to a specific scope, then the
  scope should never ever receive location data even though a possible
  aggregator scope got location data granted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1425544/+subscriptions

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


[Touch-packages] [Bug 1411714] Re: indicator-network not functioning after modems reboot

2015-02-13 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: Antti Kaijanmäki (kaijanmaki) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1411714

Title:
  indicator-network not functioning after modems reboot

Status in the base for Ubuntu mobile products:
  In Progress
Status in indicator-network package in Ubuntu:
  In Progress
Status in network-manager package in Ubuntu:
  Invalid
Status in ofono package in Ubuntu:
  Invalid
Status in indicator-network package in Ubuntu RTM:
  New

Bug description:
  1) The release of Ubuntu
  current build number: 75
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-01-16 13:56:36
  version version: 75
  version ubuntu: 20150116
  version device: 20150113-9cccefe
  version custom: 20150116

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  Using libqofono-0.70, ofono 1.12.bzr6882+15.04.20141126-0ubuntu1 which 
deviates from the default

  3) What you expected to happen
  After the modems rebooted, I expected the network indicator to function 
normally

  4) What happened instead

  The network indicator's WI-Fi and Flight Mode switches are reverted
  after a tap/click.

  In the network indicator both SIMs are listed as Disconnected.

  Sometimes I see a cog: http://i.imgur.com/bAwAB71.png

  5) Steps to reproduce

  On a dual SIM device, alternate between running
  /usr/share/ofono/scripts/set-3g-slot /ril_0 and
  /usr/share/ofono/scripts/set-3g-slot /ril_1

  This is the output of ofono/scripts/list-modems: 
http://pastebin.ubuntu.com/9762092/
  wlan0 has gone away, see output of $ ifconfig -a: 
http://pastebin.ubuntu.com/9762104/

  This appears in the network-manager.log:
  http://pastebin.ubuntu.com/9762128/

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-network 0.5.1+15.04.20141216-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: armhf
  Date: Fri Jan 16 16:16:33 2015
  InstallationDate: Installed on 2015-01-16 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20150116-020204)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1418688] Re: Ubuntu store scope does not tell you that there is an update

2015-02-12 Thread Thomas Strehl
** Changed in: unity-scope-click (Ubuntu)
 Assignee: Thomas Strehl (strehl-t) = Rodney Dawes (dobey)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1418688

Title:
  Ubuntu store scope does not tell you that there is an update

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  It used to be that the open option will change to update when the
  version on the store was newer than the one in the phone in the Ubuntu
  store scope, this is no longer the case. The only way to install a new
  version is now from settings

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

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


[Touch-packages] [Bug 1419829] Re: Scope location settings are enabled by default

2015-02-09 Thread Thomas Strehl
We haven't yet completely figured the part of scopes requesting trusted
prompt or rather the dash on behalf of the scopes. There are some
options but those will take a little bit more effort to implement. Also
we need to make sure that we don't break scopes as they currently get
their location as query parameter and not requesting this directly via
location service which usually triggers trusted prompt.

Triggering a trusted prompt for each scope utilizing location means an
avalanche of prompts the phone is used the very first time. Consistent
but probably not best user experience.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  Scope location settings are enabled by default

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

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

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


[Touch-packages] [Bug 1368525] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:*** Error in `/usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service': dou

2015-02-09 Thread Thomas Strehl
Antti: any update on this?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1368525

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  service:*** Error in `/usr/lib/arm-linux-gnueabihf/indicator-network
  /indicator-network-service': double free or corruption (fasttop): ADDR
  ***

Status in indicator-network package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+14.10.20140904-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/31b2fc5ef0b81364741030f3c7ab2cdd84f91f1e
  contains more details.

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

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


[Touch-packages] [Bug 1407918] Re: [phone] Toggling WiFi leaves both GSM and WiFi connected

2015-02-09 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1407918

Title:
  [phone] Toggling WiFi leaves both GSM and WiFi connected

Status in indicator-network package in Ubuntu:
  New

Bug description:
  This is one more that's probably not in the right place... please
  reassign as appropriate.

  Steps:
  * disable WiFi via switch in the Network menu
  * wait for a GSM data connection
  * enable WiFi again
  * rinse'n'repeat

  Expected:
  * GSM connection is dropped whenever WiFi is available

  Current:
  * sometimes GSM is dropped, but sometimes it remains on, even if unused

  The routes and all go through WiFi, so traffic should be fine, but the
  icon still says H for me, and there is a ccmni0 interface up.

  Please find attached logs from network-test-session when I switched
  WiFi off and on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-network 0.5.1+15.04.20141216-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 10:19:05 2015
  InstallationDate: Installed on 2014-12-18 (19 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141218-020204)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1412854] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2015-02-09 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: Antti Kaijanmäki (kaijanmaki) = Jussi Pakkanen (jpakkane)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1412854

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  
service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

Status in indicator-network package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+15.04.20141103-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/0cb02ba2c8a6c7575da74be3f14dd7ea4bf7b42e
  contains more details.

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

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


[Touch-packages] [Bug 1352656] Re: ubuntu-app-launch-invalid-appid

2015-02-09 Thread Thomas Strehl
** Changed in: url-dispatcher (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

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

Title:
  ubuntu-app-launch-invalid-appid

Status in url-dispatcher package in Ubuntu:
  Triaged

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding url-dispatcher.  This problem was most recently seen with
  version 8.00+14.10.20140731.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/50ef8ac2301b5a70acb47d40d1efff412014d40b
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1352656/+subscriptions

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


[Touch-packages] [Bug 1412854] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2015-02-09 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1412854

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  
service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

Status in indicator-network package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+15.04.20141103-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/0cb02ba2c8a6c7575da74be3f14dd7ea4bf7b42e
  contains more details.

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

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


[Touch-packages] [Bug 1419829] [NEW] Scope location settings are enabled by default

2015-02-09 Thread Thomas Strehl
Public bug reported:

This is in contrast to the rest of the system where user have to
explicitly grant access right upfront.

Possible solution would be to add a new page in phone setup wizard
asking for whether scopes are allowed to use location or not and then
applying this to individual scope location settings.

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

** Affects: unity-scopes-shell (Ubuntu)
 Importance: High
 Assignee: Pete Woods (pete-woods)
 Status: New

** Changed in: unity-scopes-shell (Ubuntu)
   Importance: Undecided = High

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

** Changed in: unity-scopes-shell (Ubuntu)
 Assignee: (unassigned) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  Scope location settings are enabled by default

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

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

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


[Touch-packages] [Bug 1375756] Re: Weather scope is not detecting the correct location

2015-01-30 Thread Thomas Strehl
** Changed in: unity-scopes-shell (Ubuntu)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1375756

Title:
  Weather scope is not detecting the correct location

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  It seems its using geoip so the automatically detected location is
  usually not correct, In my case its showing weather for a small city
  90 miles away, Refreshing does not resolve it. The maps apps detect
  exact location.

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

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


[Touch-packages] [Bug 1388235] Re: [indicators] Battery icon turns red at 30%

2015-01-30 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1388235

Title:
  [indicators] Battery icon turns red at 30%

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  Triaged
Status in indicator-power package in Ubuntu:
  In Progress
Status in ubuntu-themes package in Ubuntu:
  In Progress

Bug description:
  This seems a bit pessimistic since the phone still has a great deal of
  capacity and time left, perhaps 15 or 20% is a better threshold

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

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


[Touch-packages] [Bug 1327419] Re: Infographic's language not updated until the metric value is changed

2015-01-26 Thread Thomas Strehl
** Changed in: libusermetrics (Ubuntu)
 Assignee: Thomas Strehl (strehl-t) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libusermetrics in Ubuntu.
https://bugs.launchpad.net/bugs/1327419

Title:
  Infographic's language not updated until the metric value is changed

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Translations:
  Triaged
Status in libusermetrics package in Ubuntu:
  Confirmed

Bug description:
  1) Start the music app
  2) Play a track for more than 10 seconds to trigger the metric update
  3) Lock and unlock to show the infographic
  4) Note, for example, 1 song played today appears (double tap to cycle 
through to find music if required)
  5) Goto system settings and change the language
  6) Restart the device
  7) Note the infographic's language has not been updated and it still states 
'1 song played today'
  8) Start the music app
  9) Play a track for more than 10 seconds to trigger the metric update
  10) Lock and unlock to show the infographic
  11) Now notice the infographic's language is now correct, for example 2 
Morceaux joues aujourd'hui

  It was expected that step 7 the infographic would show the correct
  language.

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

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


[Touch-packages] [Bug 1414566] Re: Video and Photos scopes are blank when mediascanner is working.

2015-01-26 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-mediascanner
in Ubuntu.
https://bugs.launchpad.net/bugs/1414566

Title:
   Video and Photos scopes are blank when mediascanner is working.

Status in the base for Ubuntu mobile products:
  New
Status in unity-scope-mediascanner package in Ubuntu:
  New

Bug description:
  current build number: 209
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed

  The photo and video scopes are blank when media scanner is working.
  They don't even show already indexed media nor online content.

  Test Case:
  Prerequisite: DUT is already loaded with several photos and videos. Photos 
and videos are visible in their respective scopes.

  1. Copy lot of photos to the DUT over MTP (~2k photos)
  2. Go to the video scope and check it is not empty
  3. Go to the photo scope and check it is not empty

  Actual Result
  Scopes are empty until mediascanner finishes indexing the new media.

  Expected Result
  The scopes are usable and display content even if mediascanner is running.

  
  I also did the following experiment:
  1. On a PC load a pre-formatted SD card with music, videos and photos
  In my case I the following amount of medias:
  Musique: 93
  Vidéos: 15
  Images: 2820

  2. Plug the card into the phone
  3. Go to the Photo scope and refresh
  4. Go to the Video scope and refresh

  Result: The scopes are completely empty until mediascanner finishes
  running. And in this case it was a crash.

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

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


[Touch-packages] [Bug 1414560] Re: Parent scope is authorised when logging in to a child scope

2015-01-26 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1414560

Title:
  Parent scope is authorised when logging in to a child scope

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  In Progress

Bug description:
  For example, when logging into Facebook Photos from the Photos
  aggregator, the Photos scope is added to the ACL instead of the
  Facebook Photos scope.

  The aggregator should request authentication on behalf of the child in
  these cases.

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

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


[Touch-packages] [Bug 1410125] Re: /usr/lib/x86_64-linux-gnu/unity-scopes/smartscopesproxy:smartscopesproxy: src/lib_json/json_value.cpp:1176: const Json::Value Json::Value::operator[](const char*) c

2015-01-23 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1410125

Title:
  /usr/lib/x86_64-linux-gnu/unity-
  scopes/smartscopesproxy:smartscopesproxy:
  src/lib_json/json_value.cpp:1176: const Json::Value
  Json::Value::operator[](const char*) const: Assertion `type_ ==
  nullValue || type_ == objectValue' failed.

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-api package in Ubuntu:
  Fix Committed
Status in unity-scopes-api package in Ubuntu RTM:
  In Progress

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-scopes-api.  This problem was most recently seen with
  version 0.6.10+15.04.20141212-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/6f30572de3a80023aad871427ab550250dcc2a89
  contains more details.

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

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


[Touch-packages] [Bug 1413269] [NEW] Qt network being unreliable establishing a connection

2015-01-21 Thread Thomas Strehl
Public bug reported:

Qt network manager is unreliable as it sometimes reports the device
being not online when in fact it is. This manifest in bugs like bug
#1409995 or some scopes querying online resources just being empty.

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Qt network manager is unreliable as it sometimes reports the device
- being not online when in fact it is. This manifest in bugs like #1409995
+ being not online when in fact it is. This manifest in bugs like 1409995
  or some scopes querying online resources just being empty.

** Description changed:

  Qt network manager is unreliable as it sometimes reports the device
- being not online when in fact it is. This manifest in bugs like 1409995
+ being not online when in fact it is. This manifest in bugs like
+ https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1409995
  or some scopes querying online resources just being empty.

** Description changed:

  Qt network manager is unreliable as it sometimes reports the device
- being not online when in fact it is. This manifest in bugs like
- https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1409995
- or some scopes querying online resources just being empty.
+ being not online when in fact it is. This manifest in bugs like bug
+ #1409995 or some scopes querying online resources just being empty.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1413269

Title:
  Qt network being unreliable establishing a connection

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Qt network manager is unreliable as it sometimes reports the device
  being not online when in fact it is. This manifest in bugs like bug
  #1409995 or some scopes querying online resources just being empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1413269/+subscriptions

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


[Touch-packages] [Bug 1409995] Re: Queries to remote scopes time out

2015-01-21 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1409995

Title:
  Queries to remote scopes time out

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  I'm seeing this on Mako, image #63, devel-proposed.

  Periodically, the music scope fails to return any results, leaving a
  blank screen.

  Looking through the log files, I'm seeing tons of messages such as
  this:

  [2015-01-13 01:33:27.056262] INFO: SSRegistry: 
SmartScopesClient.get_remote_scopes(): GET 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes?locale=en_US
  [2015-01-13 01:33:27.057239] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes(): failed to read /custom/partner-id: 
unity::FileException: cannot open /custom/partner-id: No such file or 
directory (errno = 2)
  [2015-01-13 01:33:46.996259] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes(): Failed to retrieve remote scopes from 
uri: https://dash.ubuntu.com/smartscopes/v2/remote-scopes: 
unity::ResourceException: Request timed out: 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes?locale=en_US

  The request times out even though the remote end works fine. (Easy to
  confirm by pasting the same URL into the browser.)

  As an aside, the error about /custom/partner-id isn't an error: if the
  file doesn't exist (errno = 2), we should say nothing. That'll get rid
  of a lot of noise.

  In addition, when I run a query, I see all queries to remote scopes
  fail (see attached trace).

  I'm not familiar with the code. Looking through, I noticed this:

  HttpResponseHandle::SPtr response = 
http_client_-get(remote_scopes_uri.str(), [response_str](std::string const 
replyLine) {
  response_str += replyLine; // accumulate all reply lines
  }, headers);
  response-get();

  Following this through, it appears that response_str is being appended
  to from a different thread without any lock. That looks like it's
  wrong to me. But that doesn't explain the timeout exception that is
  thrown from response-get().

  I suspect a race condition somewhere because, occasionally, I get a
  query that works.

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

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


[Touch-packages] [Bug 1412352] Re: Crash in scopes run time if scope throws exception from PreviewQueryBase::run()

2015-01-19 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1412352

Title:
  Crash in scopes run time if scope throws exception from
  PreviewQueryBase::run()

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  If a scope throws an exception from its PreviewQueryBase::run()
  implementation, the scopes run time dumps core (stack trace below).
  This affects both RTM and Vivid. I have a fix for this, which I'll MR
  tomorrow.

  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6b7ae5e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 3737
  _a2 = 3737
  _name = 268
  _sys_result = optimized out
  pd = 0x9f5ff380
  pid = 0
  selftid = 3737
  #2  0xb6b7bb4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3066296895, 3066296824, 3065897499, 3065664229, 1, 
3065664193, 3069661904, 2673865600, 3066482688, 729240, 0, 1, 30451216, 0, 
3069594101, 3069661904, 1, 5, 0, 2673862536, 3065359272, 3066296824, 
3066297880, 1, 30448212, 3068579119, 2673862316, 2673862536, 3069612528, 
30451184, 2673866896}}, sa_flags = 1, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6cb8128 in __gnu_cxx::__verbose_terminate_handler () at 
../../../../src/libstdc++-v3/libsupc++/vterminate.cc:95
  terminating = true
  t = optimized out
  #4  0xb6cb694c in __cxxabiv1::__terminate (handler=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:47
  No locals.
  #5  0xb6cb5d5a in __cxa_call_terminate (ue_header=0x1d0a610) at 
../../../../src/libstdc++-v3/libsupc++/eh_call.cc:54
  No locals.
  #6  0xb6cb64ae in __cxxabiv1::__gxx_personality_v0 (state=optimized out, 
ue_header=0x1d0a610, context=optimized out) at 
../../../../src/libstdc++-v3/libsupc++/eh_personality.cc:676
  action_record = optimized out
  p = optimized out
  thrown_ptr = 0x0
  info = {Start = 2673862680, LPStart = 30451216, ttype_base = 0, TType 
= 0xb6e6cd2d 
unity::scopes::internal::PreviewQueryObject::run(std::shared_ptrunity::scopes::internal::MWReply
 const, unity::scopes::internal::InvokeInfo const)+1288 
GXFb\360:\375?K\004\230\363X\f8\230B\002\320YF\212\367a\376KI\360XyD\210\367\032\353\331\370,
 action_table = 0x1d12000 \001, ttype_encoding = 136 '\210', 
call_site_encoding = 231 '\347'}
  landing_pad = 0
  ip = optimized out
  handler_switch_value = 0
  foreign_exception = false
  actions = optimized out
  found_type = optimized out
  language_specific_data = optimized out
  #7  0xb6c59c0a in unwind_phase2 (ucbp=ucbp@entry=0x1d0a610, 
vrs=vrs@entry=0x9f5fe6ac) at ../../../src/libgcc/unwind-arm-common.inc:294
  pr_result = optimized out
  #8  0xb6c59dda in __gnu_Unwind_Resume (ucbp=0x1d0a610, entry_vrs=0x9f5fe6ac) 
at ../../../src/libgcc/unwind-arm-common.inc:502
  pr_result = optimized out
  #9  0xb6c5a66e in _Unwind_Resume () at 
../../../src/libgcc/config/arm/libunwind.S:357
  No locals.
  #10 0xb6e6cd2e in unity::scopes::internal::PreviewQueryObject::run 
(this=optimized out, reply=...) at 
/build/buildd/unity-scopes-api-0.6.8+15.04.20141119/src/scopes/internal/PreviewQueryObject.cpp:80
  e = @0xa6e0e070: {_vptr.exception = 0xb3a56418}
  __PRETTY_FUNCTION__ = virtual void 
unity::scopes::internal::PreviewQueryObject::run(const MWReplyProxy, const 
unity::scopes::internal::InvokeInfo)
  reply_proxy = 
{std::__shared_ptrunity::scopes::internal::PreviewReplyImpl, 
(__gnu_cxx::_Lock_policy)2 = {_M_ptr = optimized out, _M_refcount = {_M_pi 
= 0x1d14c70}}, No data fields}
  #11 0x9f5f0006 in ?? ()
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

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

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


[Touch-packages] [Bug 1411201] Re: Scope framework seems to be caching location

2015-01-15 Thread Thomas Strehl
** Changed in: unity-scopes-shell (Ubuntu)
 Assignee: (unassigned) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1411201

Title:
  Scope framework seems to be caching location

Status in the base for Ubuntu mobile products:
  New
Status in unity-scopes-shell package in Ubuntu:
  Confirmed

Bug description:
  I have seen two different symptoms , might be same or different bug.

  First, Scopes seem to be getting only geoip location even when using Nokia 
Here web app I get an accurate fix.
  Second, Scopes seem to be caching an older location. Example: I used yelp in 
Barcelona airport, and gave me accurate results on restaurants in the terminal. 
I then switch airplane mode on, and got on a plane. When I landed in London, 
and turn airplane mode off, I could not get scopes (any) to provide information 
for london, even though I was able to get accurate location from Nokia Maps.  I 
tried over one hour, eventually I rebooted the phone and location started 
working again in scopes.

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

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


[Touch-packages] [Bug 1409307] Re: attributes dont show without title

2015-01-15 Thread Thomas Strehl
Setting the title blank cannot be a solution as we wouldn't want to
change card layouts depending whether the title is blank or not, but
rather by having the component available at all. Saviq, is it possible
to make the title optional or would we rather need an entire new card?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

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

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


[Touch-packages] [Bug 1409307] Re: attributes dont show without title

2015-01-15 Thread Thomas Strehl
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-scopes-api (Ubuntu)
   Status: New = Invalid

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

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

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


[Touch-packages] [Bug 1368291] Re: Selecting the metadata/album art in the indicator should raise the app

2015-01-14 Thread Thomas Strehl
** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1368291

Title:
  Selecting the metadata/album art in the indicator should raise the app

Status in Sound Menu:
  New
Status in indicator-sound package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
  current build number: 237
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/utopic-proposed
  last update: 2014-09-11 15:10:01
  version version: 237
  version ubuntu: 20140911.1
  version device: 20140903.1
  version custom: mako-0.3a

  1) Start the music app and start playing music
  2) Switch to another application
  3) Open the sound indicator
  4) Click on the album art/metadata, notice that nothing happens.

  It was expected that the app that is playing the music would be raised
  to the currently focussed app, much like unity7.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1368291/+subscriptions

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


[Touch-packages] [Bug 1408967] Re: indicator-sound slider moves erraticaly while dragging

2015-01-14 Thread Thomas Strehl
*** This bug is a duplicate of bug 1344990 ***
https://bugs.launchpad.net/bugs/1344990

** This bug has been marked a duplicate of bug 1344990
   Volume control jumps back and forth

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1408967

Title:
  indicator-sound slider moves erraticaly while dragging

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  When I drag the slider to adjust the volume - the circle moves then
  goes back to its original position and starts moving slowly to the new
  position jumping back and forth. It's nearlly impossible to adjust the
  volume that way.

  All other volume indicators available in Xubuntu work properly. I
  have to ajust the volume through Sounds Setting.

  Also it would be nice if that volume control supports more than 100%
  volume.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ActionStates: ({'mute': (true, signature '', [false]), 'phone-settings': 
(true, '', []), 'next.gmusicbrowser.desktop': (true, '', []), 'mic-volume': 
(true, '', [0.16103515625]), 'scroll': (true, 'i', []), 
'play-playlist.gmusicbrowser.desktop': (true, 's', []), 
'gmusicbrowser.desktop': (true, '', [{'running': false, 'state': 
'Paused'}]), 'desktop-settings': (true, '', []), 'volume': (true, 'i', 
[1.0]), 'root': (true, '', [{'title': 'Sound', 'accessible-desc': 'Volume 
(100%)', 'icon': ('themed', ['audio-volume-high-panel', 'audio-volume-high', 
'audio-volume', 'audio']), 'visible': true}]), 
'previous.gmusicbrowser.desktop': (true, '', []), 'play.gmusicbrowser.desktop': 
(true, '', ['Paused'])},)
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jan  9 12:31:20 2015
  InstallationDate: Installed on 2014-10-29 (72 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1323871] Re: Lag when adjusting sound

2015-01-14 Thread Thomas Strehl
*** This bug is a duplicate of bug 1344990 ***
https://bugs.launchpad.net/bugs/1344990

** This bug has been marked a duplicate of bug 1344990
   Volume control jumps back and forth

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1323871

Title:
  Lag when adjusting sound

Status in indicator-sound package in Ubuntu:
  Confirmed

Bug description:
  When I adjust the volume - either by hovering the cursor over the
  indicator and scroling, or by clicking on the indicator and dragging
  the widget - the volume will jump up and down rather than smoothly
  increasing or decreasing.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ActionStates: ({'mute': (true, signature '', [false]), 'phone-settings': 
(true, '', []), 'mic-volume': (true, '', [0.1600189208984375]), 'scroll': 
(true, 'i', []), 'desktop-settings': (true, '', []), 'rhythmbox.desktop': 
(true, '', [{'running': false, 'state': 'Paused'}]), 
'previous.rhythmbox.desktop': (true, '', []), 'volume': (true, 'i', 
[0.5999298095703125]), 'root': (true, '', [{'title': 'Sound', 
'accessible-desc': 'Volume (59%)', 'icon': ('themed', 
['audio-volume-medium-panel', 'audio-volume-medium', 'audio-volume', 
'audio']), 'visible': true}]), 'play.rhythmbox.desktop': (true, '', 
['Paused']), 'play-playlist.rhythmbox.desktop': (true, 's', []), 
'next.rhythmbox.desktop': (true, '', [])},)
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May 27 17:35:28 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-02-22 (94 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140221)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1395709] Re: Silence mode goes unchecked after 1 second

2015-01-14 Thread Thomas Strehl
** Changed in: indicator-sound (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1395709

Title:
  Silence mode goes unchecked after 1 second

Status in indicator-sound package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu RTM:
  Fix Released

Bug description:
  Using the phone in version 9, rtm English channel, but configured in
  Spanish.

  Steps to reproduce:

  1) Go to system-settings/sound and enable silent mode
  2) Reboot the phone
  3) Unlock the SIM
  4) Open the Sound Indicator and leave it open
  5) Toggle Silence mode
  6) Leave the indicator open and wait.

  Expected results
  * Silent mode is already checked on boot (bug 1391164)
  * Silence mode stays checked

  Actual results
  * Silence mode goes back unchecked after 0.5 seconds.

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

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


[Touch-packages] [Bug 1357143] Re: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:unity::

2015-01-13 Thread Thomas Strehl
Apparently this still happens! See https://errors.ubuntu.com/?package
=unity-scopes-apiperiod=month

** Changed in: unity-scopes-api (Ubuntu)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1357143

Title:
  /usr/lib/arm-linux-gnueabihf/unity-
  
scopes/scoperunner:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:unity::scopes::Variant::get_string

Status in unity-scopes-api package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-scopes-api.  This problem was most recently seen with
  version 0.6.1+14.10.20140809-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/c88b5501559a748cac3331be6593ccad021d1580
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1357143/+subscriptions

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


[Touch-packages] [Bug 1393382] Re: A faulty .click scope can disable all .click scopes

2015-01-08 Thread Thomas Strehl
** Also affects: unity-scopes-api (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: unity-scopes-api (Ubuntu RTM)
   Importance: Undecided = Critical

** Changed in: unity-scopes-api (Ubuntu RTM)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

** Changed in: unity-scopes-api (Ubuntu RTM)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1393382

Title:
  A faulty .click scope can disable all .click scopes

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-api package in Ubuntu RTM:
  In Progress

Bug description:
  It seems that a broken scope (e.g with broken setting file) installed
  from click package can disable all click scopes on the system.

  1. Install one or several .click scopes
  2. Make sure they work
  3. Install ssbscope from the click store

  All click scopes are then ignored by scope-registry

  scoperegistry: unity::ResourceException: cannot open scope installation 
directory 
/home/phablet/.local/share/unity-scopes//com.ubuntu.developer.psasse.sbbscope_sbbscope_0.8:
 No such file or directory
  scoperegistry: could not open Click installation directory, ignoring Click 
scopes

  Log : http://paste.ubuntu.com/9054919/

  ssbscope source : https://code.launchpad.net/sbbscope

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

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


[Touch-packages] [Bug 1231478] Re: Automatic scrolling of the preview when the keyboard is shown is broken

2014-12-16 Thread Thomas Strehl
** Changed in: unity8 (Ubuntu)
 Assignee: Diego Sarmentero (diegosarmentero) = Rodney Dawes (dobey)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1231478

Title:
  Automatic scrolling of the preview when the keyboard is shown is
  broken

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  The component with the focus should be placed above the keyboard, and
  the flickable area should be properly calculated, right now a margin
  is added between the bottom of the flickable area and the keyboard.

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

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


[Touch-packages] [Bug 1401560] Re: smart-scopes-proxy doesn't use cached list of remote scopes of network is not available

2014-12-15 Thread Thomas Strehl
** Also affects: unity-scopes-api (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1401560

Title:
  smart-scopes-proxy doesn't use cached list of remote scopes of network
  is not available

Status in the base for Ubuntu mobile products:
  Confirmed
Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-api package in Ubuntu RTM:
  New

Bug description:
  It seems that network failure is not correctly handled where it should be 
while fetching list of remote scopes, and we attempt to parse empty string -
  smart-scopes-proxy.log:

  [2014-12-11 14:31:16.212609] INFO: SSRegistry:
  SmartScopesClient.get_remote_scopes(): Remote scopes:

  [2014-12-11 14:31:16.214007] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: 
Failed to parse json string: * Line 1, Column 1
    Syntax error: value, object or array expected.

  [2014-12-11 14:31:16.214467] ERROR: SSRegistry: SSRegistryObject: 
get_remote_scopes() failed: unity::ResourceException: Failed to parse json 
string: * Line 1, Column 1
    Syntax error: value, object or array expected.

  This causes cached remote-scopes.json to be ignored, and all remote
  scopes disappear from Manage Dash until network becomes available.

  Steps to reproduce:
  1) Make sure you see remote scopes in Manage Dash - All.
  2) Enable flight mode
  3) Reboot the phone
  4) Watch /home/phablet/.cache/upstart/smart-scopes-proxy.log
  5) Go to Manage Dash - All: NO remote scopes are listed.

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

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


[Touch-packages] [Bug 1401802] Re: Calendar reminder notifications became queued, non-interactive and easy to miss

2014-12-12 Thread Thomas Strehl
** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1401802

Title:
  Calendar reminder notifications became queued, non-interactive and
  easy to miss

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

Bug description:
  With the recent indicator-datetime update the reminder notifications time out 
and are not interactive any more, meaning that:
  - can't dismiss (have to wait for the sound/notification to time out)
  - can't snooze (I know the feature didn't work, but that was a missing 
feature, not a thing we didn't want?)
  - if you missed the notification, you missed the reminder

  Not sure if the reason is the same, but they started queueing, too,
  i.e. if there's two reminders for the same time, sound will play for
  both (bug #1340248), but the two notifications will be shown one after
  another.

  This is a UX regression in my opinion, even if it fixes bug #1320880.

  There is actually no clear design for this, I'm afraid,
  
https://sites.google.com/a/canonical.com/apps-and-platform-team/3-platform/2-notifications

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-datetime 13.10.0+15.04.20141208-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: armhf
  Date: Fri Dec 12 08:59:10 2014
  InstallationDate: Installed on 2014-12-12 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141212-020204)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1401802/+subscriptions

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


[Touch-packages] [Bug 1379817] Re: When importing 7 digital albums music-app sometimes displays Imported files not found when all files have been imported

2014-12-12 Thread Thomas Strehl
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1379817

Title:
  When importing 7 digital albums music-app sometimes displays Imported
  files not found when all files have been imported

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Media Scanner v2:
  Fix Released
Status in Music application for Ubuntu devices:
  Invalid
Status in mediascanner2 package in Ubuntu:
  Fix Released
Status in mediascanner2 package in Ubuntu RTM:
  New

Bug description:
  Occasionally music-app displays a message stating Imported file not
  found after importing albums from 7 digital (currently in testing in
  silo 8, hopefully landing soon). However all the files are present in
  the ~/Music/Imported directory and are shown in the music app after
  dismissing the error.

  The log reports:

  qml: File(s) were not found 
[/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  Rachel Ries - 
Come September.mp3,/home/phablet/Music/Im
  ported/2014/10/10/135211-Anais Mitchell  Rachel Ries - Grace the 
Day.mp3,/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  
Rachel Ries
   - MGD.mp3,/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  
Rachel Ries - O My Star.mp3,/home/phablet/Music/Imported/2014/10/10/1352
  11-Anais Mitchell  Rachel Ries - When you fall.mp3]

  However all the files have log entries prior to that along the lines
  of:

  qml: MusicStore model from lookup 
{objectName:,filename:/home/phablet/Music/Imported/2014/10/10/135211-Anais
 Mitchell  Rachel Ries - O My Star.
  
mp3,uri:file:///home/phablet/Music/Imported/2014/10/10/135211-Anais%20Mitchell%20%20Rachel%20Ries%20-%20O%20My%20Star.mp3,contentType:audio/mp
  eg,eTag:1412952556:0,title:O My Star,author:Anais Mitchell  
Rachel Ries,album:Country EP,albumArtist:Anais Mitchell  Rachel Ries
  
,date:2008,genre:Folk/Bluegrass,discNumber:1,trackNumber:1,duration:182,width:0,height:0,latitude:0,longitude:0,hasThumbnail:tr
  
ue,art:image://thumbnailer/file:///home/phablet/Music/Imported/2014/10/10/135211-Anais%20Mitchell%20%20Rachel%20Ries%20-%20O%20My%20Star.mp3}

  So appear to have been processed successfully.

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

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


[Touch-packages] [Bug 1324142] Re: Support providing fallback images

2014-12-11 Thread Thomas Strehl
Michi: what was the proposed solution here? Providing a default
fallback, with the scope being able to override the fallback per
category?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1324142

Title:
  Support providing fallback images

Status in Thumbnail generator for all kinds of files:
  New
Status in unity-scopes-api package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  If the URI for a scope result icon can not be loaded, the scope result
  is not easily visible.

  To counter this, the shell should replace the result image with a
  fallback image if the Image QML component changes to the Error state.
  At a minimum a single standard fallback image would be sufficient, but
  letting the scope pick a custom fallback via the category renderer
  template would be better.

  One reason I'd like to see this is so we can switch the album art
  image provider to stop returning a fallback image.  This has been
  requested by the music-app guys, and seems sensible since we might
  want different fallbacks in different contexts:

  https://code.launchpad.net/~jamesh/thumbnailer/no-fallback-
  albumart/+merge/219460

  It might also be useful for remote scopes using http: URIs for result
  icons.

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

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


[Touch-packages] [Bug 1384460] Re: Delegate unhandled URL schemes to the system

2014-12-09 Thread Thomas Strehl
** Changed in: url-dispatcher (Ubuntu RTM)
 Assignee: (unassigned) = Ted Gould (ted)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app 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/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1394155] Re: Crash of unity8-dash possible through Today scope

2014-11-20 Thread Thomas Strehl
** Tags added: ota-1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1394155

Title:
  Crash of unity8-dash possible through Today scope

Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  On krillin r165:

  1) Go to the Today scope
  2) Scroll to the bottom
  3) Tap Tell me more...
  4) Scroll to the bottom again
  5) Tap Finished

  Crash!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1394155/+subscriptions

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


[Touch-packages] [Bug 1386709] Re: Queries to remote scopes don't include location data (even if the scope needs it)

2014-11-19 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1386709

Title:
  Queries to remote scopes don't include location data (even if the
  scope needs it)

Status in “unity-scopes-api” package in Ubuntu:
  In Progress

Bug description:
  The query to weatherchannel is not including lat/long, even if the
  remote-scopes listing have the needs_location_data in true:
  https://pastebin.canonical.com/119512/

  The server try to guess user location using geo-ip, but it's not
  always as accurate as we need for a user service (it depends heavily
  on your IP being representative of where you really are, which may not
  be the case for hotel proxys, weird ISPs, etc).

  Plase, send user's latitude and longitude for the remote scopes that
  need this information.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1386709/+subscriptions

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


[Touch-packages] [Bug 1379817] Re: When importing 7 digital albums music-app sometimes displays Imported files not found when all files have been imported

2014-11-19 Thread Thomas Strehl
** Tags added: ota-1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1379817

Title:
  When importing 7 digital albums music-app sometimes displays Imported
  files not found when all files have been imported

Status in Media Scanner v2:
  Fix Released
Status in Music application for Ubuntu devices:
  Invalid
Status in “mediascanner2” package in Ubuntu:
  Fix Released
Status in “mediascanner2” package in Ubuntu RTM:
  New

Bug description:
  Occasionally music-app displays a message stating Imported file not
  found after importing albums from 7 digital (currently in testing in
  silo 8, hopefully landing soon). However all the files are present in
  the ~/Music/Imported directory and are shown in the music app after
  dismissing the error.

  The log reports:

  qml: File(s) were not found 
[/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  Rachel Ries - 
Come September.mp3,/home/phablet/Music/Im
  ported/2014/10/10/135211-Anais Mitchell  Rachel Ries - Grace the 
Day.mp3,/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  
Rachel Ries
   - MGD.mp3,/home/phablet/Music/Imported/2014/10/10/135211-Anais Mitchell  
Rachel Ries - O My Star.mp3,/home/phablet/Music/Imported/2014/10/10/1352
  11-Anais Mitchell  Rachel Ries - When you fall.mp3]

  However all the files have log entries prior to that along the lines
  of:

  qml: MusicStore model from lookup 
{objectName:,filename:/home/phablet/Music/Imported/2014/10/10/135211-Anais
 Mitchell  Rachel Ries - O My Star.
  
mp3,uri:file:///home/phablet/Music/Imported/2014/10/10/135211-Anais%20Mitchell%20%20Rachel%20Ries%20-%20O%20My%20Star.mp3,contentType:audio/mp
  eg,eTag:1412952556:0,title:O My Star,author:Anais Mitchell  
Rachel Ries,album:Country EP,albumArtist:Anais Mitchell  Rachel Ries
  
,date:2008,genre:Folk/Bluegrass,discNumber:1,trackNumber:1,duration:182,width:0,height:0,latitude:0,longitude:0,hasThumbnail:tr
  
ue,art:image://thumbnailer/file:///home/phablet/Music/Imported/2014/10/10/135211-Anais%20Mitchell%20%20Rachel%20Ries%20-%20O%20My%20Star.mp3}

  So appear to have been processed successfully.

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

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


[Touch-packages] [Bug 1393382] Re: A faulty .click scope can disable all .click scopes

2014-11-18 Thread Thomas Strehl
** Tags added: rtm

** Tags removed: rtm
** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1393382

Title:
  A faulty .click scope can disable all .click scopes

Status in “unity-scopes-api” package in Ubuntu:
  Confirmed

Bug description:
  It seems that a broken scope (e.g with broken setting file) installed
  from click package can disable all click scopes on the system.

  1. Install one or several .click scopes
  2. Make sure they work
  3. Install ssbscope from the click store

  All click scopes are then ignored by scope-registry

  scoperegistry: unity::ResourceException: cannot open scope installation 
directory 
/home/phablet/.local/share/unity-scopes//com.ubuntu.developer.psasse.sbbscope_sbbscope_0.8:
 No such file or directory
  scoperegistry: could not open Click installation directory, ignoring Click 
scopes

  Log : http://paste.ubuntu.com/9054919/

  ssbscope source : https://code.launchpad.net/sbbscope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1393382/+subscriptions

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


[Touch-packages] [Bug 1393470] Re: Service cache doesn't update as services change

2014-11-18 Thread Thomas Strehl
** Changed in: libaccounts-glib (Ubuntu)
   Importance: Undecided = Critical

** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libaccounts-glib in
Ubuntu.
https://bugs.launchpad.net/bugs/1393470

Title:
  Service cache doesn't update as services change

Status in “libaccounts-glib” package in Ubuntu:
  New

Bug description:
  libaccounts-glib caches the list of current services inside its SQLite 
database, along with some basic information about the service (including the 
provider ID).
  However, if a .service file changes its provider element, libaccounts-glib 
does not detect the change and still keeps the outdated information in its DB.

  One possible solution for this is to add a function like
  ag_account_manager_rebuild_cache() which re-reads all the .service
  files, and invoke this function from our account-service hook
  program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1393470/+subscriptions

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


[Touch-packages] [Bug 1393470] Re: Service cache doesn't update as services change

2014-11-18 Thread Thomas Strehl
Even worse, it seems a malicious app could ship a broken service file
and with that corrupt the database.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libaccounts-glib in
Ubuntu.
https://bugs.launchpad.net/bugs/1393470

Title:
  Service cache doesn't update as services change

Status in “libaccounts-glib” package in Ubuntu:
  New

Bug description:
  libaccounts-glib caches the list of current services inside its SQLite 
database, along with some basic information about the service (including the 
provider ID).
  However, if a .service file changes its provider element, libaccounts-glib 
does not detect the change and still keeps the outdated information in its DB.

  One possible solution for this is to add a function like
  ag_account_manager_rebuild_cache() which re-reads all the .service
  files, and invoke this function from our account-service hook
  program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1393470/+subscriptions

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


[Touch-packages] [Bug 1393470] Re: Service cache doesn't update as services change

2014-11-18 Thread Thomas Strehl
It'll only break for the one app that ships the broken service file, so
it shouldn't impact the db on a global level. Still, this is extremely
annoying for devs.

** Changed in: libaccounts-glib (Ubuntu)
   Importance: Critical = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libaccounts-glib in
Ubuntu.
https://bugs.launchpad.net/bugs/1393470

Title:
  Service cache doesn't update as services change

Status in “libaccounts-glib” package in Ubuntu:
  New

Bug description:
  libaccounts-glib caches the list of current services inside its SQLite 
database, along with some basic information about the service (including the 
provider ID).
  However, if a .service file changes its provider element, libaccounts-glib 
does not detect the change and still keeps the outdated information in its DB.

  One possible solution for this is to add a function like
  ag_account_manager_rebuild_cache() which re-reads all the .service
  files, and invoke this function from our account-service hook
  program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1393470/+subscriptions

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


[Touch-packages] [Bug 1392615] [NEW] OA sign-in should not block

2014-11-14 Thread Thomas Strehl
Public bug reported:

If I login with my Google account and authorise YouTube access it
appears that when I get 'near' to the Video scope (i.e. which includes
YouTube) the Dash starts to become unresponsive. This manifests itself
in swipes that take a few seconds to get actioned and scrolling freezes
when moving between scopes. Removing YouTube access appears to cure
this.

** Affects: unity-scopes-api (Ubuntu)
 Importance: Critical
 Assignee: Marcus Tomlinson (marcustomlinson)
 Status: New


** Tags: rtm14

** Summary changed:

- OA signing should not block
+ OA sign-in should not block

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1392615

Title:
  OA sign-in should not block

Status in “unity-scopes-api” package in Ubuntu:
  New

Bug description:
  If I login with my Google account and authorise YouTube access it
  appears that when I get 'near' to the Video scope (i.e. which includes
  YouTube) the Dash starts to become unresponsive. This manifests itself
  in swipes that take a few seconds to get actioned and scrolling
  freezes when moving between scopes. Removing YouTube access appears to
  cure this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1392615/+subscriptions

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


[Touch-packages] [Bug 1330770] Re: click packages rely upon tls for integrity and authenticity

2014-11-14 Thread Thomas Strehl
** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: Diego Sarmentero (diegosarmentero) = Sebastien Bacher (seb128)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1330770

Title:
  click packages rely upon tls for integrity and authenticity

Status in Click Package metadata search service:
  Fix Released
Status in Online service used by software center:
  Fix Released
Status in “click” package in Ubuntu:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  In Progress
Status in “unity-scope-click” package in Ubuntu:
  Fix Released

Bug description:
  Hello, I just completed a quick review of the click source and the
  unity-scope-click source and behaviours, and found some opportunities
  for improvement.

  Debian, and Ubuntu, rely upon signed repository files with
  cryptographic hashes of packages to provide both integrity and
  authenticity checks for the packages hosted on that repository.

  The click framework and the unity-scope-click discovery and
  installation tool do not use signed repository files, nor do they have
  signatures of any sort on downloaded packages. The only integrity and
  authenticity checks are provided by the use of HTTPS.  The click
  verify command will check files within the archive against MD5sums
  stored inside the archive but the click verify command is not used
  during package installation. (This is suitable for validating
  integrity against accidental changes only.)

  While it appears that unity-scope-click properly uses HTTPS to
  download package metadata and packages, HTTPS alone is insufficient
  for our needs:

  - Someone in a position to create new certificates at any of several
  hundred certificate authorities could create certificates purporting
  to be our update servers. This actual problem has been discovered in
  the wild with several certificate authorities issuing wild-card
  certificates or even certificates with signing authority.

  - X.509 is extremely complicated; TLS is extremely complicated. Flaws
  in both are inevitable.

  - HTTPS prevents the use of caching.

  - HTTPS only 'works' for data-in-motion; it is useless for data-at-
  rest integrity and authenticity checks.

  I have not yet reviewed the tools that application authors will use to
  upload their packages to our distribution servers but note in passing
  that most of these issues are also issues for adding packages to our
  update servers -- packages in flight within our network can be
  corrupted for many reasons, packages on disk can be corrupted for many
  reasons. A signature mechanism can protect against internal network
  faults, storage faults, and provide assurance months or years later
  that an uploaded package was uploaded by someone in control of a
  corresponding private key.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-package-index/+bug/1330770/+subscriptions

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


[Touch-packages] [Bug 1391876] Re: silent control mode in indicators does not match settings app

2014-11-12 Thread Thomas Strehl
*** This bug is a duplicate of bug 1388804 ***
https://bugs.launchpad.net/bugs/1388804

** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1391876

Title:
  silent control mode in indicators does not match settings app

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  At some point the toggle in the sound indicator for silent mode stop
  matching the real state of the phone. Mainly the indicator things the
  silent mode is on, while the settings app (and the phone) thinks is
  on.

  At this point, if you try to turn silent mode on from the indicator is
  fails and the toggle always returns to off. The only way to reset this
  is to turn silent mode off from the settings app.

  This has been repodroduce by me and silbs.

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

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


[Touch-packages] [Bug 1386653] Re: [TOPBLOCKER] Scopes fail to launch when the network stack is not up

2014-10-31 Thread Thomas Strehl
** Changed in: unity8 (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity-scope-click (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity-scopes-api (Ubuntu)
   Status: New = Invalid

** Changed in: unity-scope-scopes (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1386653

Title:
  [TOPBLOCKER] Scopes fail to launch when the network stack is not up

Status in “unity-scope-click” package in Ubuntu:
  Invalid
Status in “unity-scope-scopes” package in Ubuntu:
  Invalid
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  I've seen this randomly from time to time on every other boot, but it
  happens reliably when flight mode is enabled

  Steps to reproduce:
  - Enable flight mode
  - Reboot

  Expected result:
  - Scopes launch and fail network requests

  Actual:
  - Black scope screen

  Notes:
  - Launcher items work and launch fine
  - Indicators work fine

  In the logs I see something like:
  unity8:
  Pre-populating scope unity-scope-nearby
  Pre-populating scope com.canonical.scopes.photos_photos
  file:///usr/lib/arm-linux-gnueabihf/unity8/qml/Dash/createCardComponent:77:1: 
QM
  L Label: Binding loop detected for property height
  file:///usr/share/unity8/Dash/CardTool.qml:179:38: Unable to assign 
[undefined]
  to bool
  
  invalidateScopeResults: no such scope ' musicaggregator '
  invalidateScopeResults: no such scope ' mediascanner-music '
  invalidateScopeResults: no such scope ' videoaggregator '
  invalidateScopeResults: no such scope ' mediascanner-video '

  scope-registry:
  ...
  RegistryObject::ScopeProcess::on_process_death(): Process for scope: 
clickscope exited
  ...

  current build number: 129
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-10-26 15:25:59
  version version: 129
  version ubuntu: 20141026
  version device: 20141015-32e0f27
  version custom: 1413941794

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1386653/+subscriptions

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


[Touch-packages] [Bug 1381041] Re: Network indicator is sometimes blank

2014-10-30 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu Utopic)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1381041

Title:
  Network indicator is sometimes blank

Status in “indicator-network” package in Ubuntu:
  In Progress
Status in “indicator-network” source package in Utopic:
  New
Status in “indicator-network” source package in Vivid:
  In Progress
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  This is on krillin r103, but it has been happening for a while.

  See attached photo. I am not certain what triggers it. but I think it
  may happen when wifi APs become in and out of range while walking
  around town (as if the list does not refresh reliably).

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

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


[Touch-packages] [Bug 1382123] Re: [SIM PIN] Very fast PIN entry message displayed before SIM PIN entry dialog

2014-10-28 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1382123

Title:
  [SIM PIN] Very fast PIN entry message displayed before SIM PIN entry
  dialog

Status in “indicator-network” package in Ubuntu:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  14.09-proposed image #109

  STEPS:
  1. Ensure at least 1 SIM inserted with PIN lock
  2. Boot up
  3. Just before SIM 1 PIN entry, a white message will very quickly flash on 
the screen for approx 0.1 second: 'Enter SIM 1 PIN'
  4. The SIM 1 PIN entry dialog will then be correctly displayed

  This will also happen for SIM 2 as well.

  EXPECTED RESULT:
  The very brief message should not be displayed.

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

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


[Touch-packages] [Bug 1383357] Re: enabling flight mode shows airplane + 2g icon

2014-10-28 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: Antti Kaijanmäki (kaijanmaki) = Jussi Pakkanen (jpakkane)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1383357

Title:
  enabling flight mode shows airplane + 2g icon

Status in “indicator-network” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  I see this when I toggle the indicator in the indicator-network.logs

  void core::dbus::PropertyT::handle_changed(const
  core::dbus::types::Variant) [with PropertyType =
  org::freedesktop::URfkill::Interface::Killswitch::Property::State]:
  org.freedesktop.DBus.Error.UnknownMethod: Method Get with signature
  ss on interface org.freedesktop.DBus.Properties doesn't exist

  There is nothing crashing according to /var/crash

  
  Modem seems to be offline:
  phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems 
  [ /ril_1 ]
  Features = 
  Manufacturer = Fake Manufacturer
  Lockdown = 0
  Powered = 1
  Online = 0
  Interfaces = org.ofono.CallVolume org.ofono.VoiceCallManager 
org.ofono.NetworkTime 
  Serial = 354142060406982
  Type = hardware
  Emergency = 0
  Revision = MOLY.WR8.W1315.MD.WG.MP.V37.P5, 2014/05/15 11:49
  Model = Fake Modem Model
  [ org.ofono.CallVolume ]
  SpeakerVolume = 0
  Muted = 0
  MicrophoneVolume = 0
  [ org.ofono.VoiceCallManager ]
  EmergencyNumbers = 08 000 999 110 112 911 118 119 
  [ org.ofono.NetworkTime ]

  [ /ril_0 ]
  Features = 
  Manufacturer = Fake Manufacturer
  Lockdown = 0
  Powered = 1
  Online = 0
  Interfaces = org.ofono.CallVolume org.ofono.VoiceCallManager 
org.ofono.NetworkTime 
  Serial = 354142060126986
  Type = hardware
  Emergency = 0
  Revision = MOLY.WR8.W1315.MD.WG.MP.V37.P5, 2014/05/15 11:49
  Model = Fake Modem Model
  [ org.ofono.CallVolume ]
  SpeakerVolume = 0
  Muted = 0
  MicrophoneVolume = 0
  [ org.ofono.VoiceCallManager ]
  EmergencyNumbers = 112 911 
  [ org.ofono.NetworkTime ]

  
  phablet@ubuntu-phablet:~$ /usr/share/urfkill/scripts/flight-mode 
  flight-mode is: 1

  phablet@ubuntu-phablet:~$ /usr/share/urfkill/scripts/enumerate 
  /org/freedesktop/URfkill/devices/0
  Printing props for unspecialized device: /org/freedesktop/URfkill/devices/0
  Printing props for Kernel device: /org/freedesktop/URfkill/devices/0
  type: 2
  hard: 0
  index: 0
  urftype: org.freedesktop.URfkill.Device.Kernel
  name: hci0
  platform: 0
  soft: 1

  /org/freedesktop/URfkill/devices/200
  Printing props for unspecialized device: /org/freedesktop/URfkill/devices/200
  Printing props for Hybris device: /org/freedesktop/URfkill/devices/200
  type: 1
  index: 200
  urftype: org.freedesktop.URfkill.Device.Hybris
  name: hybris_wifi
  platform: 0
  soft: 1

  /org/freedesktop/URfkill/devices/100
  Printing props for unspecialized device: /org/freedesktop/URfkill/devices/100
  Printing props for Ofono device: /org/freedesktop/URfkill/devices/100
  type: 5
  index: 100
  urftype: org.freedesktop.URfkill.Device.Ofono
  name: Fake Manufacturer Fake Modem Model
  platform: 0
  soft: 1

  /org/freedesktop/URfkill/devices/101
  Printing props for unspecialized device: /org/freedesktop/URfkill/devices/101
  Printing props for Ofono device: /org/freedesktop/URfkill/devices/101
  type: 5
  index: 101
  urftype: org.freedesktop.URfkill.Device.Ofono
  name: Fake Manufacturer Fake Modem Model
  platform: 0
  soft: 1

  
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 117
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-10-19 08:18:48
  version version: 117
  version ubuntu: 20141019
  version device: 20141015-32e0f27
  version custom: 1413412663

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

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


[Touch-packages] [Bug 1382039] Re: [TOPBLOCKER] Apps scope empty on boot

2014-10-28 Thread Thomas Strehl
It's in rtm silo 15. Saviq will land tomorrow.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1382039

Title:
  [TOPBLOCKER] Apps scope empty on boot

Status in “qtmir” package in Ubuntu:
  Triaged
Status in “unity-scope-click” package in Ubuntu:
  Invalid
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Several people reported today that the apps scope came up empty on
  boot. A pull-to-refresh makes results come in again.

  Note: it seems the problem is more likely to happen if you wait for at
  least 1 minute after reboot, and then unlock your device.

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

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


[Touch-packages] [Bug 1364466] Re: /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-service-2.0': double free or corruption (fasttop): ADDR ***

2014-10-24 Thread Thomas Strehl
** Changed in: mediascanner2 (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1364466

Title:
  /usr/bin/mediascanner-service-2.0:*** Error in `mediascanner-
  service-2.0': double free or corruption (fasttop): ADDR ***

Status in “gstreamer” package in Ubuntu:
  Confirmed
Status in “mediascanner2” package in Ubuntu:
  Invalid

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mediascanner2.  This problem was most recently seen with
  version 0.104+14.10.20140825-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/354f10fdaba609ee33dd0a2868637ec79c590b56
  and
  https://errors.ubuntu.com/problem/01fcf2789e27c0abf6922c68c02a408b907fab83
  contains more details.

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

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


[Touch-packages] [Bug 1381041] Re: Network indicator is sometimes blank

2014-10-23 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
   Importance: Medium = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1381041

Title:
  Network indicator is sometimes blank

Status in “indicator-network” package in Ubuntu:
  Incomplete

Bug description:
  This is on krillin r103, but it has been happening for a while.

  See attached photo. I am not certain what triggers it. but I think it
  may happen when wifi APs become in and out of range while walking
  around town (as if the list does not refresh reliably).

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

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


[Touch-packages] [Bug 1384448] Re: Dash not reusing TLS connections when loading images

2014-10-22 Thread Thomas Strehl
** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1384448

Title:
  Dash not reusing TLS connections when loading images

Status in “unity8” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu RTM:
  New

Bug description:
  In the click scope, we are passing icons and screenshots to the dash,
  which are then downloaded from the server on the shell side. However,
  it appears that HTTP connections are not being re-used when these
  images get loaded. Re-using connections to the server should improve
  performance quite a bit in scopes that load many images.

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

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


[Touch-packages] [Bug 1382033] Re: [SIM PIN] 'Incorrect PIN' warning is not cleared from display for SIM2 PIN entry

2014-10-17 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1382033

Title:
  [SIM PIN] 'Incorrect PIN' warning is not cleared from display for SIM2
  PIN entry

Status in “indicator-network” package in Ubuntu:
  New
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  14.09-proposed image #109

  STEPS:
  1. Ensure 2 SIMs inserted into device with PIN lock enabled
  2. Boot up
  3. At SIM1 PIN entry insert incorrect PIN once
  4. Insert correct SIM1 PIN on second attempt (do this reasonably quickly 
before the warning disappears)

  EXPECTED RESULT:
  SIM2 PIN entry should display with no warning message

  ACTUAL RESULT:
  The incorrect PIN warning is still displayed for SIM2 PIN entry, when no PIN 
has been entered for SIM2.

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

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


[Touch-packages] [Bug 1382129] Re: [SIM PIN] Retry count is not displayed following a reboot

2014-10-17 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1382129

Title:
  [SIM PIN] Retry count is not displayed following a reboot

Status in “indicator-network” package in Ubuntu:
  New
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  14.09-proposed image #109

  STEPS:
  1. Ensure at least 1 SIM inserted with PIN lock
  2. Boot up
  3. At SIM PIN entry, enter incorrect PIN for fist attempt. The number of 
retries left is displayed to user.
  4. Reboot phone and wait for SIM PIN entry dialog

  EXPECTED RESULT:
  After the phone has rebooted the SIM PIN entry dialog should still display 
how many retries the user has left before the SIM is blocked.

  ACTUAL RESULT:
  After a reboot the SIM PIN entry dialog does not show how many retry attempts 
the user has left before the SIM is blocked.

  If the user inputs 2 incorrect PINs there is a dialog warning the user
  that the 3rd will be the last attempt before the SIM is blocked.
  However if the user reboots at this point, there is no warning to the
  user to indicate that this is the 3rd and final attempt when they come
  to enter their PIN.

  Comparing to Android, this will display the number of retries left
  after a reboot has occured.

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

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


[Touch-packages] [Bug 1364464] Re: unity8-dash has a thread that is polling rather rapidly on epoll wait

2014-10-13 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided = Critical

** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1364464

Title:
  unity8-dash has a thread that is polling rather rapidly on epoll wait

Status in “unity-scopes-api” package in Ubuntu:
  Fix Committed
Status in “unity-scopes-shell” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  one of the threads to unity8-dash is creating quite a few wakeups per
  second:

  # eventstat 60 1

   Event/s PID   TaskInit Function Callback
 13.02  2812 scopes_ng::Scop hrtimer_start_range_nshrtimer_wakeup

  process 2812 is a thread of unity8-dash

  attaching strace to the thread we see:

  root@ubuntu-phablet:/proc# strace -p 2812 
  Process 2812 attached
  clock_gettime(CLOCK_MONOTONIC, {925, 47970238}) = 0
  epoll_wait(57, {}, 256, 115)= 0
  clock_gettime(CLOCK_MONOTONIC, {925, 165670469}) = 0
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 50
  fcntl64(50, F_GETFL)= 0x2 (flags O_RDWR)
  fcntl64(50, F_SETFL, O_RDWR|O_NONBLOCK) = 0
  connect(50, {sa_family=AF_LOCAL, 
sun_path=/run/user/32011/zmq/priv/clickscope}, 110) = -1 ENOENT (No such file 
or directory)
  close(50)   = 0
  clock_gettime(CLOCK_MONOTONIC, {925, 174626930}) = 0
  epoll_wait(57, {}, 256, 39) = 0
  clock_gettime(CLOCK_MONOTONIC, {925, 215561930}) = 0
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 50
  fcntl64(50, F_GETFL)= 0x2 (flags O_RDWR)
  fcntl64(50, F_SETFL, O_RDWR|O_NONBLOCK) = 0
  connect(50, {sa_family=AF_LOCAL, 
sun_path=/run/user/32011/zmq/priv/clickscope}, 110) = -1 ENOENT (No such file 
or directory)
  close(50)   = 0
  clock_gettime(CLOCK_MONOTONIC, {925, 222932007}) = 0
  epoll_wait(57, {}, 256, 65) = 0
  clock_gettime(CLOCK_MONOTONIC, {925, 290266777}) = 0
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 50
  fcntl64(50, F_GETFL)= 0x2 (flags O_RDWR)
  fcntl64(50, F_SETFL, O_RDWR|O_NONBLOCK) = 0

  ..ad infinitum...

  the epoll_wait() is sleeping a very short while before a connect to a
  clickscope named socket path is attempted over and over again. Is this
  rapid polling really necessary?   It's contributing to 0.50%-1.00% of
  the CPU load of the phone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1364464/+subscriptions

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


[Touch-packages] [Bug 1374206] Re: Need socket garabage collector

2014-10-13 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided = Critical

** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1374206

Title:
  Need socket garabage collector

Status in “unity-scopes-api” package in Ubuntu:
  Fix Released

Bug description:
  We need to add a GC for the outgoing oneway connection pool to stop
  Zmq from indefinitely trying to reconnect once the target process has
  exited.

  Note: this fix is a followup for the critical bugfix 
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1364464
  The fix for #1364464 was a quick fix, this one is a proper fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1374206/+subscriptions

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


[Touch-packages] [Bug 1374394] Re: When logged into YouTube scope the video aggregator some sometimes pops up the OA loading screen, then the results go blank

2014-10-10 Thread Thomas Strehl
** Changed in: ubuntu-system-settings-online-accounts
 Assignee: (unassigned) = Alberto Mardegan (mardy)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1374394

Title:
  When logged into YouTube scope the video aggregator some sometimes
  pops up the OA loading screen, then the results go blank

Status in Online Accounts setup for Ubuntu Touch:
  Confirmed
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  Invalid

Bug description:
  1) Log into YouTube scope.
  2) Reboot.
  3) When first using the Dash, sometimes when browsing to the Videos 
(aggregator) scope, you get the OA loading screen.
  4) This usually results in the the scope going blank.

  I *think* I've even seen the OA loading thing happen without going to
  the Video scope, but I'm not certain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1374394/+subscriptions

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


[Touch-packages] [Bug 1352251] Re: Splash screen is shown as soon as QGuiApplication is instantiated

2014-10-10 Thread Thomas Strehl
** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1352251

Title:
  Splash screen is shown as soon as QGuiApplication is instantiated

Status in Qt integration with the Mir display server:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  On the phone, a splash screen is shown as soon as QGuiApplication is 
instantiated; however, a QWindow might be created much later, or not be created 
at all.
  We have for example a D-Bus service (ubuntu-system-settings-online-accounts) 
which is a QGuiApplication, but creates QWindows only as client requests 
arrive. In the common case, this works fine because the service is generally 
started when a window needs to be displayed, but we are now preparing for 
implementing trust session support, and that would require either this bug to 
be fixed, or a deeper refactoring of our code.

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

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


[Touch-packages] [Bug 1374419] Re: Some APs show twice, should be merged

2014-10-10 Thread Thomas Strehl
** Tags added: touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1374419

Title:
  Some APs show twice, should be merged

Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  Some access points in indicator-network show twice, when they should
  be merged into a single entry given that security and SSID are the
  same.

  See attached screenshot.

  For example, Instant Staff should only show once, not greyed out.
  There are not multiple APs with different security settings to justify
  two different entries.

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

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


[Touch-packages] [Bug 1374394] Re: When logged into YouTube scope the video aggregator some sometimes pops up the OA loading screen, then the results go blank

2014-10-10 Thread Thomas Strehl
*** This bug is a duplicate of bug 1352251 ***
https://bugs.launchpad.net/bugs/1352251

** This bug has been marked a duplicate of bug 1352251
   Splash screen is shown as soon as QGuiApplication is instantiated

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1374394

Title:
  When logged into YouTube scope the video aggregator some sometimes
  pops up the OA loading screen, then the results go blank

Status in Online Accounts setup for Ubuntu Touch:
  Confirmed
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  Invalid

Bug description:
  1) Log into YouTube scope.
  2) Reboot.
  3) When first using the Dash, sometimes when browsing to the Videos 
(aggregator) scope, you get the OA loading screen.
  4) This usually results in the the scope going blank.

  I *think* I've even seen the OA loading thing happen without going to
  the Video scope, but I'm not certain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1374394/+subscriptions

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


[Touch-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-09 Thread Thomas Strehl
** Changed in: indicator-messages (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
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:
  Opinion

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/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-16

** Tags removed: touch-2014-10-16
** Tags added: touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1332306

Title:
  Hot-swapped SIMs should be detected and prompt user to reboot

Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “ofono” package in Ubuntu:
  Fix Released

Bug description:
  Our telephony stack doesn't support hot-swapping of SIM cards.  If a
  user hot-swaps a SIM, the telephony stack will become unusable.

  The telephony-service should detect when this happens and display a
  snap-decision informing the user that they need to restart their
  device.

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

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


[Touch-packages] [Bug 1342151] Re: [Indicators] Silent mode control in the indicator

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-30
** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1342151

Title:
  [Indicators] Silent mode control in the indicator

Status in Ubuntu UX bugs:
  Triaged
Status in “indicator-sound” package in Ubuntu:
  In Progress

Bug description:
  Should the indicator expose the control for silent mode for easy
  access?

  Implementing in settings now but would like to leverage a common
  implementation

  --

  I've attached a wireframe which shows an additional setting in the
  sound indicator for turning on and off silent mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1342151/+subscriptions

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


[Touch-packages] [Bug 1358340] Re: [Indicators] Complete greeter profiles

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1358340

Title:
  [Indicators] Complete greeter profiles

Status in The Date and Time Indicator:
  Invalid
Status in The Messaging Menu:
  In Progress
Status in Sound Menu:
  In Progress
Status in Transfer Indicator:
  In Progress
Status in Ubuntu UX bugs:
  Fix Committed
Status in The Unity 8 shell:
  Fix Released
Status in “gsettings-ubuntu-touch-schemas” package in Ubuntu:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Invalid
Status in “indicator-messages” 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 “ubuntu-system-settings” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu RTM:
  Fix Released

Bug description:
  A recent change in the interest of security removed access to the
  indicators when the phone is locked and the greeter is showing.

  This was an accentual change based on a misunderstanding

  There had been a plan to support media playback control via the sound
  indicator. Without this the user must unlock the phone in order to
  simply pause the music or change songs, etc.

  
  Desired resolution:

  - Revert the change that caused this issue

  - Add a switch to System Settings to enable security conscious user to
  switch off Launcher and Greeter access while the phone is locked.
  This setting should *always* be off by default.
  https://wiki.ubuntu.com/SecurityAndPrivacySettings#Locking

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1358340/+subscriptions

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


[Touch-packages] [Bug 1350093] Re: [UX performance] Opening Accounts settings from the scope does not take you directly to Ubuntu One new account page

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1350093

Title:
  [UX performance] Opening Accounts settings from the scope does not
  take you directly to Ubuntu One new account page

Status in “ubuntu-system-settings-online-accounts” package in Ubuntu:
  Invalid
Status in “unity-scope-click” package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

  * Remove the Ubuntu one account from the phone
  * Try to install an app from the app store
  * It will tell you that you need to set up an account
  * Click the Add account button

  Expected result:
  Account setup for Ubuntu One should open

  Actual result:
  A selection of all possible accounts is presented which leads to confusion 
for new users, not knowing what account to select.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1350093/+subscriptions

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


[Touch-packages] [Bug 1364949] Re: Editing alarm sounds doesn't actually change them

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtorganizer5-eds in
Ubuntu.
https://bugs.launchpad.net/bugs/1364949

Title:
  Editing alarm sounds doesn't actually change them

Status in The Date and Time Indicator:
  In Progress
Status in Ubuntu UI Toolkit:
  Fix Committed
Status in “qtorganizer5-eds” package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Open the clock app
  2. Swipe up from the bottom
  3. Click on the + symbol
  4. Save an alarm for a few minutes time leave everything on default settings
  5. Click on save
  6. Click on the alarm
  7. Change the sound of the alram
  8. Click on save
  9. Let the alarm go off

  EXPECTED:
  I expected the sound I chose to play

  ACTUAL:
  The default harps played instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1364949/+subscriptions

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


[Touch-packages] [Bug 1367836] Re: Top Crasher: ubuntu-location-serviced crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2014-10-09 Thread Thomas Strehl
** Tags added: touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1367836

Title:
  Top Crasher: ubuntu-location-serviced crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

Status in “dbus-cpp” package in Ubuntu:
  Fix Released
Status in “location-service” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  while testing location-service in utopic-proposed on mako, I've reproduced 
the exact same setup as in bug #1367835, but disabled the GPS provider to avoid 
the error described in this bug:
  1) change:
  export HERE_IMEI_FRAGMENT=$Serial
  to:
  export HERE_IMEI_FRAGMENT=35513605
  in /etc/init/ubuntu-location-provider-here-posclientd.conf to help the 
service come up on boot (see bug #1367244), not sure it helps though.

  2) change
  exec /usr/bin/ubuntu-location-serviced --bus system --provider $provider 
$poptions
  to:
  exec /usr/bin/ubuntu-location-serviced --bus system --provider 
remote::Provider --remote::Provider::name=com.ubuntu.espoo.Service.Provider 
--remote::Provider::path=/com/ubuntu/espoo/Service/Provider
  in /etc/init/ubuntu-location-service.override.

  I also manually started the trust store with start ubuntu-location-
  service-trust-stored.

  While accessing location from OSMTouch app, I've got this crash.

  Cheers,

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-location-service-bin 2.1+14.10.20140829-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Wed Sep 10 16:44:16 2014
  ExecutablePath: /usr/bin/ubuntu-location-serviced
  ExecutableTimestamp: 1409311427
  InstallationDate: Installed on 2014-09-10 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140910-020205)
  ProcCmdline: /usr/bin/ubuntu-location-serviced --bus system --provider 
remote::Provider --remote::Provider::name=com.ubuntu.espoo.Service.Provider 
--remote::Provider::path=/com/ubuntu/espoo/Service/Provider
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  Signal: 6
  SourcePackage: location-service
  StacktraceTop:
   ?? () from /lib/arm-linux-gnueabihf/libc.so.6
   raise () from /lib/arm-linux-gnueabihf/libc.so.6
   abort () from /lib/arm-linux-gnueabihf/libc.so.6
   __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
   ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1367836/+subscriptions

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


[Touch-packages] [Bug 1374394] Re: When logged into YouTube scope the video aggregator some sometimes pops up the OA loading screen, then the results go blank

2014-10-09 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1374394

Title:
  When logged into YouTube scope the video aggregator some sometimes
  pops up the OA loading screen, then the results go blank

Status in Online Accounts setup for Ubuntu Touch:
  New
Status in “unity-scopes-api” package in Ubuntu:
  In Progress
Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  1) Log into YouTube scope.
  2) Reboot.
  3) When first using the Dash, sometimes when browsing to the Videos 
(aggregator) scope, you get the OA loading screen.
  4) This usually results in the the scope going blank.

  I *think* I've even seen the OA loading thing happen without going to
  the Video scope, but I'm not certain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1374394/+subscriptions

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


[Touch-packages] [Bug 1378805] Re: denial for creating /run/user/32011/scopes/leaf-net/

2014-10-08 Thread Thomas Strehl
** Tags added: touch-2014-10-16

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1378805

Title:
  denial for creating /run/user/32011/scopes/leaf-net/

Status in “unity-scopes-api” package in Ubuntu:
  New

Bug description:
  I feel like this bug is known and I thought there was a bug for this,
  but I can't seem to find it now so filing a new one

  Most scopes are seeing:
  apparmor=DENIED operation=mkdir 
profile=com.ubuntu.scopes.youtube_youtube_1.0.13 
name=/run/user/32011/scopes/leaf-net/ pid=NNN comm=scoperunner 
requested_mask=c denied_mask=c fsuid=32011 ouid=32011

  Scopes aren't allowed to create /run/user/32011/scopes/leaf-net/ (they
  are allowed to create their own scopes directory under it). This was
  mentioned in https://bugs.launchpad.net/unity-scopes-
  api/+bug/1356409/comments/3 and it was mentioned that this branch may
  fix it: https://code.launchpad.net/~michihenning/unity-scopes-api
  /test-before-mkdir/+merge/231110. However, the problem seems to be
  that nothing is creating that directory at all before the scopes try
  to create it for themselves. Pete said in the above comment I think
  the runtime should probably not be trying to create this while inside
  confinement, as it will always fail. -- that is precisely the
  problem. Something unconfined outside of the scopes themselves needs
  to create it.

  Marking rtm14 and Critical-- it is causing a lot of noise in the logs
  and presumably scopes aren't able to function correctly. Please adjust
  as needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1378805/+subscriptions

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


[Touch-packages] [Bug 1376416] Re: apparmor denial for yelp

2014-10-08 Thread Thomas Strehl
** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1376416

Title:
  apparmor denial for yelp

Status in “unity-scopes-api” package in Ubuntu:
  New

Bug description:
  In a recent test run, the following denial was observed:
  Oct  1 18:13:05 ubuntu-phablet kernel: [  130.968843] 
(3)[6618:com.ubuntu.yelp]type=1400 audit(1412187185.260:127): apparmor=DENIED 
operation=mkdir profile=com.ubuntu.yelp_yelp_1.0.26 
name=/home/phablet/.local/share/unity-scopes/com.ubuntu.yelp_yelp/ pid=6618 
comm=com.ubuntu.yelp requested_mask=c denied_mask=c fsuid=32011 ouid=32011

  Yelp is using the wrong directory. It is using:
  @{HOME}/.local/share/unity-scopes/@{APP_PKGNAME}_@{APP_APPNAME}

  but apparmor policy says to use:
  @{HOME}/.local/share/unity-scopes/leaf-net/@{APP_PKGNAME}

  Note: this is a different bug than the one dealing with
  XDG_RUNTIME_DIR paths, where we do use @{APP_APPNAME}.

  Adding rtm14 tag with High priority since this seems to affect scopes
  in the store. Please readjust as necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1376416/+subscriptions

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


[Touch-packages] [Bug 1336715] Re: switch-items in indicators sometimes get out of sync with system-settings

2014-10-08 Thread Thomas Strehl
** Changed in: indicator-location
   Status: Incomplete = Invalid

** Changed in: indicator-network
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1336715

Title:
  switch-items in indicators sometimes get out of sync with system-
  settings

Status in Indicator Location:
  Invalid
Status in Network Menu:
  Invalid
Status in “unity8” package in Ubuntu:
  In Progress

Bug description:
  I noticed when testing flightmode with indicator-network that the
  switch items sometimes get out of sync from what GActions states on
  dbus are and stop updating their states when action states on dbus
  change.

  This seems to happen randomly and I have no procedure to reproduce
  reliably.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-location/+bug/1336715/+subscriptions

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


[Touch-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-07 Thread Thomas Strehl
** Tags removed: touch-2014-10-23
** Tags added: touch-2014-10-09

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

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  In Progress
Status in The Date and Time Indicator:
  Invalid
Status in Display Indicator:
  Invalid
Status in Indicator Location:
  In Progress
Status in The Messaging Menu:
  In Progress
Status in Network Menu:
  In Progress
Status in The Power Indicator:
  In Progress
Status in Sound Menu:
  Invalid
Status in Transfer Indicator:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “indicator-location” package in Ubuntu:
  Fix Released
Status in “indicator-messages” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-transfer” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

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

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


[Touch-packages] [Bug 1377294] Re: Indicator order change on the phone

2014-10-06 Thread Thomas Strehl
** Tags added: touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1377294

Title:
  Indicator order change on the phone

Status in Bluetooth Menu:
  New
Status in The Date and Time Indicator:
  New
Status in Display Indicator:
  New
Status in Indicator Location:
  New
Status in The Messaging Menu:
  New
Status in Network Menu:
  Triaged
Status in The Power Indicator:
  New
Status in Sound Menu:
  New
Status in Transfer Indicator:
  New
Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “indicator-network” package in Ubuntu RTM:
  Triaged

Bug description:
  
  Design change:

  Panel items should be, from right to left:

  Time
  Alarm
  Power
  Volume
  Wifi
  Cellular
  Bluetooth
  Location
  Transfer
  Rotation
  Messages

  Which should translate into these ordering values:

  Datetime: 20
  Power: 25
  Sound: 30
  Network: 35
  Bluetooth: 36
  Location: 60
  Transfer: 71
  Rotation: 90
  Messages: 100

  Documented: https://wiki.ubuntu.com/SystemComponents#Phone

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

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


[Touch-packages] [Bug 1376532] Re: location settings is always on even when disabled

2014-10-06 Thread Thomas Strehl
** Changed in: indicator-location (Ubuntu)
 Assignee: Thomas Strehl (strehl-t) = Charles Kerr (charlesk)

** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-location in
Ubuntu.
https://bugs.launchpad.net/bugs/1376532

Title:
  location settings is always on even when disabled

Status in “indicator-location” package in Ubuntu:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  summary:
  location settings is always on even when disabled

  steps:
  1. open system settings
  2. select security and privacy
  3. select location access
  4. disable location detection
  5. use back arrow in header
  (location access is still on in menu)
  6. select location detection again

  expected results:
  location detection is disabled

  actual results:
  location detection is enabled

  base: system-image.ubuntu.com
  http_port: 80
  https_port: 443
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  device: krillin
  build_number: 74
  version_detail: 
ubuntu=20140930,device=20140929-d974fdc,custom=1411735617,version=74

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

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


[Touch-packages] [Bug 1376054] Re: Scope Registry fails when aggregating an aggregator

2014-10-02 Thread Thomas Strehl
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1376054

Title:
  Scope Registry fails when aggregating an aggregator

Status in “unity-scopes-api” package in Ubuntu:
  In Progress

Bug description:
  When trying to aggregate and aggreagator scope. many many queries are
  fired off at once, which seems to cause the scope registry to hang.

  To reproduce:
  1) Install krillin rtm image
  2) Install attached dashboard.click
  3) Note scope registry seems to hang when adding News to the Dashboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1376054/+subscriptions

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


[Touch-packages] [Bug 1375718] Re: Manage Dash page doesn't refresh when scopes are installed or removed

2014-10-02 Thread Thomas Strehl
** Tags removed: touch-2014-10-16
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1375718

Title:
  Manage Dash page doesn't refresh when scopes are installed or removed

Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  The 'All' section of Manage Dash page is not refreshed when new scopes
  are installed or uninstalled. To reproduce, install a scope from a
  click package - it will appear in Manage Dash only after reboot.

  This is most likely caused by Scopes::getScopeById() returning null
  for scopes scope, which breaks the refreshing of results.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1375718/+subscriptions

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


[Touch-packages] [Bug 1339792] Re: Panel network icon - too much latency when network type changes

2014-10-02 Thread Thomas Strehl
** Tags removed: touch-2014-10-09
** Tags added: touch-2014-10-16

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1339792

Title:
  Panel network icon - too much latency when network type changes

Status in “indicator-network” package in Ubuntu:
  New

Bug description:
  Testing image #u122 this morning, I ran into two separate scenarios
  where the panel network icon didn't always accurately reflect the
  current network technology due to some kind of latency detecting
  network changes ( ie. WiFi - 3G - WiFi ).

  Both scenarios were reproduced on mako.

  Scenario 1:

  3G: online
  WiFi: enabled; connected to AP 1

  - display network menu
  - tap another secure network
  - tap cancel when Password dialog is displayed

  At this point the indicator shows '3G' whereas the network menu still
  shows the original AP 1 as connected.  After some period of time ( 10s
  - 1m ), the icon will change back to show that WiFi is connected.

  Scenario 2:

  3G: online
  WiFi: connected to AP 1

  - go to System Settings::WiFi
  - click Previous Networks
  - select the currently connected AP/network
  - click Forget Network
  - go back to WiFi settings

  The WiFi settings correctly shows the AP is no longer connected,
  however again the network icon takes some time ( 10s - 1m ) to reflect
  the change back to 3G.

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

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


[Touch-packages] [Bug 1359153] Re: YouTube labels and categories are not localized

2014-09-30 Thread Thomas Strehl
** Tags added: touch-2014-10-16

** Changed in: unity-scope-youtube (Ubuntu)
 Assignee: (unassigned) = James Henstridge (jamesh)

** Tags removed: touch-2014-10-16
** Tags added: touch-2014-10-30

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1359153

Title:
  YouTube labels and categories are not localized

Status in Ubuntu Rest Scopes:
  Invalid
Status in Ubuntu Translations:
  Triaged
Status in “unity-scope-youtube” package in Ubuntu:
  Triaged
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  YouTube scope shows untranslated categories and labels.

  Test case.
  - Switch Ubuntu Phone to Spanish, reboot.
  - Go to YouTube scope.

  Expected result.
  - Labels and categories must be displayed in Spanish.

  Actual result.
  - Best of YouTube and its categories are displayed in English.
  - Sports, Gaming, number of views and other labels are displayed also 
in English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-rest-scopes/+bug/1359153/+subscriptions

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


[Touch-packages] [Bug 1375718] Re: Manage Dash page doesn't refresh when scopes are installed or removed

2014-09-30 Thread Thomas Strehl
** Changed in: unity-scopes-shell (Ubuntu)
 Assignee: (unassigned) = Pawel Stolowski (stolowski)

** Changed in: unity-scopes-shell (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1375718

Title:
  Manage Dash page doesn't refresh when scopes are installed or removed

Status in “unity-scopes-shell” package in Ubuntu:
  Confirmed

Bug description:
  The 'All' section of Manage Dash page is not refreshed when new scopes
  are installed or uninstalled. To reproduce, install a scope from a
  click package - it will appear in Manage Dash only after reboot.

  This is most likely caused by Scopes::getScopeById() returning null
  for scopes scope, which breaks the refreshing of results.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1375718/+subscriptions

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


[Touch-packages] [Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1332306

Title:
  Hot-swapped SIMs should be detected and prompt user to reboot

Status in “indicator-network” package in Ubuntu:
  Triaged
Status in “ofono” package in Ubuntu:
  Fix Released

Bug description:
  Our telephony stack doesn't support hot-swapping of SIM cards.  If a
  user hot-swaps a SIM, the telephony stack will become unusable.

  The telephony-service should detect when this happens and display a
  snap-decision informing the user that they need to restart their
  device.

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

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


[Touch-packages] [Bug 1350093] Re: [UX performance] Opening Accounts settings from the scope does not take you directly to Ubuntu One new account page

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-10-02
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1350093

Title:
  [UX performance] Opening Accounts settings from the scope does not
  take you directly to Ubuntu One new account page

Status in “ubuntu-system-settings-online-accounts” package in Ubuntu:
  Invalid
Status in “unity-scope-click” package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

  * Remove the Ubuntu one account from the phone
  * Try to install an app from the app store
  * It will tell you that you need to set up an account
  * Click the Add account button

  Expected result:
  Account setup for Ubuntu One should open

  Actual result:
  A selection of all possible accounts is presented which leads to confusion 
for new users, not knowing what account to select.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1350093/+subscriptions

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


[Touch-packages] [Bug 1354362] Re: Removed department stays in the shell

2014-09-29 Thread Thomas Strehl
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1354362

Title:
  Removed department stays in the shell

Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  It's seems like the plugin doesn't notice when one of the departments
  disappears (is no longer returned by the scope) and doesn't notify
  shell about it, so that department is still displayed.

  This is visible with the following branch of click scope:
  https://code.launchpad.net/~stolowski/unity-scope-click/no-empty-
  departments/+merge/230077

  The case is as follows - consider we're always in the root of all departments 
in the dash.
  1) scope responds with A and B sub-departments of All departments; A and B 
are shown when you open the departments menu.
  2) scope content is refreshed somehow (e.g. you redo a search), and now it 
responds with A only.

  Result: both A and B are still shown.

  Expected result: only A is shown.

  Steps to reproduce with the above branch of click scope:
  1) Go to Ubuntu Store and install an app from a department, that was 
previously not shown in Apps.
  2) After installation completes, go back to Apps - search results are 
refreshed (new app appears), and new department appears in the departments menu.
  3) Uninstall that app: search results are refreshed, but the department that 
is now empty doesn't disappear (you can verify with scopes-cli that it's not 
returned anymore by the scope); after reboot however the department is not 
shown anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1354362/+subscriptions

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


[Touch-packages] [Bug 1365544] Re: Non-favorited scopes are not refreshed

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-10-02
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1365544

Title:
  Non-favorited scopes are not refreshed

Status in “unity-scopes-shell” package in Ubuntu:
  New

Bug description:
  How to reproduce:

  - Go to the store scope. 
  - Make sure it's not favorited. If it is favorited, unfav it then leave the 
scope and return to it.
  - Tap on the icon of some FREE app that is not installed.
  - On the preview of the app, tap on Install, and wait for the installation 
to finish.
  - Click on the  button on the preview header to go back to the results.

  What happens:
  - The icon attributes still show FREE

  What should happen:
  - The scope should have been refreshed, and ✔INSTALLED should be shown 
instead

  This works ok for scopes that are favorited.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1365544/+subscriptions

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


[Touch-packages] [Bug 1362150] Re: [Greeter] SIM PIN unlock usability needs improving

2014-09-29 Thread Thomas Strehl
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1362150

Title:
  [Greeter] SIM PIN unlock usability needs improving

Status in Network Menu:
  New
Status in Ubuntu UX bugs:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Several bugs have been reported related to using the PIN unlock
  Grouping here for review

  Add feedback on failed attempts
   - The dialog tells you how many attempts you have remaining before a PUK 
code will be required
   - Entering the wrong PIN will result in a clear message to user of the 
failure and an update of the attempts remaining count

  After cancelling SIM unlock, how to unlock is not obvious:
  1.Insert this SIM card
  2.Power on device
  3. Popup SIM PIN unlock interface after power on device
  4. cancel this dialog
  5. Go to phone app to make a call
  It is not obvious that the next step should be to drag down the indicator and 
use the unlock button.

  the phone and messaging apps should have a shorthand button clearly
  visible to unlock the relevant SIM so that the user does not have to
  know to go to the indicator-network first to be able to make
  phonecalls or send SMS

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1362150/+subscriptions

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


[Touch-packages] [Bug 1367818] Re: Mute causes no indication of a change in [icon] state.

2014-09-29 Thread Thomas Strehl
** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

** Tags added: touch-2014-10-30

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1367818

Title:
  Mute causes no indication of a change in [icon] state.

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  - When the sound is muted, the volume icon to the left of the volume slider 
should have a red / running through it.
  - Add an explicit Mute button to the sound indicator menu.
  - Pressing and holding the icon to the left of the volume slider should mute 
volume straight away.

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

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


[Touch-packages] [Bug 1367916] Re: Phone freezes when trying to active the dialer app from the messaging menu

2014-09-29 Thread Thomas Strehl
** Changed in: indicator-messages (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

** Tags added: touch-2014-10-30

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
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/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1371313] Re: [krillin] Wi-Fi toggle disappears from menu when Wi-Fi disabled

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1371313

Title:
  [krillin] Wi-Fi toggle disappears from menu when Wi-Fi disabled

Status in “indicator-network” package in Ubuntu:
  Fix Committed

Bug description:
  Device/Image: krillin / rtm #44.

  Krillin's Wi-Fi driver has a broken rfkill implementation.  As such,
  urfkill has been updated to allow control over Wi-Fi power via
  libhybris.

  When this mechanism is used to disable Wi-Fi on krillin, the Wi-Fi
  driver is unloaded as a result, with the corresponding system/NM
  devices going away as well.   This causes the Wi-Fi enable/disable
  toggle to disappear from the indicator menu, making it impossible to
  re-enable Wi-Fi.

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

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


[Touch-packages] [Bug 1368827] Re: [touch] indicator needs to be able to control volume per audio role

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1368827

Title:
  [touch] indicator needs to be able to control volume per audio role

Status in “indicator-sound” package in Ubuntu:
  In Progress

Bug description:
  From the Sound design for Touch (https://wiki.ubuntu.com/Sound#Phone),
  we need to change the default behaviour of the indicator in order to
  be able to change volume per audio roles, and not only the master
  volume.

  On touch the master volume will always be at 100%, and each media role
  will have its own volume values, so we can have a different volume
  level for multimedia, ringtone and alarms.

  This can be done using the streamrestore module in pulseaudio (via another 
dbus entry point that is only enabled on touch atm):
  
http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/StreamRestore/

  There's also a sample script on python that can be used to set/get volume per 
roles:
  https://raw.githubusercontent.com/jusa/pulseaudio-utils/master/pasr.py

  And the current roles supporter by touch are: multimedia, alert, phone
  and alarm.

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

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


[Touch-packages] [Bug 1371320] Re: Network Indicator crashes and doesn't restart

2014-09-29 Thread Thomas Strehl
** Tags removed: touch-2014-09-25
** Tags added: touch-2014-10-09

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1371320

Title:
  Network Indicator crashes and doesn't restart

Status in “indicator-network” package in Ubuntu:
  Triaged

Bug description:
  Device/Image: krillin / rtm #44; writable image, test version of
  urfkill w/hybris Wi-Fi mode enabled.

  While testing the new version of urfkill on krillin, I tried to
  reproduce bug #1339794 ( toggling Flight-Mode too fast leads to bad
  things ).  Every so often the menu would flash, which meant the
  indicator crashed, and it would be re-started as expected.

  After doing this for awhile longer, the indicator crashed, and wasn't
  automatically restarted.   I'll attach a screen shot which shows that
  the menu just reads Empty!, and the output of 'ps -ale' ( run as
  root ) shows no indicator-network process running:

  root@ubuntu-phablet:/home/phablet# ps -ale | grep indica
  0 S 32011  3102  1819  0  80   0 - 13749 poll_s ?00:00:00 
indicator-trans
  0 S 32011  3103  1819  0  80   0 - 11656 poll_s ?00:00:00 
indicator-messa
  0 S 32011  3104  1819  0  80   0 -  9357 poll_s ?00:00:00 
indicator-bluet
  0 S 32011  3106  1819  0  80   0 - 17391 poll_s ?00:00:00 
indicator-locat
  0 S 32011  3107  1819  0  80   0 -  9388 poll_s ?00:00:46 
indicator-power
  0 S 32011  3113  1819  0  80   0 - 33843 poll_s ?00:00:00 
indicator-datet
  0 S 32011  3117  1819  0  80   0 - 29521 poll_s ?00:00:00 
indicator-sound

  There is an uploaded indicator-network crash file in /var/crash,
  however it looks like it's from yesterday.

  I reviewed the syslog, but it looks like it's been size limited so
  there aren't any upstart messages I can see.

  Are you relying on upstart to re-start the indicator when it dies?  If
  you are, you could be hitting upstart's respawn limit.

  Note, I had the screen pinned on via 'powerd-cli screen on', but I
  don't think this would have any effect on the indicator's failure to
  respawn.

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

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


  1   2   >