[Touch-packages] [Bug 1903048] Re: [SRU] Bluetooth won't activate on the pi 400

2020-11-12 Thread Chris Wayne
What's the status of this?  We desperately need this fix in Groovy, as
we're making lots of noise about the pi400 and this is a pretty glaring
hole in functionality.

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

Title:
  [SRU] Bluetooth won't activate on the pi 400

Status in bluez package in Ubuntu:
  Triaged
Status in bluez source package in Hirsute:
  Triaged

Bug description:
  [Impact]

  Without these patches, Bluetooth is inoperable on the recently
  released Raspberry Pi 400.

  [Test Case]

  * Boot the Ubuntu Desktop for Pi image on a Pi 400.
  * Start the Settings application and switch to the Bluetooth tab
  * Verify that Bluetooth is not enabled and attempting to activate it fails
  * sudo add-apt-repository ppa:waveform/pi-bluetooth
  * sudo apt update
  * sudo apt install bluez
  * sudo reboot
  * Start the Settings application and switch to the Bluetooth tab
  * Verify that Bluetooth is active and that Bluetooth devices (e.g. mice, 
mobile phones, headphones, etc.) can connect and operate correctly 

  [Regression Potential]

  Extremely low (on groovy in particular, this has the same version of
  bluez as hirsute). The only significant risk is to non-Pi platforms or
  dongles which also use the Broadcom 43xx (or Cypress 305) chips for
  Bluetooth which might be inadvertently affected by these patches.

  [Original Description]

  The new Pi 400 has a slightly different Wifi/BT chip to the Pi4.
  Whilst wifi works happily, Bluetooth fails to operate. This doesn't
  appear to be an issue with either the firmware (the latest versions
  from upstream Raspbian have been tried), or the kernel (a known-good
  raspi kernel has been tested under Ubuntu), but with Bluez itself.
  Specifically, tracing the initialization with btmon on Raspbian and
  Ubuntu, the stack consistently fails when attempting to "Set Default
  PHY" on the latter. Curiously, under Ubuntu the adapter also appears
  to lack a MAC address.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1903048/+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 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-25 Thread Chris Wayne
This happens on MX4 as well (unsurprisingly)

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

Title:
  [sdk] leading actions width is too small making it very difficult to
  press

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Since a recent update to the ListItem leading actions in
  Ubuntu.Components 1.2, where the width of the action was clamped, the
  width is too small to press comfortably on a phone resulting in it
  missing 9 out of 10 tries. It affects the usability of the action and
  may be become a release blocker for apps that have recently switched
  over to the new list items.

  Sample App

  import QtQuick 2.4
  import Ubuntu.Components 1.2

  MainView {
  applicationName: "testdelete.nik90"
  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: "Swipe to Delete"
  ListItem {
  id: listItem
  anchors.top: parent.top

  Label {
  text: "Swipe me right to delete this listitem"
  wrapMode: Text.WordWrap
  anchors { left: parent.left; leftMargin: units.gu(2); right: 
parent.right; verticalCenter: parent.verticalCenter }
  }

  leadingActions: ListItemActions {
  actions: [
  Action {
  iconName: "delete"
  onTriggered: listItem.destroy()
  }
  ]
  }
  }
  }
  }

  With trailing actions, tapping the trailingActions first causes the
  ListItem to jump/scroll all the way to the left instead of actually
  activating the action. Only a second tap actually activates them.

  ---

  Visual design: desired outcome:

  Please expand the width of the leading and trailing actions to 6gu
  (they're currently 5gu). The 2gu icon will be centred in this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1486008/+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 1474615] [NEW] url-dispatcher should launch web browser for local .html files

2015-07-14 Thread Chris Wayne
Public bug reported:

Trying to dispatch a url to a file:///home/phablet/blah/blah.html URL
should launch the browser, but instead, does nothing but complain.

** (process:20675): WARNING **: Unable to dispatch url
'file:///home/phablet/Documents/submission_2015-07-15T01:08:13.920457.html':GDBus.Error:com.canonical.URLDispatcher.BadURL:
URL
'file:///home/phablet/Documents/submission_2015-07-15T01:08:13.920457.html'
is not handleable by the URL Dispatcher

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: url-dispatcher (not installed)
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 14 21:09:33 2015
InstallationDate: Installed on 2015-04-24 (81 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
SourcePackage: url-dispatcher
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: url-dispatcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

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

Title:
  url-dispatcher should launch web browser for local .html files

Status in url-dispatcher package in Ubuntu:
  New

Bug description:
  Trying to dispatch a url to a file:///home/phablet/blah/blah.html URL
  should launch the browser, but instead, does nothing but complain.

  ** (process:20675): WARNING **: Unable to dispatch url
  
'file:///home/phablet/Documents/submission_2015-07-15T01:08:13.920457.html':GDBus.Error:com.canonical.URLDispatcher.BadURL:
  URL
  'file:///home/phablet/Documents/submission_2015-07-15T01:08:13.920457.html'
  is not handleable by the URL Dispatcher

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: url-dispatcher (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 14 21:09:33 2015
  InstallationDate: Installed on 2015-04-24 (81 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: url-dispatcher
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1474615/+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 1457698] Re: Aggregator can't subsearch the same child twice to get different depts

2015-05-25 Thread Chris Wayne
I've tried this out and it seems to fix our issue, thanks!

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

Title:
  Aggregator can't subsearch the same child twice to get different depts

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

Bug description:
  As of the latest vivid images, NearBy can no longer subsearch children
  several times, which is used for example to search the coffee dept, as
  well as the bars dept for the I'm Thirsty section of nearby.  The
  query string is blank in both instances, with only the dept of the
  child scope changing

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1457698/+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 1457698] [NEW] Aggregator can't subsearch the same child twice to get different depts

2015-05-21 Thread Chris Wayne
Public bug reported:

As of the latest vivid images, NearBy can no longer subsearch children
several times, which is used for example to search the coffee dept, as
well as the bars dept for the I'm Thirsty section of nearby.  The query
string is blank in both instances, with only the dept of the child scope
changing

** Affects: unity-scopes-api (Ubuntu)
 Importance: Critical
 Assignee: Michi Henning (michihenning)
 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/1457698

Title:
  Aggregator can't subsearch the same child twice to get different depts

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

Bug description:
  As of the latest vivid images, NearBy can no longer subsearch children
  several times, which is used for example to search the coffee dept, as
  well as the bars dept for the I'm Thirsty section of nearby.  The
  query string is blank in both instances, with only the dept of the
  child scope changing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1457698/+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 1449268] [NEW] Allow disabling sending of state parameter

2015-04-27 Thread Chris Wayne
Public bug reported:

Some account providers are less-than-compliant when it comes to OAuth,
and automatically sending a state parameter causes breakage

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Assignee: Alberto Mardegan (mardy)
 Status: In Progress

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

Title:
  Allow disabling sending of state parameter

Status in signon-plugin-oauth2 package in Ubuntu:
  In Progress

Bug description:
  Some account providers are less-than-compliant when it comes to OAuth,
  and automatically sending a state parameter causes breakage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1449268/+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 1422309] Re: Today's scope doesn't refresh automatically and indicates wrong day

2015-04-21 Thread Chris Wayne
Is there any documentation on what ResultsTtlType actually does?  All
I've been able to find is that it can be none small medium or large, but
no indication of what any of those actually mean..

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

Title:
  Today's scope doesn't refresh automatically and indicates wrong day

Status in the base for Ubuntu mobile products:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Not sure if that's rather something for unity8 or the today, but
  that page should auto-refresh on day changes. Otherwise when you pick
  your phone in the morning and unlocks it you get welcomed with the
  wrong date info until you pull down to manually refresh the view

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1422309/+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 1446636] Re: [Scopes] Photos sometimes shows popular Flickr photos instead of those belonging to user

2015-04-21 Thread Chris Wayne
Moving this to our internal project to track, will get a fix ASAP!


** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Chris Wayne (cwayne18)

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

Title:
  [Scopes] Photos sometimes shows popular Flickr photos instead of those
  belonging to user

Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Pulling down to refresh doesn't help but rebooting the phone does.

  It's easy to reproduce this bug as it happens every other day, it
  seems.

  Updated to r21 already on BQ Aquaris.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1446636/+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 1439572] Re: Photo scope doesn't show local photos

2015-04-02 Thread Chris Wayne
As James said, this is a change in the photos aggregator scope, not the
unity-scope-mediascanner.  AS such, I've logged a new bug in hanloon
here: https://bugs.launchpad.net/hanloon/+bug/1439651

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

Title:
  Photo scope doesn't show local photos

Status in unity-scope-mediascanner package in Ubuntu:
  Confirmed

Bug description:
  current build number: 39
  device name: krillin
  channel: ubuntu-touch/devel-proposed/krillin.en
  last update: 2015-04-02 08:47:36
  version version: 39
  version ubuntu: 20150402
  version device: 20150326-f0c5ba5
  version custom: 20150329-647-29-4

  Last known good image:
  ubuntu=20150331,device=20150326-f0c5ba5,custom=20150216-561-29-186,version=35

  After OTA from 38 to 39, the photo scope displayed the Hint (which I
  already dismissed long time ago) and doesn't display local photos.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-scope-mediascanner2 0.2+15.04.20141205-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17-0ubuntu1
  Architecture: armhf
  Date: Thu Apr  2 10:40:56 2015
  InstallationDate: Installed on 2015-04-02 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20150402-020204)
  SourcePackage: unity-scope-mediascanner
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1439572/+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 1439572] Re: Photo scope doesn't show local photos

2015-04-02 Thread Chris Wayne
THe photos scope shows local photos taken today (just tested it here on
vivid+krillin).  Perhaps it should be showing from the last week
instead?

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

Title:
  Photo scope doesn't show local photos

Status in unity-scope-mediascanner package in Ubuntu:
  Confirmed

Bug description:
  current build number: 39
  device name: krillin
  channel: ubuntu-touch/devel-proposed/krillin.en
  last update: 2015-04-02 08:47:36
  version version: 39
  version ubuntu: 20150402
  version device: 20150326-f0c5ba5
  version custom: 20150329-647-29-4

  Last known good image:
  ubuntu=20150331,device=20150326-f0c5ba5,custom=20150216-561-29-186,version=35

  After OTA from 38 to 39, the photo scope displayed the Hint (which I
  already dismissed long time ago) and doesn't display local photos.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-scope-mediascanner2 0.2+15.04.20141205-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17-0ubuntu1
  Architecture: armhf
  Date: Thu Apr  2 10:40:56 2015
  InstallationDate: Installed on 2015-04-02 (0 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20150402-020204)
  SourcePackage: unity-scope-mediascanner
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1439572/+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 1433177] [NEW] Organic grid renderer not available

2015-03-17 Thread Chris Wayne
Public bug reported:

In the original design documents for the new scopes framework, there was
an organic grid renderer that has not been implemented

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20141013.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 17 12:00:55 2015
InstallationDate: Installed on 2014-10-11 (156 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-10-20 (148 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Organic grid renderer not available

Status in unity8 package in Ubuntu:
  New

Bug description:
  In the original design documents for the new scopes framework, there
  was an organic grid renderer that has not been implemented

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 17 12:00:55 2015
  InstallationDate: Installed on 2014-10-11 (156 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-20 (148 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1433177/+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 1433178] [NEW] Horizontal journal renderer not available

2015-03-17 Thread Chris Wayne
Public bug reported:

In the original design documents for the new scopes framework, there was
an organic grid renderer that has not 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/1433178

Title:
  Horizontal journal renderer not available

Status in unity8 package in Ubuntu:
  New

Bug description:
  In the original design documents for the new scopes framework, there
  was an organic grid renderer that has not been implemented

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1433178/+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 1432857] [NEW] No way to pass a 'state' parameter

2015-03-16 Thread Chris Wayne
Public bug reported:

Some API's (specifically Linkedin) require that State be passed, but
there is currently no way to do that

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  No way to pass a 'state' parameter

Status in signon-plugin-oauth2 package in Ubuntu:
  New

Bug description:
  Some API's (specifically Linkedin) require that State be passed, but
  there is currently no way to do that

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1432857/+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 1329918] Re: 14.04 scopes api docs use missing aa template

2015-03-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  14.04 scopes api docs use missing aa template

Status in Ubuntu App Developer site:
  Fix Released
Status in Qt Creator plugins for Ubuntu:
  Fix Released
Status in The Savilerow project:
  Fix Released
Status in API for Unity scopes integration:
  Fix Released
Status in unity-scopes-api package in Ubuntu:
  Fix Released

Bug description:
  This page: http://developer.ubuntu.com/api/scopes/sdk-14.04/index/

  Has a section covering click packaging of scopes that says you should use one 
of two apparmor templates:
  For a scope confined to access local content only:
  
  {
  template: ubuntu-scope-local-content,
  policy_version: 1.1
  }
  For a scope confined to only be able to access the internet:

  {
  template: ubuntu-scope-network,
  policy_groups: [
  networking
  ],
  policy_version: 1.1
  }
  
  But, neither template is reported as available under either policy 1.0 or 1.1:
  $ aa-easyprof --policy-vendor=ubuntu --policy-version=1.0 --list-templates
  default
  ubuntu-sdk
  ubuntu-webapp
  unconfined

  $ aa-easyprof --policy-vendor=ubuntu --policy-version=1.1 --list-templates
  default
  ubuntu-sdk
  ubuntu-webapp
  unconfined
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-ubuntu-com/+bug/1329918/+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 1358737] Re: Art in ini field needs to have absolute path

2015-03-12 Thread Chris Wayne
** Changed in: unity-scopes-api (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Art in ini field needs to have absolute path

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

Bug description:
  It should be able to check relative path, much like Icon does

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1358737/+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 1430833] [NEW] obscured history and copy/paste dialogs when tap on search field Edit

2015-03-11 Thread Chris Wayne
Public bug reported:

Steps to reproduce:

1. Go to Today scope
2. Tap on search icon and then search field
3. Enter some search term, and repeat it few times so that you have few items 
in search history
4. Now tap on search field again
5. Tap on small arrow connecting the history dialog to search field

Observe that dialog will move to middle of screen as seen in attachment
== today-search-history.png

6. Now try tapping few times on search field and you will see the
history dialog would appear obscured as seen in attachment == today-
search-history2.png

7. Tap on search field and press and hold to open the copy paste option

Observe that copy paste dialog is hidden as seen in attachment ==
today-search-hidden-copy-paste.png

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity8 8.02+15.04.20150302-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.16.2-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Mar 11 10:40:12 2015
InstallationDate: Installed on 2014-10-17 (145 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity8
UpgradeStatus: Upgraded to vivid on 2014-12-18 (82 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  obscured history and copy/paste dialogs when tap on search field Edit

Status in unity8 package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  1. Go to Today scope
  2. Tap on search icon and then search field
  3. Enter some search term, and repeat it few times so that you have few items 
in search history
  4. Now tap on search field again
  5. Tap on small arrow connecting the history dialog to search field

  Observe that dialog will move to middle of screen as seen in
  attachment == today-search-history.png

  6. Now try tapping few times on search field and you will see the
  history dialog would appear obscured as seen in attachment == today-
  search-history2.png

  7. Tap on search field and press and hold to open the copy paste
  option

  Observe that copy paste dialog is hidden as seen in attachment ==
  today-search-hidden-copy-paste.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.02+15.04.20150302-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.16.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 11 10:40:12 2015
  InstallationDate: Installed on 2014-10-17 (145 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to vivid on 2014-12-18 (82 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1430833/+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 1346878] Re: Vertical Journal items in a scope with multiple categories spills over next category

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Vertical Journal items in a scope with multiple categories spills over
  next category

Status in The Savilerow project:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  In an aggregating scope with several categories, when a vertical
  journal is used, the background/contents of the top cateogry often
  overlap the category below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1346878/+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 1382139] Re: scope appearance key not being used in agg scope

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = 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/1382139

Title:
  scope appearance key not being used in agg scope

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

Bug description:
  Facebook Photos scope ini has this Appearance setting: 
  PreviewButtonColor=#45619d

  A fb photos button uses this color. It's the button that displays when
  the user has not logged into Facebook. It displays in a Result, not in
  a preview. The button allows the user to log in to FB through Online
  Accounts. (see fb.png)

  Photos aggregator scope includes Facbook Photos scope as a child
  scope.  When the user has not yet logged into facebook the facebook
  photos category in the Photos scope HAS the button.  But, the button
  has no color (neither the button background nor the text), thus making
  it invisible (see invisible.png and invisiblePressed.png).

  I would expect the child scope's settings to be honored so that Photos
  scope displays the button with the Facebook Blue color as defined in
  the child scope.

  Note that different child scopes may need different colored buttons in
  the aggregator scope context.

  At the very least, the button should display in the agg scope's
  default Appearance (and not be invisible).

  Note: even when setting PreviewButtonColor=#45619d in the Photos agg
  scope ini, still, the button is invisible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1382139/+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 1340135] Re: PageHeader.Logo requires absolute path

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: Confirmed = Fix Released

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

Title:
  PageHeader.Logo requires absolute path

Status in The Savilerow project:
  Fix Released
Status in API for Unity scopes integration:
  Fix Released
Status in unity-scopes-api package in Ubuntu:
  Fix Released

Bug description:
  The scope framework should not require an absolute path to
  PageHeader.Logo, but also accept a relative one (relative to
  scope_directory(), I suppose).

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1340135/+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 1330899] Re: Grid view collapses if no title used

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Grid view collapses if no title used

Status in The Savilerow project:
  Fix Released
Status in The Unity 8 shell:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Grid view collapses if there is no title added to the cards.

  first image attached is for:
  {
schema-version: 1,
template: {
  category-layout: grid,
  card-size: small,
  overlay: false
},
components: {
  title: category,
  art: {
field: art,
aspect-ratio: 1.5,
fill-mode: fit
  }
}
  }

  This works fine, now without the title (which is a support configuration)
  {
schema-version: 1,
template: {
  category-layout: grid,
  card-size: small,
  overlay: false
},
components: {
  art: {
field: art2,
aspect-ratio: 1.5,
fill-mode: fit
  }
}
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1330899/+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 1258571] Re: Select backgrounds based on aspect ratio and read them from dconf

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = 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/1258571

Title:
  Select backgrounds based on aspect ratio and read them from dconf

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

Bug description:
  Please allow for setting gsettings keys for both a phone and tablet
  background (more appropriately a landscape and portrait background),
  and then automatically choose the most appropriate background based on
  native screen aspect ratio

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity8 (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-4.10-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Dec  6 11:27:51 2013
  InstallationDate: Installed on 2013-04-26 (224 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to trusty on 2013-11-23 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1258571/+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 1326470] Re: Scope author should be able to set the number of collapsed results to show

2015-02-12 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Scope author should be able to set the number of collapsed results to
  show

Status in The Savilerow project:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in The Unity 8 shell:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  In a scope with horizontal card layouts, you can only show up to 2
  results by default.  If the scope only has 1 category, that means most
  of the vertical space is blank, and looks quite empty.  There should
  either be a way to define how many rows to show, or the toolkit should
  show as many as will fill up the veritcal space

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1326470/+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 1415376] [NEW] Fallback to other content_type if parsing fails

2015-01-28 Thread Chris Wayne
Public bug reported:

WHen trying to create a weibo account-plugin, an access_token is
received, but failed to parse, as it shows up with CONTENT_TYPE of
text/plain even though it's json

sendOAuth2PostRequest : Query string =   QUrl( 
?grant_type=authorization_codecode=10c3826cc5a2bc8f41944e11b4cb4c32redirect_uri=https://wiki.ubuntu.com/;
 ) 
syslog:Jan 28 06:28:01 ubuntu-phablet signonpluginprocess[9658]: 
../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask 
operation is completed
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
base-plugin.cpp 133 onPostFinished : Finished signal received
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 428 serverReply : 
{access_token:2.00xzUlGB0tpiMK297ffd7bd8xynhbD,remind_in:131519,expires_in:131519,uid:1016111425}
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 432 serverReply : QVariant(int, 200)
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 466 serverReply : text/plain;charset=UTF-8 content received
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 662 parseTextReply :
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 473 serverReply : Access token is empty
syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
../../../../src/remotepluginprocess/remotepluginprocess.cpp 425 
disableCancelThread Before the isFinished loop

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Fallback to other content_type if parsing fails

Status in signon-plugin-oauth2 package in Ubuntu:
  New

Bug description:
  WHen trying to create a weibo account-plugin, an access_token is
  received, but failed to parse, as it shows up with CONTENT_TYPE of
  text/plain even though it's json

  sendOAuth2PostRequest : Query string =   QUrl( 
?grant_type=authorization_codecode=10c3826cc5a2bc8f41944e11b4cb4c32redirect_uri=https://wiki.ubuntu.com/;
 ) 
  syslog:Jan 28 06:28:01 ubuntu-phablet signonpluginprocess[9658]: 
../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask 
operation is completed
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
base-plugin.cpp 133 onPostFinished : Finished signal received
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 428 serverReply : 
{access_token:2.00xzUlGB0tpiMK297ffd7bd8xynhbD,remind_in:131519,expires_in:131519,uid:1016111425}
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 432 serverReply : QVariant(int, 200)
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 466 serverReply : text/plain;charset=UTF-8 content received
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 662 parseTextReply :
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
oauth2plugin.cpp 473 serverReply : Access token is empty
  syslog:Jan 28 06:28:02 ubuntu-phablet signonpluginprocess[9658]: 
../../../../src/remotepluginprocess/remotepluginprocess.cpp 425 
disableCancelThread Before the isFinished loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1415376/+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 1414870] [NEW] Result subtitles are cut off

2015-01-26 Thread Chris Wayne
Public bug reported:

http://people.canonical.com/~cwayne/eb.png

Note the title is properly cut off with .., while the subtitle just runs
off the screen

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20141013.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 26 21:03:54 2015
InstallationDate: Installed on 2014-10-11 (107 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-10-20 (98 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Result subtitles are cut off

Status in unity8 package in Ubuntu:
  New

Bug description:
  http://people.canonical.com/~cwayne/eb.png

  Note the title is properly cut off with .., while the subtitle just
  runs off the screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 26 21:03:54 2015
  InstallationDate: Installed on 2014-10-11 (107 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-20 (98 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1414870/+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 1414872] [NEW] Subtitles cut off

2015-01-26 Thread Chris Wayne
Public bug reported:

http://people.canonical.com/~cwayne/eb.png

The title is properly cut off with ..., while the subtitle runs off the
screen

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20141013.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 26 21:03:54 2015
InstallationDate: Installed on 2014-10-11 (107 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-10-20 (98 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Subtitles cut off

Status in unity8 package in Ubuntu:
  New

Bug description:
  http://people.canonical.com/~cwayne/eb.png

  The title is properly cut off with ..., while the subtitle runs off
  the screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 26 21:03:54 2015
  InstallationDate: Installed on 2014-10-11 (107 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-20 (98 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1414872/+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 1411748] Re: [Arale] News aggregator scope has a white scope background in cards

2015-01-21 Thread Chris Wayne
ssweeny works on the news scope, and there's no background specified in
the code

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

Title:
  [Arale] News aggregator scope has a white scope background in cards

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

Bug description:
  Open the news aggregator in Arale.
  Go to the section national news
  A white card background appears

  This seems to be only impacting vertical-jounal cards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411748/+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 1412829] [NEW] Popular tracks on Youtbe should be Popular tracks on YouTube

2015-01-20 Thread Chris Wayne
Public bug reported:

Image version: ubuntu-touch/ubuntu-rtm/14.09-proposed r202 krillin

The last department in the video aggregator is titled Popular tracks on
Youtube - there should be an uppercase T in YouTube

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity-scope-mediascanner2 0.2+15.04.20141205-0ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.15.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jan 20 09:58:06 2015
InstallationDate: Installed on 2014-10-17 (95 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity-scope-mediascanner
UpgradeStatus: Upgraded to vivid on 2014-12-18 (32 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Popular tracks on Youtbe should be Popular tracks on YouTube

Status in unity-scope-mediascanner package in Ubuntu:
  New

Bug description:
  Image version: ubuntu-touch/ubuntu-rtm/14.09-proposed r202 krillin

  The last department in the video aggregator is titled Popular tracks
  on Youtube - there should be an uppercase T in YouTube

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-scope-mediascanner2 0.2+15.04.20141205-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jan 20 09:58:06 2015
  InstallationDate: Installed on 2014-10-17 (95 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity-scope-mediascanner
  UpgradeStatus: Upgraded to vivid on 2014-12-18 (32 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1412829/+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 1394614] Re: Cached results stay in scopes even with no internet

2015-01-05 Thread Chris Wayne
Ill double check with the team, but I do believe this is the news scope
itself doing the caching, but to me that seems to be the correct
behavior.  Why would a user prefer a completely blank scope rather than
the latest cached data?

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

Title:
  Cached results stay in scopes even with no internet

Status in unity-scopes-api package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I am testing the latest image and as per the test plan, if internet is
  disabled there are cached results in a scope they should vanish as we
  refresh the scope but right now that's not the case.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: unity8 8.01.1+15.04.2014~rtm-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Thu Nov 20 15:06:59 2014
  InstallationDate: Installed on 2014-11-19 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141119-181707)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1394614/+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 1401594] [NEW] Adding an online account from an aggregator scope doesn't cause a refresh

2014-12-11 Thread Chris Wayne
Public bug reported:

WHen in a child scope, adding an online account triggers a refresh.
When aggregating that result (and ensuring that the aggregator has a
.application file to be able to add an account), adding an account does
not trigger a refresh

** Affects: savilerow
 Importance: Undecided
 Status: New

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

** Also affects: savilerow
   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/1401594

Title:
  Adding an online account from an aggregator scope doesn't cause a
  refresh

Status in The Savilerow project:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  WHen in a child scope, adding an online account triggers a refresh.
  When aggregating that result (and ensuring that the aggregator has a
  .application file to be able to add an account), adding an account
  does not trigger a refresh

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1401594/+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 1380586] Re: Need to click-package local media scopes

2014-12-08 Thread Chris Wayne
This is critical for us as it would allow Content partners to override
the music aggregator (i.e. aggregate their own sources)

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

Title:
  Need to click-package local media scopes

Status in the base for Ubuntu mobile products:
  New
Status in Unity Media Scanner Scope:
  In Progress
Status in unity-scope-mediascanner package in Ubuntu:
  Fix Released
Status in unity-scope-mediascanner package in Ubuntu RTM:
  New

Bug description:
  As per the subject, this is critical for RTM.

  Mirv/20141013: related to bug #1367332

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1380586/+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 1393438] Re: Enable location data string displays untranslated

2014-11-18 Thread Chris Wayne
@Michi actually that particular string is done from unity-scopes-api,
and is automatically placed there when LocationDataNeeded is set to
true.  Many of my scopes don't even have a  -settings.ini file and still
have that setting

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

Title:
  Enable location data string displays untranslated

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

Bug description:
  Using rtm 162 on krillin, several of the dash screens have a enable
  location data option, that strings seems to not be translatable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1393438/+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] Re: OA sign-in should not block

2014-11-14 Thread Chris Wayne
Is this youtuve specific? In today scope we have some signed in content,
and don't seem to get the same splash screen shown

-- 
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 1385382] Re: Clock set to past confuses AppArmor cache validation

2014-11-14 Thread Chris Wayne
Yes, I'd put the workaround in place.  I can try and get this landed in
customizatoon-hooks as well if it's desired, but if the workaround is
enough, we should be good for now

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

Title:
  Clock set to past confuses AppArmor cache validation

Status in AppArmor Linux application security framework:
  Won't Fix
Status in “ubuntu-touch-customization-hooks” package in Ubuntu:
  Triaged

Bug description:
  During initial boot sometimes clock could be set to past, which will confuse 
logic validating precompiled AppArmour cache, causing cache recreation.
  If time is not set correct(valid) value, even consequent boots will fail to 
validate cache, forcing cache recreation.

  This bug affects Initial out of the box experience, since device clock
  is set in the factory to default value, for example 0:0am 1st of
  January 2014

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1385382/+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 1389192] Re: Fitbit text in Dashboard has poor grammar, capitalization, punctuation, and call to action

2014-11-11 Thread Chris Wayne
Marking invalid and moving to hanloon, as I mentioned before on IRC
since this is not a public scope.

** Changed in: unity8 (Ubuntu)
   Status: New = 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/1389192

Title:
  Fitbit text in Dashboard has poor grammar, capitalization,
  punctuation, and call to action

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.

  What you see: Please setup an account in system settings

  What's wrong with this:
  A. Setup is a noun, so Please setup is ungrammatical.
  B. System Settings is a proper noun, so system settings is miscapitalized.
  C. A caption is a complete sentence (sometimes more than one), and this 
sentence is missing its period.
  D. There's no explanation of why you *should* set up an account.
  E. In system settings is a useless direction. The word Fitbit does not 
appear anywhere on the System Settings screen, leaving you lost.
  F. Sending people to System Settings is the wrong thing to do in the first 
place: they might already have a Fitbit account set up.

  What you should see: something like
  
  Track your fitness activities here using a Fitbit account.
  ( Use Fitbit… ) ( No Thanks )
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389192/+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 1389192] Re: Fitbit text in Dashboard has poor grammar, capitalization, punctuation, and call to action

2014-11-11 Thread Chris Wayne
Moved to https://bugs.launchpad.net/hanloon/+bug/1391512

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

Title:
  Fitbit text in Dashboard has poor grammar, capitalization,
  punctuation, and call to action

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.

  What you see: Please setup an account in system settings

  What's wrong with this:
  A. Setup is a noun, so Please setup is ungrammatical.
  B. System Settings is a proper noun, so system settings is miscapitalized.
  C. A caption is a complete sentence (sometimes more than one), and this 
sentence is missing its period.
  D. There's no explanation of why you *should* set up an account.
  E. In system settings is a useless direction. The word Fitbit does not 
appear anywhere on the System Settings screen, leaving you lost.
  F. Sending people to System Settings is the wrong thing to do in the first 
place: they might already have a Fitbit account set up.

  What you should see: something like
  
  Track your fitness activities here using a Fitbit account.
  ( Use Fitbit… ) ( No Thanks )
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389192/+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 1391065] Re: Search doesn't work for dashboard scope

2014-11-10 Thread Chris Wayne
This has nothing to do with the click scope, marking invalid, moved to
hanloon

** Changed in: unity-scope-click (Ubuntu)
   Status: New = 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/1391065

Title:
  Search doesn't work for dashboard scope

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

Bug description:
  Search doesn't work for dashboard scope

  Steps to reproduce:
  1. Recieve some text messages and phone calls on DUT
  2. Go to dashboard scope and refresh to reload the up to date contents 
(should reload be explicit?)
  3. Search some word from earlier recieved messages
  4. Search phone numbers from which calls were recieved earlier

  Observe that no relevant results are shown.

  Expected Result: Only relevenat results and sections should be
  filtered based on search term.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1391065/+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 1390581] [NEW] Card title text does not have appropriate color set when using image as card-background

2014-11-07 Thread Chris Wayne
Public bug reported:

When setting a card background, it appears that the card's text color
adapts to make sure the right color is used.  This seems to work fine
when just setting a color, but when using an image as the background,
this is not done.  This results in unreadable text.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20141013.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Nov  7 13:56:43 2014
InstallationDate: Installed on 2014-10-17 (21 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-10-17 (21 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Card title text does not have appropriate color set when using image
  as card-background

Status in “unity8” package in Ubuntu:
  New

Bug description:
  When setting a card background, it appears that the card's text color
  adapts to make sure the right color is used.  This seems to work fine
  when just setting a color, but when using an image as the background,
  this is not done.  This results in unreadable text.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov  7 13:56:43 2014
  InstallationDate: Installed on 2014-10-17 (21 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-17 (21 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1390581/+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 1390581] Re: Card title text does not have appropriate color set when using image as card-background

2014-11-07 Thread Chris Wayne
I've tried an overlay, and nothing seems to change

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

Title:
  Card title text does not have appropriate color set when using image
  as card-background

Status in “unity8” package in Ubuntu:
  Won't Fix

Bug description:
  When setting a card background, it appears that the card's text color
  adapts to make sure the right color is used.  This seems to work fine
  when just setting a color, but when using an image as the background,
  this is not done.  This results in unreadable text.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov  7 13:56:43 2014
  InstallationDate: Installed on 2014-10-17 (21 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-17 (21 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1390581/+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 1390581] Re: Card title text does not have appropriate color set when using image as card-background

2014-11-07 Thread Chris Wayne
** Attachment added: hint.png
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1390581/+attachment/4255524/+files/hint.png

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

Title:
  Card title text does not have appropriate color set when using image
  as card-background

Status in “unity8” package in Ubuntu:
  Won't Fix

Bug description:
  When setting a card background, it appears that the card's text color
  adapts to make sure the right color is used.  This seems to work fine
  when just setting a color, but when using an image as the background,
  this is not done.  This results in unreadable text.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20141013.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov  7 13:56:43 2014
  InstallationDate: Installed on 2014-10-17 (21 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-10-17 (21 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1390581/+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 1389195] Re: Fitbit section in Dashboard goes to an empty screen when tapped

2014-11-04 Thread Chris Wayne
This is changing imminently, this was put in merely as a placeholder

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

Title:
  Fitbit section in Dashboard goes to an empty screen when tapped

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.
  2. Tap anywhere in the section, which is quite easy to do by accident.

  What happens:
  * You end up on a Dashboard screen that is completely empty.
  * If you didn't notice that a Back button has appeared next to Dashboard, 
you might reasonably conclude that the Dashboard has broken.

  What should happen: either
  * If you have no Fitbit account, the section should not go to a separate 
screen, or
  * if it does go to a separate screen, it should not be called Dashboard and 
should not be empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389195/+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 1389204] Re: No Calls Today and No Messages Today go to screens with empty buttons

2014-11-04 Thread Chris Wayne
Moving to hanloon

** Changed in: unity8 (Ubuntu)
   Status: New = 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/1389204

Title:
  No Calls Today and No Messages Today go to screens with empty
  buttons

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. If you have made/sent/received any calls or messages today, wipe the phone.
  1. Go to the Dashboard screen.
  2. Tap No Calls Today or No Messages Today.
  3. Tap the button.

  What happens:
  2. You end up on a screen labelled Dashboard containing the text No Calls 
Today or No Messages Today and an empty button.
  3. The screen goes black except for a close button in the corner.

  What should happen: either
  2. Nothing happens, you don't end up on a separate screen; or
  3. the screen does not contain a button that goes nowhere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389204/+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 1389195] Re: Fitbit section in Dashboard goes to an empty screen when tapped

2014-11-04 Thread Chris Wayne
Also nothing to do with unity8, marking invalid

** Changed in: unity8 (Ubuntu)
   Status: New = 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/1389195

Title:
  Fitbit section in Dashboard goes to an empty screen when tapped

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.
  2. Tap anywhere in the section, which is quite easy to do by accident.

  What happens:
  * You end up on a Dashboard screen that is completely empty.
  * If you didn't notice that a Back button has appeared next to Dashboard, 
you might reasonably conclude that the Dashboard has broken.

  What should happen: either
  * If you have no Fitbit account, the section should not go to a separate 
screen, or
  * if it does go to a separate screen, it should not be called Dashboard and 
should not be empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389195/+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 1389192] Re: Fitbit text in Dashboard has poor grammar, capitalization, punctuation, and call to action

2014-11-04 Thread Chris Wayne
This is changing imminently, this text was merely put in as a
placeholder.

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

Title:
  Fitbit text in Dashboard has poor grammar, capitalization,
  punctuation, and call to action

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.

  What you see: Please setup an account in system settings

  What's wrong with this:
  A. Setup is a noun, so Please setup is ungrammatical.
  B. System Settings is a proper noun, so system settings is miscapitalized.
  C. A caption is a complete sentence (sometimes more than one), and this 
sentence is missing its period.
  D. There's no explanation of why you *should* set up an account.
  E. In system settings is a useless direction. The word Fitbit does not 
appear anywhere on the System Settings screen, leaving you lost.
  F. Sending people to System Settings is the wrong thing to do in the first 
place: they might already have a Fitbit account set up.

  What you should see: something like
  
  Track your fitness activities here using a Fitbit account.
  ( Use Fitbit… ) ( No Thanks )
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389192/+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 1389192] Re: Fitbit text in Dashboard has poor grammar, capitalization, punctuation, and call to action

2014-11-04 Thread Chris Wayne
Also nothing to do with unity8, marking invalid

** Changed in: unity8 (Ubuntu)
   Status: New = 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/1389192

Title:
  Fitbit text in Dashboard has poor grammar, capitalization,
  punctuation, and call to action

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r6

  0. Remove your Fitbit account from the phone if you have one.
  1. Go to the Dashboard screen and scroll to Fitbit.

  What you see: Please setup an account in system settings

  What's wrong with this:
  A. Setup is a noun, so Please setup is ungrammatical.
  B. System Settings is a proper noun, so system settings is miscapitalized.
  C. A caption is a complete sentence (sometimes more than one), and this 
sentence is missing its period.
  D. There's no explanation of why you *should* set up an account.
  E. In system settings is a useless direction. The word Fitbit does not 
appear anywhere on the System Settings screen, leaving you lost.
  F. Sending people to System Settings is the wrong thing to do in the first 
place: they might already have a Fitbit account set up.

  What you should see: something like
  
  Track your fitness activities here using a Fitbit account.
  ( Use Fitbit… ) ( No Thanks )
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389192/+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 1375822] Re: Settings go over header when scrolling

2014-11-03 Thread Chris Wayne
** Changed in: savilerow
   Status: Confirmed = Fix Released

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

Title:
  Settings go over header when scrolling

Status in The Savilerow project:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  Settings list needs to be clipped so that it doesn't go over the
  header when scrolling

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Sep 30 10:08:16 2014
  InstallationDate: Installed on 2013-04-26 (521 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1375822/+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 1368243] Re: Scope consistently causes scope runner crash

2014-11-03 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Scope consistently causes scope runner crash

Status in The Savilerow project:
  Fix Released
Status in “unity-scopes-api” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r29

  The Photos scope consistently causes scope runner crash. See
  attachment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1368243/+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 1371198] Re: Custom precompiled apparmor caches aren't copied over on first boot

2014-11-03 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Custom precompiled apparmor caches aren't copied over on first boot

Status in The Savilerow project:
  Fix Released
Status in “ubuntu-touch-customization-hooks” package in Ubuntu:
  Fix Released
Status in “ubuntu-touch-customization-hooks” package in Ubuntu RTM:
  Fix Released

Bug description:
  Because the upstart job is set to start too late

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1371198/+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 1382567] Re: Top Crasher: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:*** Error in `/usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner': free(): invalid pointer: ADD

2014-10-31 Thread Chris Wayne
This is really a bug in the events scope, please see this hanloon bug:
https://bugs.launchpad.net/hanloon/+bug/1388035

** Changed in: savilerow
   Importance: Undecided = Critical

** Changed in: savilerow
   Status: Confirmed = Invalid

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

Title:
  Top Crasher: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:***
  Error in `/usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner':
  free(): invalid pointer: ADDR ***

Status in The Savilerow project:
  Invalid
Status in “unity-scopes-api” package in Ubuntu:
  Invalid

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.7+14.10.20141010.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/69d0dabacb1ee1cc5be6fba75784a0751c80617d
  contains more details.

  Steps to reproduce:
  1. Swipe up from bottom of screen and select dashboard
  2. Swipe up from bottom of screen and select apps

  expected result:
  no crash

  actual result:
  crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1382567/+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 1333187] Re: [TOPBLOCKER] [Dash] [design] Preview images display as black thumbnails

2014-10-31 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  [TOPBLOCKER] [Dash] [design] Preview images display as black
  thumbnails

Status in The Savilerow project:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in “unity8” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu RTM:
  Fix Released

Bug description:
  If the image is large, the Ubuntu shape rounded corners become very
  little, hardly noticable.

  REQUESTED UX SOLUTION
  Updated spec so images only zoomable once full screen.

  For all other instances of ubuntu shape, SDK documentation should be
  used (see link from Jouni in comments)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1333187/+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 1328513] Re: Preview header title truncated

2014-10-31 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Preview header title truncated

Status in The Savilerow project:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  When developing a news scope. The title in the grid card fits the
  news headline, but in the preview (the same text) the title gets
  truncated.

  This looks very strange and makes reading news hard tbh. Shouldnt we
  have a common behaviour (see attached files)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1328513/+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 1387216] Re: [Dash] Remove Header's Suru Background

2014-10-31 Thread Chris Wayne
The png is currently shipped with each scope, so even doing that would
still require merges to all the scopes.  The code change is not
intrusive, and is the best way to accomplish this

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

Title:
  [Dash] Remove Header's Suru Background

Status in Ubuntu UX bugs:
  Fix Committed
Status in “unity-scope-click” package in Ubuntu:
  Fix Released
Status in “unity-scope-mediascanner” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Invalid
Status in “unity-scope-click” package in Ubuntu RTM:
  Triaged

Bug description:
  The origami pattern on the header is not working as expected from a
  design standpoint and should be removed and reverted to the plain
  header.

  --
  Desired resolution:
  - revert the single asset swap that introduced the new header background that 
does not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1387216/+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 1374481] Re: Nearby and News scope do not load on reboot

2014-10-16 Thread Chris Wayne
As for comment 14, the el jueves scope has been fixed (and also removed
from the image) so that's not affecting anything (also was never part of
Nearby, so would only ever affect News)  FWIW is was crashing on closing
down, so it launched and got the content fine, the issue was that go
scopes call SetScopeBase with nil on shutdown, which it wasn't handling
properly

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

Title:
  Nearby and News scope do not load on reboot

Status in The Savilerow project:
  Invalid
Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  reporduce:
  1- favourite nearby and/or news
  2- reboot the phone
  3 - unlock and swipe to nearby/news

  result:
  Scope is blank, not even departments are loaded in nearby

  expected result:
  scope load, to see what they look like, search for something and then cancel 
search. This triggers a refresh and the scopes then load ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1374481/+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 1378321] [NEW] Use new header as per design

2014-10-07 Thread Chris Wayne
Public bug reported:

Please setup click scope to use the new header, as per design and JoeO

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

** Attachment added: paper-white-bg-v2.png
   
https://bugs.launchpad.net/bugs/1378321/+attachment/4227420/+files/paper-white-bg-v2.png

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

Title:
  Use new header as per design

Status in “unity-scope-click” package in Ubuntu:
  New

Bug description:
  Please setup click scope to use the new header, as per design and JoeO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1378321/+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 1378496] [NEW] When a preview image is zoomable, allow user to tap to launch it full-screen

2014-10-07 Thread Chris Wayne
Public bug reported:

This would mimic what is now done for an image gallery, showing the
fullscreen 'slideshow'.  This is desired as the preview images are quite
small, and even zooming doesn't improve things

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

Title:
  When a preview image is zoomable, allow user to tap to launch it full-
  screen

Status in “unity8” package in Ubuntu:
  New

Bug description:
  This would mimic what is now done for an image gallery, showing the
  fullscreen 'slideshow'.  This is desired as the preview images are
  quite small, and even zooming doesn't improve things

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1378496/+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 1377205] Re: accounts denial for GetAll in youtube scope

2014-10-03 Thread Chris Wayne
** Summary changed:

- accounts denial for GetAll in yelp scope
+ accounts denial for GetAll in youtube scope

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

Title:
  accounts denial for GetAll in youtube scope

Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  In Progress
Status in “apparmor-easyprof-ubuntu” package in Ubuntu RTM:
  In Progress

Bug description:
  apparmor=DENIED operation=dbus_method_call  bus=session
  path=/com/google/code/AccountsSSO/SingleSignOn
  interface=org.freedesktop.DBus.Properties member=GetAll
  mask=send name=:1.63 pid=NNN
  profile=com.ubuntu.scopes.youtube_youtube_1.0.13 peer_pid=NNN
  peer_profile=unconfined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1377205/+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 1377278] [NEW] Unable to create ubuntu-sdk-14.10 click chroot

2014-10-03 Thread Chris Wayne
Public bug reported:

click 0.4.32.1 running on 14.04

I can't create a click chroot, when I try to run sudo click chroot -a
armhf -f ubuntu-sdk-14.10 -s utopic create, I get:

The following packages will be upgraded:
  gnupg
1 upgraded, 0 newly installed, 0 to remove and 851 not upgraded.
Need to get 0 B/610 kB of archives.
After this operation, 0 B of additional disk space will be used.
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 107562 files and directories currently installed.)
Preparing to unpack .../gnupg_1.4.16-1.2ubuntu1_amd64.deb ...
Unpacking gnupg (1.4.16-1.2ubuntu1) over (1.4.16-1ubuntu2.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
debconf: falling back to frontend: Readline
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
/var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
dpkg: error processing package install-info (--unpack):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 install-info
E: Sub-process /usr/bin/dpkg returned an error code (1)
Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf -- 
/finish.sh
Traceback (most recent call last):
  File /usr/bin/click, line 86, in module
sys.exit(main())
  File /usr/bin/click, line 82, in main
return mod.run(args)
  File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, in 
run
return args.func(parser, args)
  File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
return chroot.create(args.keep_broken_chroot)
  File /usr/lib/python3/dist-packages/click/chroot.py, line 473, in create
self.full_name, ret_code))
click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-14.10-armhf' (exit status 100)

** Affects: savilerow
 Importance: Critical
 Status: Confirmed

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

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

** Changed in: savilerow
   Importance: Undecided = Critical

** Changed in: savilerow
   Status: New = Confirmed

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

Title:
  Unable to create ubuntu-sdk-14.10 click chroot

Status in The Savilerow project:
  Confirmed
Status in “click” package in Ubuntu:
  New

Bug description:
  click 0.4.32.1 running on 14.04

  I can't create a click chroot, when I try to run sudo click chroot -a
  armhf -f ubuntu-sdk-14.10 -s utopic create, I get:

  The following packages will be upgraded:
gnupg
  1 upgraded, 0 newly installed, 0 to remove and 851 not upgraded.
  Need to get 0 B/610 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  debconf: delaying package configuration, since apt-utils is not installed
  (Reading database ... 107562 files and directories currently installed.)
  Preparing to unpack .../gnupg_1.4.16-1.2ubuntu1_amd64.deb ...
  Unpacking gnupg (1.4.16-1.2ubuntu1) over (1.4.16-1ubuntu2.1) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  debconf: unable to initialize frontend: Dialog
  debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
  debconf: falling back to frontend: Readline
  Processing triggers for install-info (5.2.0.dfsg.1-2) ...
  /var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
  dpkg: error processing package install-info (--unpack):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   install-info
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf 
-- /finish.sh
  Traceback (most recent call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 473, in create
  self.full_name, ret_code))
  click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-14.10-armhf' (exit status 100)

To manage notifications about this bug go to:

[Touch-packages] [Bug 1377278] Re: Unable to create ubuntu-sdk-14.10 click chroot

2014-10-03 Thread Chris Wayne
Oops, I'd forgotten to pipe stderr too:

/var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
dpkg: error processing package install-info (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 install-info
E: Sub-process /usr/bin/dpkg returned an error code (1)
Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf -- 
/finish.sh

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

Title:
  Unable to create ubuntu-sdk-14.10 click chroot

Status in The Savilerow project:
  Confirmed
Status in “click” package in Ubuntu:
  New

Bug description:
  click 0.4.32.1 running on 14.04

  I can't create a click chroot, when I try to run sudo click chroot -a
  armhf -f ubuntu-sdk-14.10 -s utopic create, I get:

  The following packages will be upgraded:
gnupg
  1 upgraded, 0 newly installed, 0 to remove and 851 not upgraded.
  Need to get 0 B/610 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  debconf: delaying package configuration, since apt-utils is not installed
  (Reading database ... 107562 files and directories currently installed.)
  Preparing to unpack .../gnupg_1.4.16-1.2ubuntu1_amd64.deb ...
  Unpacking gnupg (1.4.16-1.2ubuntu1) over (1.4.16-1ubuntu2.1) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  debconf: unable to initialize frontend: Dialog
  debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
  debconf: falling back to frontend: Readline
  Processing triggers for install-info (5.2.0.dfsg.1-2) ...
  /var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
  dpkg: error processing package install-info (--unpack):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   install-info
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf 
-- /finish.sh
  Traceback (most recent call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 473, in create
  self.full_name, ret_code))
  click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-14.10-armhf' (exit status 100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1377278/+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 1377278] Re: Unable to create ubuntu-sdk-14.10 click chroot

2014-10-03 Thread Chris Wayne
** Attachment added: chroot-out
   
https://bugs.launchpad.net/savilerow/+bug/1377278/+attachment/4223912/+files/chroot-out

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

Title:
  Unable to create ubuntu-sdk-14.10 click chroot

Status in The Savilerow project:
  Confirmed
Status in “click” package in Ubuntu:
  New

Bug description:
  click 0.4.32.1 running on 14.04

  I can't create a click chroot, when I try to run sudo click chroot -a
  armhf -f ubuntu-sdk-14.10 -s utopic create, I get:

  The following packages will be upgraded:
gnupg
  1 upgraded, 0 newly installed, 0 to remove and 851 not upgraded.
  Need to get 0 B/610 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  debconf: delaying package configuration, since apt-utils is not installed
  (Reading database ... 107562 files and directories currently installed.)
  Preparing to unpack .../gnupg_1.4.16-1.2ubuntu1_amd64.deb ...
  Unpacking gnupg (1.4.16-1.2ubuntu1) over (1.4.16-1ubuntu2.1) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  debconf: unable to initialize frontend: Dialog
  debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
  debconf: falling back to frontend: Readline
  Processing triggers for install-info (5.2.0.dfsg.1-2) ...
  /var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
  dpkg: error processing package install-info (--unpack):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   install-info
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf 
-- /finish.sh
  Traceback (most recent call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 473, in create
  self.full_name, ret_code))
  click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-14.10-armhf' (exit status 100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1377278/+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 1377278] Re: Unable to create ubuntu-sdk-14.10 click chroot

2014-10-03 Thread Chris Wayne
** Changed in: savilerow
   Status: Confirmed = Invalid

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

Title:
  Unable to create ubuntu-sdk-14.10 click chroot

Status in The Savilerow project:
  Invalid
Status in “click” package in Ubuntu:
  Invalid

Bug description:
  click 0.4.32.1 running on 14.04

  I can't create a click chroot, when I try to run sudo click chroot -a
  armhf -f ubuntu-sdk-14.10 -s utopic create, I get:

  The following packages will be upgraded:
gnupg
  1 upgraded, 0 newly installed, 0 to remove and 851 not upgraded.
  Need to get 0 B/610 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  debconf: delaying package configuration, since apt-utils is not installed
  (Reading database ... 107562 files and directories currently installed.)
  Preparing to unpack .../gnupg_1.4.16-1.2ubuntu1_amd64.deb ...
  Unpacking gnupg (1.4.16-1.2ubuntu1) over (1.4.16-1ubuntu2.1) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  debconf: unable to initialize frontend: Dialog
  debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
  debconf: falling back to frontend: Readline
  Processing triggers for install-info (5.2.0.dfsg.1-2) ...
  /var/lib/dpkg/info/install-info.postinst: 32: 
/var/lib/dpkg/info/install-info.postinst: update-info-dir: not found
  dpkg: error processing package install-info (--unpack):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   install-info
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf 
-- /finish.sh
  Traceback (most recent call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 473, in create
  self.full_name, ret_code))
  click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-14.10-armhf' (exit status 100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1377278/+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 1376445] Re: Addition of signon-apparmor-extension causes token lookup problems

2014-10-02 Thread Chris Wayne
@mardy
I'm also seeing this in other account plugins (namely fitbit and flickr).  Is 
there any way to add unconfined to the ACL there?

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

Title:
  Addition of signon-apparmor-extension causes token lookup problems

Status in The Savilerow project:
  New
Status in “ubuntuone-credentials” package in Ubuntu:
  Triaged
Status in “ubuntuone-credentials” package in Ubuntu RTM:
  Triaged

Bug description:
  As of image ~264 of ubuntu-touch, the signon-apparmor-extension
  package is included. As a result, apps like pay-ui cannot find the
  token any longer, and are not being notified that they are not allowed
  to access the token. The following error appears in the payui log
  file:

  2014-10-01 19:15:51,550 - DEBUG -
  ../../../../lib/SignOn/authsessionimpl.cpp 184 errorSlot
  QDBusError(com.google.code.AccountsSSO.SingleSignOn.Error.PermissionDenied,
  Client has insuficient permissions to access the
  service.Method:getAuthSessionObjectPath)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1376445/+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 1376445] Re: Addition of signon-apparmor-extension causes token lookup problems

2014-10-01 Thread Chris Wayne
This is affecting some of our custom scopes that use online accounts as
well.

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

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

Title:
  Addition of signon-apparmor-extension causes token lookup problems

Status in The Savilerow project:
  New
Status in “ubuntuone-credentials” package in Ubuntu:
  Triaged
Status in “ubuntuone-credentials” package in Ubuntu RTM:
  Triaged

Bug description:
  As of image ~264 of ubuntu-touch, the signon-apparmor-extension
  package is included. As a result, apps like pay-ui cannot find the
  token any longer, and are not being notified that they are not allowed
  to access the token. The following error appears in the payui log
  file:

  2014-10-01 19:15:51,550 - DEBUG -
  ../../../../lib/SignOn/authsessionimpl.cpp 184 errorSlot
  QDBusError(com.google.code.AccountsSSO.SingleSignOn.Error.PermissionDenied,
  Client has insuficient permissions to access the
  service.Method:getAuthSessionObjectPath)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1376445/+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 1375822] [NEW] Settings go over header when scrolling

2014-09-30 Thread Chris Wayne
Public bug reported:

Settings list needs to be clipped so that it doesn't go over the header
when scrolling

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 (not installed)
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Sep 30 10:08:16 2014
InstallationDate: Installed on 2013-04-26 (521 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: savilerow
 Importance: Undecided
 Status: Confirmed

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


** Tags: amd64 apport-bug utopic

** Attachment added: runover.png
   
https://bugs.launchpad.net/bugs/1375822/+attachment/4220363/+files/runover.png

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

** Changed in: savilerow
   Status: New = Confirmed

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

Title:
  Settings go over header when scrolling

Status in The Savilerow project:
  Confirmed
Status in “unity8” package in Ubuntu:
  New

Bug description:
  Settings list needs to be clipped so that it doesn't go over the
  header when scrolling

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Sep 30 10:08:16 2014
  InstallationDate: Installed on 2013-04-26 (521 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1375822/+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 1376044] [NEW] Ubuntu button on launcher is hardcoded to click scope

2014-09-30 Thread Chris Wayne
Public bug reported:

The Ubuntu button should bring the user to their first favorite scope,
rather than always the click scope

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 (not installed)
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Sep 30 19:11:58 2014
InstallationDate: Installed on 2013-04-26 (522 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

** Summary changed:

- Ubuntu button on launcheris hardcoded to click scope
+ Ubuntu button on launcher is hardcoded to click scope

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

Title:
  Ubuntu button on launcher is hardcoded to click scope

Status in “unity8” package in Ubuntu:
  New

Bug description:
  The Ubuntu button should bring the user to their first favorite scope,
  rather than always the click scope

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Sep 30 19:11:58 2014
  InstallationDate: Installed on 2013-04-26 (522 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1376044/+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] [NEW] Scope Registry fails when aggregating an aggregator

2014-09-30 Thread Chris Wayne
Public bug reported:

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

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

** Attachment added: com.canonical.scopes.dashboard_0.9_all.click
   
https://bugs.launchpad.net/bugs/1376054/+attachment/4220921/+files/com.canonical.scopes.dashboard_0.9_all.click

-- 
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:
  New

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 1371574] [NEW] After installing clicks to /custom/click, /usr/share/click/preinstalled version are still preferred

2014-09-19 Thread Chris Wayne
Public bug reported:

This occurs while moving click apps from the rootfs into the custom
tarball.  Because of this some apps fail to launch.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: click 0.4.32.1
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 19 07:53:58 2014
InstallationDate: Installed on 2013-04-26 (510 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: click
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: click (Ubuntu)
 Importance: Critical
 Assignee: Colin Watson (cjwatson)
 Status: In Progress


** Tags: amd64 apport-bug rtm14 utopic

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

Title:
  After installing clicks to /custom/click,
  /usr/share/click/preinstalled version are still preferred

Status in “click” package in Ubuntu:
  In Progress

Bug description:
  This occurs while moving click apps from the rootfs into the custom
  tarball.  Because of this some apps fail to launch.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: click 0.4.32.1
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 19 07:53:58 2014
  InstallationDate: Installed on 2013-04-26 (510 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: click
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1371574/+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 1359793] Re: Pageheader logo is blank when launching a preview from aggregator

2014-09-09 Thread Chris Wayne
When I logged the bug, the pageheader was completely blank (no image or
words at all).  If it shows the Aggregator's pageheader now that's
totally fine, it just definitely shouldn't be blank (as it was at the
time)

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

Title:
  Pageheader logo is blank when launching a preview from aggregator

Status in Ubuntu UX bugs:
  New
Status in “unity8” package in Ubuntu:
  Incomplete

Bug description:
  When opening a preview from an aggregator, the pageheader logo is
  blank

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140817-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 21 15:39:25 2014
  InstallationDate: Installed on 2014-05-09 (104 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (56 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1359793/+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 1359793] [NEW] Pageheader logo is blank when launching a preview from aggregator

2014-08-21 Thread Chris Wayne
Public bug reported:

When opening a preview from an aggregator, the pageheader logo is blank

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20140817-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
Uname: Linux 3.16.0-9-generic x86_64
ApportVersion: 2.14.6-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug 21 15:39:25 2014
InstallationDate: Installed on 2014-05-09 (104 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: unity8
SystemImageInfo: Error: [Errno 2] No such file or directory: 'system-image-cli'
UpgradeStatus: Upgraded to utopic on 2014-06-26 (56 days ago)

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

** Affects: unity8
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug utopic

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

** Also affects: ubuntu-ux
   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/1359793

Title:
  Pageheader logo is blank when launching a preview from aggregator

Status in Ubuntu UX bugs:
  New
Status in The Unity 8 shell:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  When opening a preview from an aggregator, the pageheader logo is
  blank

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140817-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 21 15:39:25 2014
  InstallationDate: Installed on 2014-05-09 (104 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (56 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1359793/+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 1349950] Re: Preview text widget isn't automatically wrapped

2014-07-30 Thread Chris Wayne
This is an example of the description we'd get from the etsy API:

description: This is a thick cream to be used on face as well as
body.\r\nThe  latest fad in skincare.. Probiotics.  not only are they
good for the inside but the outside skin as well.\r\n\r\nI will add
kombucha tea .\r\nRemember to store in the refrigerator -probiotics have
a shorter shelf life. There is a preservative that will not kill the
good bacteria.  It will not last long term.  Will last about 4-6
weeks.\r\n\r\nSo great for the skin and so many companies are now using
it in professional lines.\r\n\r\nThe kombucha for skincare--fermented
tea-\r\nBoth the glucoronic and lactic-acid compounds in kombucha are
considered beneficial to the skin's dermal layer, helping it maintain
moisture and elasticity.Kombucha tea can also be used as a prophylactic
against blemishes and as a way to even skin tone also beneficial for
eczema and itchy skin.\r\n\r\nIn Skin-Care Products\r\nThese properties
are one reason why kombucha extract is used in a number of skin-care
products, including creams, lotions and exfoliating scrubs. Applying
kombucha topically to the skin is thought to enhance the skin's overall
appearance by making it appear smoother and more even in tone and
texture\r\ntopical antibiotic. It also contains b vitamins which also
improve skin function. \r\n\r\nYou will get an 8 oz. container.  The
cream will also be made with jojoba oil, distilled water, emulsifying
wax, vit e, citric acid, cinnamon and preservative.  aloe vera,
glycerine.\r\n\r\nStore in refrigerator and enjoy all the benefits.,

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

Title:
  Preview text widget isn't automatically wrapped

Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Im populating a preview with text received from the etsy API, and it's
  being run off the screen and not wrapped automatically.  See
  screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.89+14.10.20140624-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 29 12:57:35 2014
  InstallationDate: Installed on 2014-05-09 (81 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1349950/+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 1349950] Re: Preview text widget isn't automatically wrapped

2014-07-30 Thread Chris Wayne
** Attachment added: com.canonical.scopes.etsy_1.0.13_armhf.click
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1349950/+attachment/4165777/+files/com.canonical.scopes.etsy_1.0.13_armhf.click

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

Title:
  Preview text widget isn't automatically wrapped

Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Im populating a preview with text received from the etsy API, and it's
  being run off the screen and not wrapped automatically.  See
  screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.89+14.10.20140624-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 29 12:57:35 2014
  InstallationDate: Installed on 2014-05-09 (81 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

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


Re: [Touch-packages] [Bug 1349950] Re: Preview text widget isn't automatically wrapped

2014-07-30 Thread Chris Wayne
I think header should wrap rather than truncate, as some result titles can
be quite long, and often get truncated in the preview


On Wed, Jul 30, 2014 at 9:46 AM, Albert Astals Cid 
albert.ast...@canonical.com wrote:

 You are using the header preview widget instead of the text one.
 Please use text.

 Now we need to think if header should wrap or not.

 Saviq?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1349950

 Title:
   Preview text widget isn't automatically wrapped

 Status in “unity8” package in Ubuntu:
   Confirmed

 Bug description:
   Im populating a preview with text received from the etsy API, and it's
   being run off the screen and not wrapped automatically.  See
   screenshot

   ProblemType: Bug
   DistroRelease: Ubuntu 14.10
   Package: unity8 7.89+14.10.20140624-0ubuntu1
   ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
   Uname: Linux 3.15.0-6-generic x86_64
   ApportVersion: 2.14.3-0ubuntu2
   Architecture: amd64
   CurrentDesktop: Unity
   Date: Tue Jul 29 12:57:35 2014
   InstallationDate: Installed on 2014-05-09 (81 days ago)
   InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64
 (20140417)
   SourcePackage: unity8
   UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1349950/+subscriptions


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

Title:
  Preview text widget isn't automatically wrapped

Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Im populating a preview with text received from the etsy API, and it's
  being run off the screen and not wrapped automatically.  See
  screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.89+14.10.20140624-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 29 12:57:35 2014
  InstallationDate: Installed on 2014-05-09 (81 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1349950/+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 1350398] [NEW] Pageheader.Background overflows

2014-07-30 Thread Chris Wayne
Public bug reported:

When searching in a scope that has PageHeader.Background set, the
background overflows over the nav bar into the main body of the scope.
Screenshot: http://people.canonical.com/~cwayne/overflow.png

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 7.90+14.10.20140725-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
Uname: Linux 3.16.0-3-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jul 30 10:58:59 2014
InstallationDate: Installed on 2013-04-26 (460 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-06-10 (50 days ago)

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


** Tags: amd64 apport-bug third-party-packages utopic

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

Title:
  Pageheader.Background overflows

Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  When searching in a scope that has PageHeader.Background set, the
  background overflows over the nav bar into the main body of the scope.
  Screenshot: http://people.canonical.com/~cwayne/overflow.png

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.90+14.10.20140725-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
  Uname: Linux 3.16.0-3-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul 30 10:58:59 2014
  InstallationDate: Installed on 2013-04-26 (460 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-10 (50 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1350398/+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 1349950] [NEW] Preview text widget isn't automatically wrapped

2014-07-29 Thread Chris Wayne
Public bug reported:

Im populating a preview with text received from the etsy API, and it's
being run off the screen and not wrapped automatically.  See screenshot

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 7.89+14.10.20140624-0ubuntu1
ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
Uname: Linux 3.15.0-6-generic x86_64
ApportVersion: 2.14.3-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 29 12:57:35 2014
InstallationDate: Installed on 2014-05-09 (81 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: unity8
UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

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


** Tags: amd64 apport-bug third-party-packages utopic

** Attachment added: etsy-search-preview.png
   
https://bugs.launchpad.net/bugs/1349950/+attachment/4165268/+files/etsy-search-preview.png

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

Title:
  Preview text widget isn't automatically wrapped

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Im populating a preview with text received from the etsy API, and it's
  being run off the screen and not wrapped automatically.  See
  screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.89+14.10.20140624-0ubuntu1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 29 12:57:35 2014
  InstallationDate: Installed on 2014-05-09 (81 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1349950/+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 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-21 Thread Chris Wayne
** Also affects: savilerow
   Importance: Undecided
   Status: New

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

Title:
  [webapps] should enable access to dbus org.freedesktop.Application

Status in The Savilerow project:
  New
Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  New

Bug description:
  Webapps recently add the capability to be invoked  open to custom
  urls (not default), but the apparmor profile needs to be updated to
  enable the org.freedesktop.Application dbus if to be accessed/created:

  Jul 15 13:57:14 ubuntu-phablet dbus[2689]: apparmor=DENIED
  operation=dbus_bind  bus=session
  name=org.freedesktop.Application mask=bind pid=28561
  profile=com.ubuntu.developer.webapps.webapp-gmail_webapp-
  gmail_1.0.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1342129/+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 1337508] Re: All review widgets are changable

2014-07-14 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  All review widgets are changable

Status in The Savilerow project:
  Fix Released
Status in “unity-scope-click” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  When a reviews widget exists in a preview, it's always changable by
  the user, even when it's not a rating-input widget.  When a reviews
  widget is showing someone else's review, it shouldn't be changable

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 (not installed)
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  3 14:52:57 2014
  InstallationDate: Installed on 2013-04-26 (433 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: unity8
  UpgradeStatus: Upgraded to utopic on 2014-06-10 (23 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1337508/+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 1326467] Re: Need vertical journal category layout to improve single-column views.

2014-07-14 Thread Chris Wayne
** Changed in: savilerow
   Status: New = Fix Released

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

Title:
  Need vertical journal category layout to improve single-column views.

Status in The Savilerow project:
  Fix Released
Status in The Unity 8 shell:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  When the results are shown as horizontal cards, there is way too large
  of a gap in between results

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