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

2016-10-06 Thread Jenkins Bot
Fix committed into lp:ubuntu-filemanager-app at revision 574, scheduled
for release in ubuntu-filemanager-app, milestone alpha-1

** Changed in: ubuntu-filemanager-app
   Status: In Progress => Fix Committed

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

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

Status in Ubuntu File Manager App:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in dialer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Fix Committed
Status in ubuntu-terminal-app package in Ubuntu:
  New
Status in unity-scope-click package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

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

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

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

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

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

-- 
Mailing list: https://launchpad.net/~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 1577277] Re: Document Viewer app freezes/crashes on clicking back from pdf files

2016-09-07 Thread Jenkins Bot
Fix committed into lp:ubuntu-docviewer-app at revision 350, scheduled
for release in ubuntu-docviewer-app, milestone ww02-2016

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

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

Title:
  Document Viewer app freezes/crashes on clicking back from pdf files

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Document Viewer App:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Device: mako
  Channel: rc-proposed

  App freezes every time on clicking back arrow when trying to close pdf files 
and go back to the documents list.
  The only solution seems to be closing the app every time I want to open other 
pdf.
  On some occasions, the app will crash by itself when getting out of an pdf.

  [EDIT]:
  Former DocViewer contributor Stefano Verzegnassi took a look at this bug so 
I'll just paste his response here:

  I've found a few minutes for having a look at this issue, and I guess
  this has nothing to do with Document Viewer. The component which
  causes the issue hasn't received any update since an year.

  The issue in the DocViewer seems to be the same described in bug
  #1568016, which sounds to me as a regression in the UI Toolkit.

  During the last months a lot of regressions have been introduced with any 
UITK update, because critical changes are directly committed to a stable target.
  As long as core apps should always target the latest version of the toolkit, 
it should also be granted that a new toolkit update does not break any core app 
functionality.

  Anyway, since the UITK team is actually rewriting many components, I
  suspect the faulty component of the PDF viewer should be entirely
  rewritten too, since there's a small chance the issue gets fixed
  upstream (and that's what they did with the issue at the link below).

  I'm no more an active contributor of the Ubuntu Document Viewer, and
  whoever will join the team should also take care of fixing this.

  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-
  toolkit/+bug/1568016

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1577277/+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 1588252] Re: [File Manager] Display issue: big white gap below header (portrait) & top gets cut off (landscape) after OTA-11

2016-06-09 Thread Jenkins Bot
Fix committed into lp:ubuntu-filemanager-app at revision 542, scheduled
for release in ubuntu-filemanager-app, milestone alpha-1

** Changed in: ubuntu-filemanager-app
   Status: In Progress => Fix Committed

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

Title:
  [File Manager] Display issue: big white gap below header (portrait) &
  top gets cut off (landscape) after OTA-11

Status in Canonical System Image:
  In Progress
Status in Ubuntu File Manager App:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  After the OTA-11 update, File Manager shows a big white space just below the 
header in portrait mode.
  https://launchpadlibrarian.net/262898404/screenshot20160602_150103754.png

  And also as Davide mentioned, top part goes off the display in landscape mode.
  https://launchpadlibrarian.net/262958275/screenshot20160602_184130460.png

  This only happens on E4.5 and E5, not on MX4 or M10
  0.4.525 of file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588252/+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 1563742] Re: Calendar date-times incoherences when DST occurs on 27th March

2016-04-06 Thread Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 817, scheduled for
release in ubuntu-calendar-app, milestone 0.5

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

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

Title:
  Calendar date-times incoherences when DST occurs on 27th March

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Fix Committed
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'd rather to create another bug-id even if the Bug #1562891 seems
  similar at first sight (Time-date & Calendar issue UTC/Local),
  but I've noticed an issue about times displayed in Calendar-app:
  the time is incoherent between the displays.

  BUG DESCRIPTION :

  When DST changed from UTC+1 to UTC+2 , the times displayed
  for an events serie is not coherent, like it is shown in the joined 
  screenshots numbered from 1 to 5. You can realize:

  1- The DST changed from UTC+1 to UTC+2 (Europe/Paris),
  and 'Set the time and date' is Automatically.

  2- This screenshot show that now the event has changed
  to 13:00 - 13:05 . Originally it was set at 12:00 - 12:05

  3-  This window shows that the event (dated 30 March)
  can be modified but it is set at 13:00 - 13:05 

  4- Now I edit this event with the funtion 'Edit series'...

  5- The page shown, now displays the 9th March
  at 12:00 - 12:05.  Which is incoherent.

  WHAT THE LAST WINDOW SHOULD DISPLAY :

  1- A page with a date of 30 March with a time 12:00 - 12:05.

  2 -if I edit any event starting from the 27th March,
  all the notifications should display 12:00 - 12:05
  because originally it was set at this time. 

  3- If I edit an event, say the 30th March and I
  decide to change it to 12:30 - 12:35 , all
  occurring serie from 30th March should
  be modified from 30th March.
  And as well, all occurring serie before 30th March 
  should be unchanged.

  CONCLUSION:

  The user should not have to change the time set even when
  the DST occurred. An event set to 12:00 before a DST
  should remain to 12:00 after a DST.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563742/+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 1554621] Re: Invalid use of palette apparent with new SDK

2016-03-22 Thread Jenkins Bot
Fix committed into lp:ubuntu-filemanager-app at revision None, scheduled
for release in ubuntu-filemanager-app, milestone alpha-1

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

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

Title:
  Invalid use of palette apparent with new SDK

Status in address-book-app:
  Confirmed
Status in Canonical System Image:
  Confirmed
Status in messaging-app:
  Confirmed
Status in Ubuntu Music App:
  Fix Committed
Status in Tagger:
  New
Status in Telegram app:
  Confirmed
Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu File Manager App:
  Fix Committed
Status in camera-app package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  The content hub uses the wrong palette values for text (which becomes
  apparent with new UITK), see screenshot.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: content-hub 0.1+15.04.20160129.1-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 18:00:22 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: content-hub
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1554621/+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 1554621] Re: Invalid use of palette apparent with new SDK

2016-03-22 Thread Jenkins Bot
Fix committed into lp:music-app at revision 994, scheduled for release
in music-app, milestone ota10

** Changed in: music-app
   Status: In Progress => Fix Committed

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

Title:
  Invalid use of palette apparent with new SDK

Status in address-book-app:
  Confirmed
Status in Canonical System Image:
  Confirmed
Status in messaging-app:
  Confirmed
Status in Ubuntu Music App:
  Fix Committed
Status in Tagger:
  New
Status in Telegram app:
  Confirmed
Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu File Manager App:
  Fix Committed
Status in camera-app package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  The content hub uses the wrong palette values for text (which becomes
  apparent with new UITK), see screenshot.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: content-hub 0.1+15.04.20160129.1-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 18:00:22 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: content-hub
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1554621/+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 1548989] Re: [regression] Mir stops receiving input after a pause/resume cycle

2016-02-24 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.21.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Mir stops receiving input after a pause/resume cycle

Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Invalid
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Mir stops receiving input after a pause/resume cycle, like when
  switching away and back to the VT a mir demo server is running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1548989/+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 1539009] Re: Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

2016-02-23 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.21.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

Status in Mir:
  Fix Committed
Status in QtMir:
  Invalid
Status in mir package in Ubuntu:
  Triaged
Status in qtmir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Logging in to Unity8 on desktop (xenial) the mouse cursor moves
  glacially slow. I have to move the mouse across the whole desk to get
  anywhere. This is surprising given bug 1524145 shows the opposite is
  happening in the Mir demo servers.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.11+16.04.20160122-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 28 18:32:27 2016
  InstallationDate: Installed on 2015-12-03 (56 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151202)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1539009/+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 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-02-22 Thread Jenkins Bot
Fix committed into lp:music-app at revision 972, scheduled for release
in music-app, milestone ota9

** Changed in: music-app
   Status: In Progress => Fix Committed

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  Fix Committed
Status in Ubuntu UX:
  Fix Released
Status in unity-greeter package in Ubuntu:
  Invalid
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-02-18 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.21.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Mir servers crash if I press the side mouse button (thumb)

Status in Mir:
  Fix Committed
Status in Mir 0.19 series:
  Triaged
Status in Mir 0.20 series:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Mir servers crash if I press the side mouse button (thumb).

  There are two of them on the side of my Intellimouse Explorer 3.0. The
  kernel calls them BTN_SIDE and BTN_EXTRA. And X calls them buttons 8
  and 9.

  When the crash happens I see in unity8.log:

  [1455268365.782990]  MirSurfaceAPI: Caught exception at client library 
boundary (in mir_surface_release): 
/build/mir-wMQ7xO/mir-0.19.2+16.04.20160210/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: Failed to send message to server: Broken pipe
  32, "Broken pipe"
  *** Error in `unity8': free(): invalid size: 0x7fcb4c03fe90 ***

  Also happens with the Mir demo servers; they segfault but without a
  usable stack trace due to exception handling.

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

2016-02-17 Thread Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision None, scheduled
for release in ubuntu-calendar-app, milestone rtm14

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
Mailing list: https://launchpad.net/~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 1474078] Re: Provide a way to disable notifications from calendar events

2016-02-17 Thread Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 758, scheduled for
release in ubuntu-calendar-app, milestone rtm14

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

Title:
  Provide a way to disable notifications from calendar events

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  While I like having the calendar on the phone I do not want an audible 
notification for the events. 
  Would we simply add the calendar app to the Notifications page?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1474078/+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 1515067] Re: Redundant requests for artist art

2016-02-15 Thread Jenkins Bot
Fix committed into lp:music-app at revision None, scheduled for release
in music-app, milestone ota9

** Changed in: music-app
   Status: In Progress => Fix Committed

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

Title:
  Redundant requests for artist art

Status in Ubuntu Music App:
  Fix Committed
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  I'm seeing redundant requests in the thumbnailer for every artist. For
  example:

  thumbnailer-service: [00:33:58.397] "artist: Mamady Keïta/Afö (512,512): 
5.732672 [q: 4.476239, d: 1.065771] sec (MISS)"
  thumbnailer-service: [00:33:58.439] "artist: Mamady Keïta/ (512,512): 
5.774881 [q: 3.434976, d: 2.267816] sec (MISS)"

  thumbnailer-service: [00:33:56.041] "artist: Passport/ (512,512): 3.741614 
[d: 3.681184] sec (MISS)"
  thumbnailer-service: [00:33:56.144] "artist: Passport/Passport to Paradise 
(512,512): 3.480054 [d: 3.446207] sec (MISS)"

  thumbnailer-service: [00:34:02.958] "artist: Pink Floyd/The Dark Side Of The 
Moon [2011 - Remaster] (512,512): 10.288417 [q: 6.923973, d: 3.262566] sec 
(MISS)"
  thumbnailer-service: [00:34:04.315] "artist: Pink Floyd/ (512,512): 11.646238 
[q: 10.182878, d: 1.348939] sec (MISS)"

  For every artist, it appears that a request is sent for the artist
  with an empty album title, plus a request for the artist with an album
  title. This is not great because it results in two remote server
  accesses for each artist. This hammers the CPU and the network on the
  phone, as well as the server on dash.ubuntu.com.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1515067/+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 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-02-13 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3314, scheduled for release in
mir, milestone 0.21.0

** Changed in: mir
   Status: Confirmed => Fix Committed

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

Title:
  [regression] mouse pointer support on emulator is broken

Status in Client Developer Experience:
  New
Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Opinion
Status in android package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  STEPS:
  1. Flash with sudo ubuntu-emulator create --channel ubuntu-touch/rc/ubuntu 
rc-test
  2. Wait for it to build
  3. Run with ubuntu-emulator run rc-test
  4. Starts up but the mouse never moves meaning you can't leave the first page 
of the welcome wizard

  EXPECTED:
  I expect the emulator cursor to follow the mouse cursor and be able to click 
on things

  ACTUAL:
  Emulator cursors stay in the top left preventing movement.

  As noted below F6 toggles the input mode.
  The pointer movement is quite slow and jerky.
  You also can no longer initiate an edge swipe even in trackball mode.

  This is a major regression from how the emulator used to perform.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1517597/+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 1543495] Re: boot splash not in native orientation

2016-02-11 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 276, scheduled
for release in unity-system-compositor, milestone 0.5.0

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  boot splash not in native orientation

Status in The Avila project:
  Confirmed
Status in Canonical System Image:
  Confirmed
Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  In Progress

Bug description:
  When the frieza is booted, the 'ubuntu + dots' splash from unity is
  displayed in portrait.

  The natural (out of the box) orientation for this device is landscape.

  I expected the splash to display in landscape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1543495/+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 1517205] Re: [mali gpu] egl_demo_client_flicker has graphics corruption on android

2016-02-09 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3297, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [mali gpu] egl_demo_client_flicker has graphics corruption on android

Status in The Avila project:
  New
Status in Canonical Pocket Desktop:
  In Progress
Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Investigation of lp: #1406725 yielded two different problems, this is
  the second problem that affected mir_demo_client_flicker most heavily.

  When running mir_demo_client_flicker against "mir_demo_server
  --disable-overlays true", you could see cache-line artifacts, as well
  as an occasional tile-render-gpu artifact displayed on screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1517205/+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 1538632] Re: ui freezes when simultaneously moving mouse & plug/unplug hdmi

2016-02-03 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  ui freezes when simultaneously moving mouse & plug/unplug hdmi

Status in canonical-pocket-desktop:
  In Progress
Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  confirmed to happen in latest image with usc0.3 and previous images
  with usc0.2

  steps
  1) flash ubuntu-touch/rc-proposed/ubuntu-pd
  2) connect bt mouse and see unity8 go into windowed mode
  3)  move mouse about screen while at the same time connect slimport hdmi cable

  ui will then freeze but seems content, let it sit for 30 min no reboot or 
restart, no crash files, power button does not do anything.
  It's also possible to have the slimport already connected - move mouse around 
disconnect, the ui will freeze altho in this case unity8 always seems to 
restart.

  There are no usc crash files.

  The problem is a dead lock on the Display/DisplaySyncGroup mutexes
  between CompositingFunctor->SystemWindowManager->GraphicsDisplayLayout
  and DisplayInputRegion.

  Thread 6 (Thread 0xb0dff3d0 (LWP 1530)):
  #0  0xb6cd5d44 in __libc_do_syscall () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
  No symbol table info available.
  #1  0xb6cd395c in __lll_lock_wait () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
  No symbol table info available.
  #2  0xb6ccf19e in pthread_mutex_lock () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
  No symbol table info available.
  #3  0xb6426f02 in __gthread_mutex_lock (__mutex=0x1b34f14)
  at /usr/include/arm-linux-gnueabihf/c++/4.9/bits/gthr-default.h:748
  No locals.
  #4  lock (this=0x1b34f14) at /usr/include/c++/4.9/mutex:135
  No locals.
  #5  lock_guard (__m=..., this=0xb0dfeaf0) at /usr/include/c++/4.9/mutex:377
  No locals.
  #6  mir::graphics::android::Display::configuration (this=0x1b34ef8)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/platforms/android/server/display.cpp:231
  lock = {_M_device = @0x1b34f14}
  #7  0xb6e656ca in mir::shell::GraphicsDisplayLayout::place_in_output 
(this=, id=..., 
  rect=...)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/server/shell/graphics_display_layout.cpp:72
  config = std::unique_ptr 
containing 0xb6eb69c8
  placed = false
  #8  0xb6e6a888 in mir::shell::SystemCompositorWindowManager::add_display 
(this=0x1d07b24)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/server/shell/system_compositor_window_manager.cpp:1
output_id = 
  rect = {top_left = {x = {value = 0}, y = {value = 0}}, size = {width 
= {value = 768}, height = {
value = 1280}}}
  surface = std::shared_ptr (count 3, weak 4) 0x0
  __for_range = 
  lock = {_M_device = @0x1d07b3c}
  #9  0xb6e1ab32 in operator() (buffer=..., __closure=)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/server/compositor/multi_threaded_compositor.cpp:96
  No locals.
  #10 std::_Function_handler::_M_invoke(std::_Any_data 
const&, mir::graphics::DisplayBuffer&) (__functor=..., __args#0=...)
  at /usr/include/c++/4.9/functional:2039
  No locals.
  #11 0xb64288a8 in operator() (__args#0=..., this=0xb0dfeca0) at 
/usr/include/c++/4.9/functional:2439
  No locals.
  #12 
mir::graphics::android::DisplayGroup::for_each_display_buffer(std::function const&) (this=0x1b35024, f=...)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/platforms/android/server/display_group.cpp:51
  __for_range = std::map with 1 elements = {
[mir::graphics::android::DisplayName::primary] = 
std::unique_ptr containing 
0x1c0db40}
  lk = {_M_device = 0x1b35028, _M_owns = true}
  #13 0xb6e1b896 in operator() (__closure=)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/server/compositor/multi_threaded_compositor.cpp:96
  No locals.
  #14 PairedCalls (deleter=, creator=, 
this=0xb0dfec84)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/include/common/mir/raii.h:33
  No locals.
  #15 
paired_calls, 
mir::compositor::CompositingFunctor::operator()():: > 
(deleter=, creator=)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/include/common/mir/raii.h:66
  No locals.
  #16 mir::compositor::CompositingFunctor::operator() (this=0x1d112d8)
  at 
/build/mir-ua35pY/mir-0.19.0+15.04.20160126.1/src/server/compositor/multi_threaded_compositor.cpp:98
  disp_listener = std::shared_ptr (count 5, weak 2) 0x1d07aac
  display_registration = {deleter = {__this = 0x1d112d8, 
  __disp_listener = std::shared_ptr (count 5, weak 2) 0x1d07aac}, 
owner = true}
  compositor_registration = 
  compositors = std::vector of length 1, capacity 1 = {std::

[Touch-packages] [Bug 1528384] Re: unity-system-compositor crashed with std::runtime_error in mir::compositor::CompositingFunctor::wait_until_started() from usc::MirScreen::set_screen_power_mode (mir_

2016-02-02 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 274, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  unity-system-compositor crashed with std::runtime_error in
  mir::compositor::CompositingFunctor::wait_until_started() from
  usc::MirScreen::set_screen_power_mode (mir_power_mode_on)

Status in Canonical System Image:
  Confirmed
Status in Mir:
  In Progress
Status in Unity System Compositor:
  Fix Committed
Status in mir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  Top crash over past week (ww02) on errors.u.c for rc-proposed
  channels.

  Started with u-s-c 0.2.0+15.04.20151216.1-0ubuntu1

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-system-compositor.  This problem was most recently
  seen with version 0.2.0+15.04.20151216.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/7bcfcf599b35b264c0be45d5290ad9ae3c50adcf
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528384/+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 1527449] Re: Mir clients leak all driver modules including the unused ones, keeping them resident

2016-02-02 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3286, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: Fix Released => Fix Committed

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

Title:
  Mir clients leak all driver modules including the unused ones, keeping
  them resident

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Mir clients leak all driver modules including the unused ones, keeping
  them resident.

  $ sudo mir_demo_server
  $ sudo mir_demo_client_egltriangle
  $ sudo grep client- /proc/`pidof mir_demo_client_egltriangle`/maps
  7f7ff23e7000-7f7ff23f5000 r-xp  08:02 6050064
/usr/lib/x86_64-linux-gnu/mir/client-platform/mesa.so.3
  7f7ff23f5000-7f7ff25f5000 ---p e000 08:02 6050064
/usr/lib/x86_64-linux-gnu/mir/client-platform/mesa.so.3
  7f7ff25f5000-7f7ff25f6000 r--p e000 08:02 6050064
/usr/lib/x86_64-linux-gnu/mir/client-platform/mesa.so.3
  7f7ff25f6000-7f7ff25f7000 rw-p f000 08:02 6050064
/usr/lib/x86_64-linux-gnu/mir/client-platform/mesa.so.3
  7f7ff2c22000-7f7ff2c35000 r-xp  08:02 6051608
/usr/lib/x86_64-linux-gnu/mir/client-platform/android.so.3
  7f7ff2c35000-7f7ff2e35000 ---p 00013000 08:02 6051608
/usr/lib/x86_64-linux-gnu/mir/client-platform/android.so.3
  7f7ff2e35000-7f7ff2e36000 r--p 00013000 08:02 6051608
/usr/lib/x86_64-linux-gnu/mir/client-platform/android.so.3
  7f7ff2e36000-7f7ff2e37000 rw-p 00014000 08:02 6051608
/usr/lib/x86_64-linux-gnu/mir/client-platform/android.so.3

  I think this also explains bug 1526658 as some people might also have
  mesa.so.2 still installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1527449/+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 1526658] Re: Mir clients (including Unity8 itself) crash in XGetXCBConnection() if multiple versions of mir-client-platform-mesa are installed.

2016-02-02 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: Fix Released => Fix Committed

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

Title:
  Mir clients (including Unity8 itself) crash in XGetXCBConnection() if
  multiple versions of mir-client-platform-mesa are installed.

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  The mir egl platform fails to load under certain circumstances
  producing the following stack trace:

  #0  0x73a996e7 in XGetXCBConnection () from 
/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1
  #1  0x7534dc74 in dri2_initialize_x11_dri2 (drv=, 
disp=0x6d1b90) at ../../../../src/egl/drivers/dri2/platform_x11.c:1268
  #2  dri2_initialize_x11 (drv=, disp=0x6d1b90) at 
../../../../src/egl/drivers/dri2/platform_x11.c:1357
  #3  0x75347adf in _eglMatchAndInitialize (dpy=0x6d1b90) at 
../../../../src/egl/main/egldriver.c:261
  #4  0x75347b99 in _eglMatchDriver (dpy=dpy@entry=0x6d1b90, 
test_only=test_only@entry=0) at ../../../../src/egl/main/egldriver.c:292
  #5  0x75343b32 in eglInitialize (dpy=0x6d1b90, major=0x7fffdac8, 
minor=0x7fffdacc) at ../../../../src/egl/main/eglapi.c:482
  #6  0x7686cc1f in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #7  0x7686cd7b in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #8  0x7686d420 in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #9  0x759dd82c in 
mir::graphics::OverlappingOutputGrouping::for_each_group(std::function const&) () from 
/usr/lib/x86_64-linux-gnu/libmirplatform.so.11
  #10 0x7686de6b in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #11 0x7686e450 in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #12 0x767fef3c in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #13 0x767ff87d in ?? () from 
/usr/lib/x86_64-linux-gnu/libmirserver.so.36
  #14 0x767fde31 in mir::DefaultServerConfiguration::the_display() () 
from /usr/lib/x86_64-linux-gnu/libmirserver.so.36

  In the given case a 0.17.1 mirclient9 was combined with a 0.18 mirserver36. 
mirserver36 is compatible with mirclient9. The mirserver36 works with 
mirclient9. The significant difference lies in the client and server platforms. 
The native display used for egl initialization is created by the server. Mesa 
then uses a function from the client platform to validate the native display. 
For yet unknown reason the 0.17.1 libmirclient9 did select mesa.so.2 (from 
mir-client-platform-mesa2 0.14). Thus the validation failed.
  It did so probably because that version was a left over of the 0.14 release 
with a partially bumped ABI. So the remaining issue is that there is an ABI we 
have to care about between the native EGL Display given to mesa, and the client 
platform that validates it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1526658/+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 1539268] Re: Display::create_gl_context may create context with incorrect attributes

2016-02-01 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Display::create_gl_context may create context with incorrect
  attributes

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  A context created by a nested display (through
  Display::create_gl_context) may have different attributes than the
  attributes used to create the context created and used by such display
  (and associated display buffers).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1539268/+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 1528384] Re: unity-system-compositor crashed with std::runtime_error in mir::compositor::CompositingFunctor::wait_until_started() from usc::MirScreen::set_screen_power_mode (mir_

2016-02-01 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  unity-system-compositor crashed with std::runtime_error in
  mir::compositor::CompositingFunctor::wait_until_started() from
  usc::MirScreen::set_screen_power_mode (mir_power_mode_on)

Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in Unity System Compositor:
  In Progress
Status in mir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  Top crash over past week (ww02) on errors.u.c for rc-proposed
  channels.

  Started with u-s-c 0.2.0+15.04.20151216.1-0ubuntu1

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-system-compositor.  This problem was most recently
  seen with version 0.2.0+15.04.20151216.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/7bcfcf599b35b264c0be45d5290ad9ae3c50adcf
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528384/+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 1507982] Re: [regression] OTA7 broke previously working app

2016-01-29 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: Won't Fix => Fix Committed

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

Title:
  [regression] OTA7 broke previously working app

Status in Canonical System Image:
  Won't Fix
Status in Mir:
  Fix Committed
Status in Mir 0.16 series:
  Won't Fix
Status in Mir 0.17 series:
  Won't Fix
Status in mir package in Ubuntu:
  Won't Fix

Bug description:
  OTA7 broke previously working app
  after OTA7 update on Meizu MX4, glmark2 stopped working 
https://uappexplorer.com/app/glmark2.sturmflut
  system updates should not break apps

  
  ~/.cache/upstart$ cat application-click-glmark2.sturmflut_glmark2_0.4.1.log
  libust[24877/24879]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24877/24879]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24877/24878]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24877/24878]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  Error: Couldn't connect to the Mir display server
  Error: main: Could not initialize canvas
  [1445336019.182277]  MirConnectionAPI: Caught exception at client 
library boundary (in release): 
/build/buildd/mir-0.13.3+15.04.20150617/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorIN3mir25socket_disconnected_errorE
  std::exception::what: Failed to send message to server: Broken pipe
  32, "Broken pipe"
  libust[24922/24923]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24922/24923]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24922/24924]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[24922/24924]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  Error: Couldn't connect to the Mir display server
  Error: main: Could not initialize canvas
  [1445336029.784398]  MirConnectionAPI: Caught exception at client 
library boundary (in release): 
/build/buildd/mir-0.13.3+15.04.20150617/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorIN3mir25socket_disconnected_errorE
  std::exception::what: Failed to send message to server: Broken pipe
  32, "Broken pipe"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507982/+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 1537798] Re: NestedServer.client_sees_set_scaling_factor intermittent failure

2016-01-28 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  NestedServer.client_sees_set_scaling_factor intermittent failure

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  https://mir-jenkins.ubuntu.com/job/mir-xenial-amd64-ci/135/consoleFull

  And ive seen it fail on other CI runs:

  11: [ OK ] NestedServer.shell_sees_set_scaling_factor (4539 ms)
  12:38:44 11: [ RUN ] NestedServer.client_sees_set_scaling_factor
  12:38:44 11: [1453725524.246945] mirserver: Starting
  12:38:44 11: [1453725524.247985] mirserver: Selected driver: dummy (version 
0.19.0)
  12:38:44 11: [1453725524.261749] mirserver: Using software cursor
  12:38:44 11: [1453725524.264347] mirserver: Selected input driver: 
mir:stub-input (version: 0.19.0)
  12:38:44 11: [1453725524.264837] mirserver: Mir version 0.19.0
  12:38:44 11: [1453725524.277504] mirserver: Starting
  12:38:44 11: [1453725524.283012] mirserver: Using nested cursor
  12:38:44 11: [1453725524.576879] mirserver: Initial display configuration:
  12:38:44 11: [1453725524.577826] mirserver: 1.1: VGA 0.0" 0x0mm
  12:38:44 11: [1453725524.577940] mirserver: Current mode 640x480 60.00Hz
  12:38:44 11: [1453725524.578037] mirserver: Preferred mode 640x480 60.00Hz
  12:38:44 11: [1453725524.578114] mirserver: Logical position +0+0
  12:38:44 11: [1453725524.578649] mirserver: 1.2: VGA 0.0" 0x0mm
  12:38:44 11: [1453725524.578751] mirserver: Current mode 1920x1080 60.00Hz
  12:38:44 11: [1453725524.578854] mirserver: Preferred mode 1920x1080 60.00Hz
  12:38:44 11: [1453725524.578925] mirserver: Logical position +640+0
  12:38:44 11: [1453725524.583100] mirserver: Mir version 0.19.0
  12:38:44 11: [1453725524.590109] mirserver: New display configuration:
  12:38:44 11: [1453725524.593785] mirserver: 1.1: VGA 0.0" 0x0mm
  12:38:44 11: [1453725524.593895] mirserver: Current mode 640x480 60.00Hz
  12:38:44 11: [1453725524.593989] mirserver: Preferred mode 640x480 60.00Hz
  12:38:44 11: [1453725524.594066] mirserver: Logical position +0+0
  12:38:44 11: [1453725524.594639] mirserver: 1.2: VGA 0.0" 0x0mm
  12:38:44 11: [1453725524.594752] mirserver: Current mode 1920x1080 60.00Hz
  12:38:44 11: [1453725524.594854] mirserver: Preferred mode 1920x1080 60.00Hz
  12:38:44 11: [1453725524.594938] mirserver: Logical position +640+0
  12:38:44 11: 
/tmp/buildd/mir-0.19.0bzr3267pkg0xenial135/tests/acceptance-tests/test_nested_mir.cpp:546:
 Failure
  12:38:44 11: Value of: mir_surface_output_event_get_form_factor(surface_event)
  12:38:44 11: Expected: is equal to 4
  12:38:44 11: Actual: 3 (of type MirFormFactor)
  12:38:44 11: 
/tmp/buildd/mir-0.19.0bzr3267pkg0xenial135/tests/acceptance-tests/test_nested_mir.cpp:547:
 Failure
  12:38:44 11: Value of: mir_surface_output_event_get_scale(surface_event)
  12:38:44 11: Expected: is equal to 2.3
  12:38:44 11: Actual: 1 (of type float)
  12:38:44 11: [1453725524.846521] mirserver: Stopping
  12:38:44 11: [1453725524.870936] mirserver: Stopping
  12:38:44 11: [ FAILED ] NestedServer.client_sees_set_scaling_factor (656 ms)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1537798/+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 1536662] Re: [regression] Mir blocks at system boot due to reading from /dev/random

2016-01-27 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 270, scheduled
for release in unity-system-compositor, milestone 0.4.0

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  [regression] Mir blocks at system boot due to reading from /dev/random

Status in Mir:
  Confirmed
Status in Unity System Compositor:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  cookie_factory attempts to read data from /dev/random at boot, and
  blocks until it has enough random data or timesout after 30 seconds.

  How I can reproduce
  1. Run the Unity8 greeter as a mir server
  2. Reboot

  Expected behavior: Greeter is displayed as mir && USC run happily
  Actual behavior: Mir throws an exception after 30 seconds

  Work-around: Play with the trackpad at bootup to generate entropy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+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 1535397] Re: [enhancement] Implement support for QWindow::visibility set to Automatic

2016-01-25 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: New => Fix Committed

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

Title:
  [enhancement] Implement support for QWindow::visibility set to
  Automatic

Status in The Avila project:
  New
Status in Canonical System Image:
  Triaged
Status in canonical-pocket-desktop:
  New
Status in Mir:
  Fix Committed
Status in QtMir:
  In Progress
Status in camera-app package in Ubuntu:
  New
Status in gallery-app package in Ubuntu:
  New
Status in mediaplayer-app package in Ubuntu:
  New
Status in mir package in Ubuntu:
  New
Status in qtubuntu package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  We need to support windows setting their visibility to "Automatic",
  when in Staged mode the window should be fullscreen, whereas in
  windowed, it should be a normal window.

  Qt API: http://doc.qt.io/qt-5/qwindow.html#Visibility-enum

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1535397/+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 1535780] Re: Passing DisplayConfiguration scale property from nested server to host appears to not work

2016-01-22 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Passing DisplayConfiguration scale property from nested server to host
  appears to not work

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I'm using code like this in QtMir, implementing a wrapper for
  DisplayConfigurationPolicy:

  void MirDisplayConfigurationPolicy::apply_to(mg::DisplayConfiguration& conf)
  {
  m_wrapped->apply_to(conf);

  conf.for_each_output(
  [&](mg::UserDisplayConfigurationOutput &output)
  {
  output.scale = 2;
  });
  }

  Starting nested server with this, I fail to see the final applied
  DisplayConfiguration having the scale value I requested.

  Also, can you please check scale can be set for Android platform. It
  does work on Mesa/KMS anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1535780/+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 1488413] Re: connected BT mouse should unblank screen (windowed mode)

2016-01-21 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 269, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  connected BT mouse should unblank screen (windowed mode)

Status in Canonical System Image:
  In Progress
Status in canonical-pocket-desktop:
  In Progress
Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  In Progress

Bug description:
  when switching into windowed mode && a BT mouse is connected && screen
  is blanked (from time out or pwr key press) the BT mouse motion should
  unblank the screen

  this may effect multiple projects so sort of shotgunning the effected
  project list

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1488413/+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 1476201] Re: Dynamic double buffering fails to detect inertial dash scrolling as slow; and stutters instead of scaling up to triple buffers.

2016-01-20 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.20.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Dynamic double buffering fails to detect inertial dash scrolling as
  slow; and stutters instead of scaling up to triple buffers.

Status in Mir:
  Fix Committed
Status in QtMir:
  Opinion
Status in mir package in Ubuntu:
  Invalid
Status in qtmir package in Ubuntu:
  Opinion

Bug description:
  Dynamic double buffering fails to detect inertial dash scrolling as
  slow; and stutters...

  [1437388267.960199] perf: Scopes: 37.69 FPS, render time 17.79ms, buffer lag 
34.87ms (2 buffers)
  [1437388268.985012] perf: Scopes: 30.27 FPS, render time 25.22ms, buffer lag 
40.29ms (2 buffers)
  [1437388269.993894] perf: Scopes: 31.74 FPS, render time 23.42ms, buffer lag 
40.46ms (2 buffers)
  [1437388271.002470] perf: Scopes: 36.70 FPS, render time 19.13ms, buffer lag 
35.59ms (2 buffers)
  [1437388272.021942] perf: Scopes: 44.16 FPS, render time 15.96ms, buffer lag 
29.12ms (2 buffers)
  [1437388273.043734] perf: Scopes: 40.15 FPS, render time 17.85ms, buffer lag 
31.90ms (2 buffers)

  whereas forcing triple buffers it runs more smoothly:

  [1437389981.872839] perf: Scopes: 57.71 FPS, render time 13.86ms, buffer lag 
38.31ms (3 buffers)
  [1437389982.877556] perf: Scopes: 56.77 FPS, render time 15.72ms, buffer lag 
37.31ms (3 buffers)
  [1437389983.887702] perf: Scopes: 57.42 FPS, render time 13.53ms, buffer lag 
38.76ms (3 buffers)
  [1437389984.894372] perf: Scopes: 55.66 FPS, render time 16.02ms, buffer lag 
38.12ms (3 buffers)
  [1437389985.912328] perf: Scopes: 60.96 FPS, render time 13.72ms, buffer lag 
34.99ms (3 buffers)
  [1437389986.929857] perf: Scopes: 59.98 FPS, render time 14.49ms, buffer lag 
35.67ms (3 buffers)

  You can see that unity8-dash is right on the edge here.

  Surprisingly the problem is not detectable if you keep your finger on
  the screen. Then the dash actually renders faster. The problem only
  seems to happen with inertial scrolling; when you fling the surface
  and lift your finger off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1476201/+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 1515558] Re: [regression] Nested servers can select wrong platform

2016-01-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Nested servers can select wrong platform

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Won't Fix
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Nested servers do not have the information required to deduce which
  platform has been selected by the host server. (The host may be a
  different user with different permissions, with different environment
  variables and different command-line options.)

  Original scenario:

  $ sudo bin/mir_demo_server --window-manager system-compositor 
--display-config sidebyside --vt 1 --arw-file
  $ bin/mir_demo_server --host /tmp/mir_socket --display-config clone
  ...
  [1447325929.742637] mirserver: Selected driver: dummy (version 0.18.0)

  Seems to be -c 3098 as specifying a dummy --vt parameter is a
  workaround

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1515558/+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 1531517] Re: [regression] pinch to zoom not working reliably

2016-01-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] pinch to zoom not working reliably

Status in Canonical System Image:
  In Progress
Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  In Progress
Status in mir package in Ubuntu:
  In Progress
Status in qtmir package in Ubuntu:
  Won't Fix

Bug description:
  in the last few days (using rc-proposed 221 on krillin) pinch to zoom
  gestures do not work reliably anymore.

  Appears to be system wide as there have been reports in the follow
  apps that all use PinchArea from QML:

  - Camera: pinch to zoom in viewfinder stops working, pinch to zoom in Photo 
Roll to zoom a photo stops working
  - Gallery: open a photo and pinch to zoom doesn't work
  - Webbrowser: pinch to zoom on a web page not working

  Could be mir/qtmir related

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1531517/+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 1523900] Re: Buffer leak during repeated mirscreencasts causes server to be killed

2016-01-12 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Buffer leak during repeated mirscreencasts causes server to be killed

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Triaged
Status in mir package in Ubuntu:
  New

Bug description:
  Nexus 4 running latest stable image -

  current build number: 25
  device name: mako
  channel: ubuntu-touch/stable/ubuntu
  last update: 2015-12-08 11:53:16
  version version: 25
  version ubuntu: 20151118.2
  version tag: OTA-8
  version device: 20150911
  version custom: 20151118.2

  I'm running the following command to capture a screenshot of a running
  app, the unity shell, the splash screen when apps load etc.

adb shell mirscreencast -m /var/run/mir_socket  -n1

  I'm doing this in a script, across many hundreds of apps, so I'm doing
  it a lot. I'm seeing my script get wedged fairly often with errors
  such as this one:-

  [1449575031.562843]  MirConnectionAPI: Caught exception at client 
library boundary (in release): 
/build/mir-AHj2eT/mir-0.17.1+15.04.20151105.1/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorIN3mir25socket_disconnected_errorE
  std::exception::what: Failed to send message to server: Broken pipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1523900/+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 1480269] Re: Scrolling is slow and jerky

2016-01-11 Thread Jenkins Bot
Fix committed into lp:music-app at revision 962, scheduled for release
in music-app, milestone 3.0

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

Title:
  Scrolling is slow and jerky

Status in Ubuntu Music App:
  Fix Committed
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  Scrolling is slow and jerky in all views Artists / Albums / Genres /
  Songs etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1480269/+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 1480269] Re: Scrolling is slow and jerky

2016-01-11 Thread Jenkins Bot
Fix committed into lp:music-app at revision 961, scheduled for release
in music-app, milestone 3.0

** Changed in: music-app
   Status: Incomplete => Fix Committed

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

Title:
  Scrolling is slow and jerky

Status in Ubuntu Music App:
  Fix Committed
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  Scrolling is slow and jerky in all views Artists / Albums / Genres /
  Songs etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1480269/+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 1506707] Re: [regression] Mir server command line options are unpredictable/nondeterministic (--vt is sometimes not recognised)

2015-12-18 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Mir server command line options are
  unpredictable/nondeterministic (--vt is sometimes not recognised)

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Mir server platform command line options are unpredictable/non-
  deterministic.

  I keep thinking I'm imagining things. Sometimes --vt works and
  sometimes it doesn't (from a Gnome Terminal). Well both are true. Now
  I have two separate wily machines with the same packages. One fails
  but the other works:

  FAILING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444966151.185585] mirplatform: Found graphics driver: mesa-x11
  [1444966151.187021] mirplatform: Found graphics driver: mesa-kms
  Unknown command line options: --vt 1
  $ dpkg -l | grep mir-demos
  ii  mir-demos 
0.16.0+15.10.20150921.1-0ubuntu1   amd64Display server for 
Ubuntu - demonstration programs

  WORKING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444965570.300933] mirplatform: Found graphics driver: mesa-kms
  [1444965570.302119] mirplatform: Found graphics driver: mesa-x11
  [1444965570.304409] mircommon: Loading modules from: 
/usr/lib/x86_64-linux-gnu/mir/server-platform
  [1444965570.304465] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/graphics-mesa-kms.so.5
  [1444965570.304486] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/server-mesa-x11.so.5
  [1444965570.305801] mirplatform: Found graphics driver: mesa-kms
  [1444965570.306531] mirplatform: Found graphics driver: mesa-x11
  [1444965570.306617] mirserver: Selected driver: mesa-kms (version 0.16.0)
  ...
  $ dpkg -l | grep mir-demos
  ii  mir-demos
0.16.0+15.10.20150921.1-0ubuntu1  amd64Display 
server for Ubuntu - demonstration programs

  It appears the unpredictability might be arising from which driver it
  finds on the filesystem first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1506707/+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 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3198, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Clients of nested Mir servers silently crash/exit
  instantly

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mesa package in Ubuntu:
  Invalid
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Clients of nested Mir servers silently crash/exit instantly (on
  xenial)

  This happens in Mir trunk lp:mir and lp:mir/0.18, but not in
  lp:mir/0.17

    sudo bin/mir_demo_server_minimal -f /tmp/outside &
    sudo bin/mir_proving_server -f /tmp/inside --host-socket=/tmp/outside &
    sudo bin/mir_demo_client_egltriangle -m /tmp/inside

  And the client silently exits with return code 139.

  Valgrind or gdb show the problem though:

  ==16515== Process terminating with default action of signal 11 (SIGSEGV)
  ==16515==  Access not within mapped region at address 0x123460A8
  ==16515==at 0x6EA16E0: XGetXCBConnection (in 
/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0)
  ==16515==by 0x517AC73: ??? (in 
/usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1.0.0)
  ==16515==by 0x5174ADE: ??? (in 
/usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1.0.0)
  ==16515==by 0x5174B98: ??? (in 
/usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1.0.0)
  ==16515==by 0x5170B31: eglInitialize (in 
/usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1.0.0)
  ==16515==by 0x4031A9: mir_eglapp_init (eglapp.c:350)
  ==16515==by 0x4024EC: main (egltriangle.c:85)

  #0  0x75b6e6e0 in XGetXCBConnection ()
     from /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1
  #1  0x77893c74 in ?? ()
     from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
  #2  0x7788dadf in ?? ()
     from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
  #3  0x7788db99 in ?? ()
     from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
  #4  0x77889b32 in eglInitialize ()
     from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
  #5  0x004031aa in mir_eglapp_init (argc=3, argv=0x7fffe548,
  width=0x7fffdd48, height=0x7fffdd4c)
  at /home/dan/bzr/mir/0.18/examples/eglapp.c:350
  #6  0x004024ed in main (argc=3, argv=0x7fffe548)
  at /home/dan/bzr/mir/0.18/examples/egltriangle.c:85

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1526209/+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 1515558] Re: [regression] Nested servers on mesa-kms select wrong (dummy) guest platform

2015-12-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3198, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Nested servers on mesa-kms select wrong (dummy) guest
  platform

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  $ sudo bin/mir_demo_server --window-manager system-compositor 
--display-config sidebyside --vt 1 --arw-file
  $ bin/mir_demo_server --host /tmp/mir_socket --display-config clone 
  ...
  [1447325929.742637] mirserver: Selected driver: dummy (version 0.18.0)

  Seems to be -c 3098 as specifying a dummy --vt parameter is a
  workaround

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1515558/+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 1526225] Re: [regression] Nested server fails to start if built with cmake -DMIR_ENABLE_TESTS=OFF - std::exception::what: Failed to find platform for current system

2015-12-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3198, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Nested server fails to start if built with cmake
  -DMIR_ENABLE_TESTS=OFF - std::exception::what: Failed to find platform
  for current system

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Nested server fails to start if built with cmake
  -DMIR_ENABLE_TESTS=OFF

  [1450172551.555130] mirplatform: Found graphics driver: mesa-kms (version 
0.19.0)
  [1450172551.555172] mirplatform: Found graphics driver: android (version 
0.19.0)
  [1450172551.555183] mirplatform: Found graphics driver: mesa-x11 (version 
0.19.0)
  [1450172551.50] mircommon: Loading modules from: 
bin/../lib/server-modules/
  [1450172551.90] mircommon: Loading module: 
bin/../lib/server-modules/graphics-mesa-kms.so.7
  [1450172551.555814] mircommon: Loading module: 
bin/../lib/server-modules/graphics-android.so.7
  [1450172551.556168] mircommon: Loading module: 
bin/../lib/server-modules/server-mesa-x11.so.7
  [1450172551.556442] mircommon: Loading module: 
bin/../lib/server-modules/input-evdev.so.4
  [1450172551.557704] mirplatform: Found graphics driver: mesa-kms (version 
0.19.0)
  [1450172551.557733] mirplatform: Found graphics driver: android (version 
0.19.0)
  [1450172551.557742] mirplatform: Found graphics driver: mesa-x11 (version 
0.19.0)
  ERROR: 
/home/dan/bzr/mir/fixmirout/src/platform/graphics/platform_probe.cpp(63): Throw 
in function std::shared_ptr 
mir::graphics::module_for_device(const 
std::vector >&, const 
mir::options::ProgramOption&)
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: Failed to find platform for current system

  
  Bisection hint: Bug is present in r3170 but not in r3005.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1526225/+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 1526505] Re: [regression] u8 desktop session fails to start

2015-12-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3198, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] u8 desktop session fails to start

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  u8 desktop session fails to start, due to confusion surrounding platform 
selection (between mesa and kms). 
  The root cause seems to be that the nested server (as non-root) cannot become 
drm-master.

  This is somewhat related to lp: #1526209 in that this bug has to do with mesa 
platform selection, which changed in rev3089. 
  lp: #1526209 was about the client crashing though, and this bug is about the 
nested server not being able to start, so they seem to be a bit different.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1526505/+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 1506707] Re: [regression] Mir server command line options are unpredictable/nondeterministic (--vt is sometimes not recognised)

2015-12-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3198, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: Triaged => Fix Committed

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

Title:
  [regression] Mir server command line options are
  unpredictable/nondeterministic (--vt is sometimes not recognised)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Mir server platform command line options are unpredictable/non-
  deterministic.

  I keep thinking I'm imagining things. Sometimes --vt works and
  sometimes it doesn't (from a Gnome Terminal). Well both are true. Now
  I have two separate wily machines with the same packages. One fails
  but the other works:

  FAILING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444966151.185585] mirplatform: Found graphics driver: mesa-x11
  [1444966151.187021] mirplatform: Found graphics driver: mesa-kms
  Unknown command line options: --vt 1
  $ dpkg -l | grep mir-demos
  ii  mir-demos 
0.16.0+15.10.20150921.1-0ubuntu1   amd64Display server for 
Ubuntu - demonstration programs

  WORKING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444965570.300933] mirplatform: Found graphics driver: mesa-kms
  [1444965570.302119] mirplatform: Found graphics driver: mesa-x11
  [1444965570.304409] mircommon: Loading modules from: 
/usr/lib/x86_64-linux-gnu/mir/server-platform
  [1444965570.304465] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/graphics-mesa-kms.so.5
  [1444965570.304486] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/server-mesa-x11.so.5
  [1444965570.305801] mirplatform: Found graphics driver: mesa-kms
  [1444965570.306531] mirplatform: Found graphics driver: mesa-x11
  [1444965570.306617] mirserver: Selected driver: mesa-kms (version 0.16.0)
  ...
  $ dpkg -l | grep mir-demos
  ii  mir-demos
0.16.0+15.10.20150921.1-0ubuntu1  amd64Display 
server for Ubuntu - demonstration programs

  It appears the unpredictability might be arising from which driver it
  finds on the filesystem first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1506707/+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 1517205] Re: egl_demo_client_flicker has graphics corruption on android

2015-12-14 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  egl_demo_client_flicker has graphics corruption on android

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Investigation of lp: #1406725 yielded two different problems, this is
  the second problem that affected mir_demo_client_flicker most heavily.

  When running mir_demo_client_flicker against "mir_demo_server
  --disable-overlays true", you could see cache-line artifacts, as well
  as an occasional tile-render-gpu artifact displayed on screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1517205/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-12-14 Thread Jenkins Bot
Fix committed into lp:ubuntu-clock-app at revision 421, scheduled for
release in ubuntu-clock-app, milestone 3.7

** Changed in: ubuntu-clock-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  Fix Committed
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu Document Viewer App:
  Fix Released
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Released
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-12-10 Thread Jenkins Bot
Fix committed into lp:ubuntu-terminal-app at revision 142, scheduled for
release in ubuntu-terminal-app, milestone 2014-12-11

** Changed in: ubuntu-terminal-app
   Status: Fix Released => Fix Committed

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

Title:
  Font in Terminal is incorrectly massive since recent update

Status in Canonical System Image:
  Fix Released
Status in logviewer:
  New
Status in Ubuntu Terminal App:
  Fix Committed
Status in qtubuntu package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Last know good image: 166
  Changes on 167: 
http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/167.commitlog
  Landing request for Unity8/Mir: 
https://requests.ci-train.ubuntu.com/#/ticket/564

  After updating my Nexus 4 and Krillin over the weekend I notice the
  terminal now has really huge text. Even dialling down the font size in
  the app to 8pt results in huge unusable text.

  Before:- 
http://people.canonical.com/~alan/screenshots/device-2015-11-09-165137.png
  After:- 
http://people.canonical.com/~alan/screenshots/device-2015-11-09-165130.png

  With the same font size setting on both.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514519/+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 1428757] Re: [SDK] Header should be responsive for Tablet and Desktop form factors

2015-12-10 Thread PS Jenkins bot
Fix committed into lp:ubuntu-ui-toolkit/staging at revision None,
scheduled for release in ubuntu-ui-toolkit, milestone Unknown

** Changed in: ubuntu-ui-toolkit
   Status: New => Fix Committed

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

Title:
  [SDK] Header should be responsive for Tablet and Desktop form factors

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  As part of our convergence path to Tablet and Desktop form factors, we will 
have more screen real estate and less constrained.
  Therefore, we have more space to provide additional affordances.
  - Optional subheader, with increased flexibility
  - Max 4 slots on the right
  - Capability of adding input field expanded or dropdown (not both)
  - Capability of adding tabs
  - Capability of having responsive labels display - once breakpoint is 
reached, labels are displayed

  UX spec here:
  
https://www.dropbox.com/s/j47sua4ilof0zud/050315_Convergence%20-%20Header_gv.pdf?dl=0

  VD link TBC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1428757/+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 1524000] Re: PyGIWarning: UbuntuAppLaunch was imported without specifying a version first

2015-12-08 Thread PS Jenkins bot
Fix committed into lp:autopilot at revision None, scheduled for release
in autopilot, milestone 1.4

** Changed in: autopilot
   Status: In Progress => Fix Committed

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

Title:
  PyGIWarning: UbuntuAppLaunch was imported without specifying a version
  first

Status in Autopilot:
  Fix Committed
Status in Ubuntu Music App:
  Invalid
Status in pygobject package in Ubuntu:
  New

Bug description:
  When launching Autopilot tests for Music App you get an error indicating that 
UbuntuAppLaunch was imported without specifying a version first.
  This is the error:

  autopilot run music_app
  /usr/lib/python2.7/dist-packages/autopilot/application/_launcher.py:23: 
PyGIWarning: UbuntuAppLaunch was imported without specifying a version first. 
Use gi.require_version('UbuntuAppLaunch', '2') before import to ensure that the 
right version gets loaded.
from gi.repository import GLib, UbuntuAppLaunch
  Loading tests from: /home/victor/Development/music-app/tests/autopilot

  Failed to import test module: music_app.tests.test_music
  Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
  module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
  __import__(name)
File 
"/home/victor/Development/music-app/tests/autopilot/music_app/__init__.py", 
line 9, in 
  from ubuntuuitoolkit import (
  ImportError: No module named ubuntuuitoolkit

  Tests running...
  ==
  ERROR: unittest.loader.ModuleImportFailure.music_app.tests.test_music
  --
  Traceback (most recent call last):
  ImportError: Failed to import test module: music_app.tests.test_music
  Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
  module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
  __import__(name)
File 
"/home/victor/Development/music-app/tests/autopilot/music_app/__init__.py", 
line 9, in 
  from ubuntuuitoolkit import (
  ImportError: No module named ubuntuuitoolkit

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1524000/+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 1522673] Re: [regression] Mouse wheel events are now unusably over-sensitive and backwards

2015-12-08 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

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

Title:
  [regression] Mouse wheel events are now unusably over-sensitive and
  backwards

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  [regression] Mouse wheel events are now unusably over-sensitive and
  backwards to how they used to be.

  Test case: In mir_proving_server use: Super+mousewheel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1522673/+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 1522673] Re: [regression] Mouse wheel events are now unusably over-sensitive and backwards

2015-12-07 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.19.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Mouse wheel events are now unusably over-sensitive and
  backwards

Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Triaged
Status in mir package in Ubuntu:
  New

Bug description:
  [regression] Mouse wheel events are now unusably over-sensitive and
  backwards to how they used to be.

  Test case: In mir_proving_server use: Super+mousewheel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1522673/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-11-27 Thread Jenkins Bot
Fix committed into lp:ubuntu-docviewer-app at revision 210, scheduled
for release in ubuntu-docviewer-app, milestone Unknown

** Changed in: ubuntu-docviewer-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  Fix Committed
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  Fix Committed
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Committed
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-11-25 Thread Jenkins Bot
Fix committed into lp:ubuntu-weather-app at revision 180, scheduled for
release in ubuntu-weather-app, milestone 2.0

** Changed in: ubuntu-weather-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  Fix Committed
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Committed
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1376763] Re: [sdk] Dialog doesn't take the contents size into consideration

2015-11-25 Thread PS Jenkins bot
Fix committed into lp:ubuntu-ui-toolkit/staging at revision 1726,
scheduled for release in ubuntu-ui-toolkit, milestone Unknown

** Changed in: ubuntu-ui-toolkit
   Status: Fix Released => Fix Committed

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

Title:
  [sdk] Dialog doesn't take the contents size into consideration

Status in Canonical System Image:
  In Progress
Status in Ubuntu UI Toolkit:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  New
Status in ubuntu-system-settings package in Ubuntu RTM:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  A dialog doesn't scroll if the text (as in the code example) or its
  contents exceeds the viewport size.

  This can be reproduced in e.g. ubuntu-system-settings:
  (Make sure you're running the very latest from proposed or a USS from October 
2014 – debs[1]).

  1. Open Ubuntu System Settings
  2. Go to the Wi-Fi panel
  3. Click "Connect to hidden network…"
  4. Choose any security scheme other that "None"
  4. Resize the viewport/use landscape on a device

  What I expect to happen:
  I can scroll inside the Dialog to access all fields and buttons

  What happened instead:
  The content not visible becomes inaccessible

  Example code:
  http://paste.ubuntu.com/8479468/

  [1] https://launchpad.net/ubuntu-system-settings/+packages

  UX Solution: 
  Make sure content can scroll vertically if exceeding the maximum height of 
the dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1376763/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-11-24 Thread Jenkins Bot
Fix committed into lp:ubuntu-calculator-app at revision 241, scheduled
for release in ubuntu-calculator-app, milestone Unknown

** Changed in: ubuntu-calculator-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  Fix Committed
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  In Progress
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1493851] Re: Port to upstreamed versions of Audio Role patch

2015-11-22 Thread Jenkins Bot
Fix committed into lp:ubuntu-clock-app at revision 411, scheduled for
release in ubuntu-clock-app, milestone 3.7

** Changed in: ubuntu-clock-app
   Status: In Progress => Fix Committed

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

Title:
  Port to upstreamed versions of Audio Role patch

Status in Ubuntu Clock App:
  Fix Committed
Status in dropping-letters package in Ubuntu:
  New
Status in media-hub package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New
Status in qtubuntu-camera package in Ubuntu:
  In Progress
Status in qtubuntu-media package in Ubuntu:
  In Progress
Status in ubuntu-clock-app package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The Qt 5.5 packages at https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/landing-012 now include the upstream versions
  of QML Playlist and Audio Role patches that went in to Qt 5.6.

  There are some differences in the Audio Role patch compared to the
  version on vivid-overlay PPA that requires changes.

  Qt 5.5 targets landing soon after xenial opens.

  For reference,
  Old API: 
http://anonscm.debian.org/cgit/pkg-kde/qt/qtmultimedia.git/diff/debian/patches/adding_media_role_property.patch?h=ubuntu&id=d5149eefcd093d96be3191d5f8a7f622f788e1f4
  New, upstreamed API: 
http://anonscm.debian.org/cgit/pkg-kde/qt/qtmultimedia.git/tree/debian/patches/Add-audio-role-API-to-QMediaPlayer.patch?h=ubuntu

  More information about Qt 5.5 at
  https://wiki.ubuntu.com/Touch/QtTesting

  The plan (2015-11-02):

  Patch some components to work with both old API & Qt 5.4 + new API &
  Qt 5.5 - qtubuntu-camera, qtubuntu-media to detect at compile time and
  Unity 8 at runtime.

  Pulseaudio and media-hub would land only to xenial, switching to the
  new API as part of the Qt 5.5 silo.

  Clock and dropping-letters drop the audio role usage as it's not
  supposed to be used in those.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1493851/+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 1514143] Re: While searching often times the keyboard hides while typing

2015-11-16 Thread Jenkins Bot
Fix committed into lp:music-app at revision 941, scheduled for release
in music-app, milestone 3.0

** Changed in: music-app
   Status: Triaged => Fix Committed

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

Title:
  While searching often times the keyboard hides while typing

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  On rc-proposed when searching the keyboard often hides momentarily
  making it possible/likely that the user can accidently select an item
  when they intend to type a letter instead.

  If this is an issue that can not be worked around, potentially an
  acceptable solution would be to wait to filter the items until the
  user stops typing.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 152
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-11-04 23:03:12
  version version: 152
  version ubuntu: 20151105
  version device: 20150911

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514143/+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 1506707] Re: [regression] Mir server command line options are unpredictable/nondeterministic (--vt is sometimes not recognised)

2015-11-10 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: New => Fix Committed

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

Title:
  [regression] Mir server command line options are
  unpredictable/nondeterministic (--vt is sometimes not recognised)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Mir server platform command line options are unpredictable/non-
  deterministic.

  I keep thinking I'm imagining things. Sometimes --vt works and
  sometimes it doesn't (from a Gnome Terminal). Well both are true. Now
  I have two separate wily machines with the same packages. One fails
  but the other works:

  FAILING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444966151.185585] mirplatform: Found graphics driver: mesa-x11
  [1444966151.187021] mirplatform: Found graphics driver: mesa-kms
  Unknown command line options: --vt 1
  $ dpkg -l | grep mir-demos
  ii  mir-demos 
0.16.0+15.10.20150921.1-0ubuntu1   amd64Display server for 
Ubuntu - demonstration programs

  WORKING MACHINE:

  $ sudo mir_proving_server --vt 1
  [1444965570.300933] mirplatform: Found graphics driver: mesa-kms
  [1444965570.302119] mirplatform: Found graphics driver: mesa-x11
  [1444965570.304409] mircommon: Loading modules from: 
/usr/lib/x86_64-linux-gnu/mir/server-platform
  [1444965570.304465] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/graphics-mesa-kms.so.5
  [1444965570.304486] mircommon: Loading module: 
/usr/lib/x86_64-linux-gnu/mir/server-platform/server-mesa-x11.so.5
  [1444965570.305801] mirplatform: Found graphics driver: mesa-kms
  [1444965570.306531] mirplatform: Found graphics driver: mesa-x11
  [1444965570.306617] mirserver: Selected driver: mesa-kms (version 0.16.0)
  ...
  $ dpkg -l | grep mir-demos
  ii  mir-demos
0.16.0+15.10.20150921.1-0ubuntu1  amd64Display 
server for Ubuntu - demonstration programs

  It appears the unpredictability might be arising from which driver it
  finds on the filesystem first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1506707/+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 1513792] Re: mircookie requires nettle but libmircookie-dev doesn't depend on it

2015-11-09 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  mircookie requires nettle but libmircookie-dev doesn't depend on it

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I thought that bug #1513225 was fixing this but it wasn't.

  As long as you have Requires.private: nettle in mircookie's pcfile,
  libmircookie-dev package needs to Depend on it (since pkg-config will
  cry otherwise), like:

Package 'nettle', required by 'mircookie', not found

  We're getting this failure in gtk+ now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1513792/+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 1513225] Re: libmircookie1 package does not list libnettle as dependency

2015-11-05 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  libmircookie1 package does not list libnettle as dependency

Status in Mir:
  Fix Committed
Status in Mir 0.17 series:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  libmircookie1 package declaration is missing a shlibs:Depends entry on
  the Dependencies list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1513225/+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 1511095] Re: unity-system-compositor crash, no interaction on windowed mode

2015-11-04 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  unity-system-compositor crash, no interaction on windowed mode

Status in canonical-pocket-desktop:
  New
Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity-system-compositor package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  I am seeing this occur with Nexus7 (i haven't tested with nexus4 enough to 
say)
  but I regularly see N7 reboot with me having interacted with it

  I will have usually connected the BT mouse and have maybe u-s-s open as well 
as dash (i think i've even seen it do so after just being rebooted with me not 
touching it before the next reboot).
  the screen will be on or off from being idel, no interaction per se and the 
device will suddenly display the "spinner" screen which is actually ubuntu 
dot-dot-dots

  I have seen it enough to confirm there are no crash files
  generated/associated with it

  lastly, i have seen this mostly while i have added silo21 (unity8
  improvements) on top of the latest pd image.

  attached is a syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1511095/+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 1391261] Re: Overlayed framedropping clients freeze on mako

2015-11-03 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: Fix Released => Fix Committed

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

Title:
  Overlayed framedropping clients freeze on mako

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  https://jenkins.qa.ubuntu.com/job/mir-mediumtests-runner-
  mako/3325/console

  > + phablet-test-run -x -s 01b22f82dc5cec63 -v mir_performance_tests
  > running mir_performance_tests
  > initctl: unable to determine sessions
  > initctl: unable to determine sessions
  > Running main() from command_line_server_configuration.cpp
  > [==] Running 1 test from 1 test case.
  > [--] Global test environment set-up.
  > [--] 1 test from GLMark2Test
  > [ RUN ] GLMark2Test.benchmark_fullscreen_default
  > Build timed out (after 60 minutes). Marking the build as failed.

  The first timestamp in the log is at: "[timestamp] Start time :
  2014-11-10T16:02:47+" and the above test starts 10min later at
  "[timestamp] Start : mir_performance_tests 2014-11-10T16:12:14+".

  Conclusion: GLMark2Test timed out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1391261/+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 1499039] Re: compositing never stops when external monitor is connected

2015-11-03 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  compositing never stops when external monitor is connected

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  Start the following with no external display:

  sudo mir_demo_server --arw-file --display-config=sidebyside --window-manager 
system-compositor --hwc-report log
  mir_demo_server --host-socket /tmp/mir_socket -f /tmp/nested_mir 
--display-config=sidebyside

  After hotplugging an external display, the compositor loop never stops
  compositing as evidenced by the root server hwc logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1499039/+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 1381260] Re: Missing QML tests

2015-11-03 Thread Jenkins Bot
Fix committed into lp:reminders-app at revision 512, scheduled for
release in reminders-app, milestone 2014-11-27

** Changed in: reminders-app
   Status: In Progress => Fix Committed

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

Title:
  Missing QML tests

Status in Ubuntu Notes app:
  Fix Committed
Status in gallery-app package in Ubuntu:
  In Progress

Bug description:
  This project doesn't have any QML tests.

  We need QML tests because they are lower level than autopilot and they
  are written in the same language as the user interface. With them we
  will be able to do test-driven development of new UI components, add
  regression tests when fixing UI bugs and get a quicker feedback when a
  regression is introduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/reminders-app/+bug/1381260/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-11-01 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:music-app at revision 932, scheduled for release
in music-app, milestone 3.0

** Changed in: music-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Committed
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Triaged
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  In Progress
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1510218] Re: mir_connection_get_egl_pixel_format() crashes if libEGL is loaded RTLD_LAZY

2015-10-29 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  mir_connection_get_egl_pixel_format() crashes if libEGL is loaded
  RTLD_LAZY

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  mir_connection_get_egl_pixel_format() crashes on Android (at least)
  when used in QtUbuntu. There might be some specific conditions
  triggering the issue there because I haven't been able to reproduce it
  in a standalone test [1] trying to follow the same initialisation
  process.

  This is strange because if I directly call
  "eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &visual)"
  it works perfectly fine.

  Here's a QtUbuntu branch [2] using the function.

  [1] 
http://bazaar.launchpad.net/~loic.molinari/+junk/ubuntu-touch-test/view/head:/ubuntu-touch-test.c
  [2] 
lp:~loic.molinari/qtubuntu/requested-surface-format-fix-use-mir_connection_get_egl_pixel_format

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1510218/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-10-28 Thread Jenkins Bot
Fix committed into lp:ubuntu-rssreader-app at revision None, scheduled
for release in ubuntu-rssreader-app, milestone Unknown

** Changed in: ubuntu-rssreader-app
   Status: In Progress => Fix Committed

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

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  In Progress
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  New
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Triaged
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  In Progress
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1423462] Re: DemoRenderer: GL_BLEND is really always enabled even when not required (also causes RGBX discolouration in mir_proving_server)

2015-10-26 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  DemoRenderer: GL_BLEND is really always enabled even when not required
  (also causes RGBX discolouration in mir_proving_server)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  DemoRenderer: GL_BLEND is really always enabled, even when not
  required.

  This is because DemoRenderer turns it on for shadows etc during
  tessellation. And that ends up applying to the whole glDrawArrays(),
  which is all primitives.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1423462/+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 1493466] Re: [reboot][weather app] Hard to translate sentence in Ubuntu Weather App

2015-10-25 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-weather-app/reboot at revision 154,
scheduled for release in ubuntu-weather-app, milestone 2.0

** Changed in: ubuntu-weather-app
   Status: In Progress => Fix Committed

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

Title:
  [reboot][weather app] Hard to translate sentence in Ubuntu Weather App

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  In location ../app/components/NetworkErrorStateComponent.qml:57

  there is a line:
  "Network Error"
  "Ubuntu suggests you check your network settings and try again."

  It is hard to translate such string, where Ubuntu is talking with user, and 
give him advice.
  It is very confusing, as for other core application, Ubuntu is not talking 
with user.

  I would propose some simple sentence:
  "Network Error"
  "Check your network settings and try again."

  --- --- --- --- --- ---

  UX Comment:
  Agree that the message suggested by Bartosz & Victor is more appropriate/ 
would be more easily localised.

  Message should read
  "Please check your network settings and try again"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1493466/+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 1457424] Re: Please update icon (May 2015)

2015-10-21 Thread Jenkins Bot
Fix committed into lp:ubuntu-weather-app at revision 422, scheduled for
release in ubuntu-weather-app, milestone alpha-1

** Changed in: ubuntu-weather-app
   Status: Fix Released => Fix Committed

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

Title:
  Please update icon (May 2015)

Status in address-book-app:
  Fix Released
Status in camera-app:
  Fix Released
Status in Canonical System Image:
  Fix Released
Status in Dekko:
  Fix Released
Status in gallery-app:
  Fix Released
Status in mediaplayer-app:
  In Progress
Status in messaging-app:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  Fix Released
Status in Ubuntu Calculator App:
  Fix Released
Status in Ubuntu Calendar App:
  Fix Released
Status in Ubuntu Clock App:
  Fix Released
Status in Ubuntu Shorts App:
  Fix Released
Status in Ubuntu theme:
  Fix Released
Status in Ubuntu Weather App:
  Fix Committed
Status in webbrowser-app:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in gallery-app package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-themes package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings source package in Vivid:
  New

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1457424/+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 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-10-19 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3037, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: Triaged => Fix Committed

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

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

Status in gnome-control-center:
  Unknown
Status in GTK+:
  Unknown
Status in One Hundred Papercuts:
  Triaged
Status in Mir:
  Fix Committed
Status in Unity:
  Invalid
Status in gnome-control-center package in Ubuntu:
  Triaged
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  This has been driving me nuts for a while now. The scroll wheel on my
  desktop mouse (it's an MS wireless optical mouse model 1008) scrolls
  rather fast. Instead of moving a few lines, it scrolls half a page or
  more with a very gentle scroll. The bluetooth mouse I use with my
  laptop does not do this so it's probably somewhat hardware specific.
  However, I'm wondering if there is a way to modify the speed or
  sensitivity. I found an answer here from about a year ago
  (https://answers.launchpad.net/ubuntu/+question/1339) that suggests
  there isn't a way but I'm wondering if anything has changed since
  then. I've also skimmed through synaptic but didn't see anything
  promising (like gsynaptic for touchpads).

  Thanks.

  See https://answers.launchpad.net/ubuntu/+question/9200 for more
  information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+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 1248898] Re: No documentation for how to hide MainView's header

2015-10-15 Thread PS Jenkins bot
Fix committed into lp:ubuntu-ui-toolkit/staging at revision None,
scheduled for release in ubuntu-ui-toolkit, milestone Unknown

** Changed in: ubuntu-ui-toolkit
   Status: Confirmed => Fix Committed

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

Title:
  No documentation for how to hide MainView's header

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  All Ubuntu applications should have a MainView, even if you want the
  app to be fullscreen and not contain the "Ubuntu header" (for example
  a game). The way to do this, currently, is to have a Header and a
  Page, and set the Page's title to the empty string, "". This will hide
  the header. This is, however, undocumented, and even if documented is
  a bit crufty (what happens if you have more than one page and one of
  them has a blank title? Does the header appear only on some pages?
  That would mean that you can switch between pages until you get to a
  headerless one and then you're stuck there.) Perhaps there should be a
  hideHeader boolean property on MainView or similar: it would do the
  same thing as setting the current Page's title to "", but would be a
  property of the header rather than the page: it would also make it
  easier to discover this feature from reading the documentation,
  because there would be an explicit property to do what's required
  rather than a magic value of an existing property.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1248898/+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 1504579] Re: CI failure on some 32-bit targets in ServerSignal.terminate_handler_is_called_for_SIGTERM and others

2015-10-11 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  CI failure on some 32-bit targets in
  ServerSignal.terminate_handler_is_called_for_SIGTERM and others

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Running CI on certain 32-bit Wily targets fails a slew of tests with
  valgrind errors similar to the below.

  ==30124== Syscall param futex(timeout) points to unaddressable byte(s)
  ==30124==at 0x46CA5A7: syscall (syscall.S:30)
  ==30124==by 0x44CD335: 
std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned 
int, bool, std::chrono::duration >, 
std::chrono::duration >) (in 
/usr/lib/i386-linux-gnu/libstdc++.so.6.0.21)
  ==30124==by 0x40C8076: _M_load_and_test_until (atomic_futex.h:104)
  ==30124==by 0x40C8076: _M_load_and_test (atomic_futex.h:122)
  ==30124==by 0x40C8076: _M_load_when_equal (atomic_futex.h:162)
  ==30124==by 0x40C8076: wait (future:322)
  ==30124==by 0x40C8076: std::__basic_future::wait() const 
(future:656)
  ==30124==by 0x40C7111: mir::input::DefaultInputManager::stop() 
(default_input_manager.cpp:139)
  ==30124==by 0x40A4A30: mir::DisplayServer::run() (display_server.cpp:205)
  ==30124==by 0x40A104B: mir::run_mir(mir::ServerConfiguration&, 
std::function, std::function const&) 
(run_mir.cpp:110)
  ==30124==by 0x40B8C84: mir::Server::run() (server.cpp:405)
  ==30124==by 0x84A8279: operator() (async_server_runner.cpp:88)
  ==30124==by 0x84A8279: _M_invoke<> (functional:1531)
  ==30124==by 0x84A8279: operator() (functional:1520)
  ==30124==by 0x84A8279: 
std::thread::_Impl >::_M_run() (thread:115)
  ==30124==by 0x44CF7ED: ??? (in 
/usr/lib/i386-linux-gnu/libstdc++.so.6.0.21)
  ==30124==by 0x45CE1A9: start_thread (pthread_create.c:333)
  ==30124==by 0x46CEFDD: clone (clone.S:122)
  ==30124==  Address 0x18 is not stack'd, malloc'd or (recently) free'd

  The errors can be reproduced with hte following comand.

  valgrind --error-exitcode=1 --trace-children=yes --leak-check=full
  --show-leak-kinds=definite --errors-for-leak-kinds=definite --track-
  fds=yes --num-callers=128
  --suppressions=tools/valgrind_suppressions_generic
  --suppressions=tools/valgrind_suppressions_glibc_2.21 obj-i686-linux-
  gnu/bin/mir_acceptance_tests
  --gtest_filter=ServerSignal.terminate_handler_is_called_for_SIGTERM

  It turns out the problem is code in libstdc++-v3 not passing all
  required parameters to a syscall() on a futex.  We can probably assume
  the authors of that library know more about what they're doing with
  Linux kernel calls than we do, so I think adding a valgrind
  suppression for these errors should be all that's required to fix the
  CI failures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1504579/+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 1503450] Re: mesa FTBFS due to missing Requires in mirclient

2015-10-07 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.17.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  mesa FTBFS due to missing Requires in mirclient

Status in Mir:
  Fix Committed
Status in mesa package in Ubuntu:
  Fix Committed

Bug description:
  mesa currently FTBFS due to a missing mirclient dependency during
  build time.

  Failed build at
  https://launchpad.net/ubuntu/+source/mesa/11.0.2-1ubuntu2/+build/8082519

  
  Build log:
  ===
  /bin/bash ../../libtool  --tag=CC   --mode=compile gcc 
-DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"11.0.2\" 
-DPACKAGE_STRING=\"Mesa\ 11.0.2\" 
-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\";
 -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"11.0.2\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 
-DHAVE___BUILTIN_BSWAP32=1 -DHAVE___BUILTIN_BSWAP64=1 -DHAVE___BUILTIN_CLZ=1 
-DHAVE___BUILTIN_CLZLL=1 -DHAVE___BUILTIN_CTZ=1 -DHAVE___BUILTIN_EXPECT=1 
-DHAVE___BUILTIN_FFS=1 -DHAVE___BUILTIN_FFSLL=1 -DHAVE___BUILTIN_POPCOUNT=1 
-DHAVE___BUILTIN_POPCOUNTLL=1 -DHAVE___BUILTIN_UNREACHABLE=1 
-DHAVE_FUNC_ATTRIBUTE_CONST=1 -DHAVE_FUNC_ATTRIBUTE_FLATTEN=1 
-DHAVE_FUNC_ATTRIBUTE_FORMAT=1 -DHAVE_FUNC_ATTRIBUTE_MALLOC=1 
-DHAVE_FUNC_ATTRIBUTE_PACKED=
 1 -DHAVE_FUNC_ATTRIBUTE_PURE=1 -DHAVE_FUNC_ATTRIBUTE_UNUSED=1 
-DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT=1 -DHAVE_DLADDR=1 
-DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -I. -I../../../../src/egl   
-D_FORTIFY_SOURCE=2 -I../../../../include -I../../../../src/egl/main 
-I../../../../src/gbm/main -I../../../../src -D__STDC_LIMIT_MACROS 
-D_GNU_SOURCE -DUSE_SSE41 -DNDEBUG -DTEXTURE_FLOAT_ENABLED -DUSE_X86_64_ASM 
-DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_MKOSTEMP 
-DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV 
-DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_ALIAS 
-DHAVE_DRI3 -DHAVE_MINCORE -DHAVE_LLVM=0x0306 -DMESA_LLVM_VERSION_PATCH=2 
-fvisibility=hidden -I/usr/include/libdrm   
-D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_X11 -DHAVE_X11_PLATFORM  
-DHAVE_WAYLAND_PLATFORM  -DHAVE_DRM_PLATFORM  -DHAVE_MIR_PLATFORM 
-I/usr/include/mirplatform -I/usr/include/mircommon  -I../../../../src/loader 
-I../../../../src/egl/drivers/dri2 -I../../../../sr
 c/gbm/backends/dri -I../../../../src/egl/wayland/wayland-egl 
-I../../../../src/egl/wayland/wayland-drm -I../../src/egl/wayland/wayland-drm 
-DDEFAULT_DRIVER_DIR=\"/usr/lib/x86_64-linux-gnu/dri:\${ORIGIN}/dri:/usr/lib/dri\"
 -D_EGL_BUILT_IN_DRIVER_DRI2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wall -std=c99 
-Werror=implicit-function-declaration -Werror=missing-prototypes 
-fno-strict-aliasing -fno-math-errno -fno-trapping-math -fno-builtin-memcmp  
-MT main/eglfallbacks.lo -MD -MP -MF $depbase.Tpo -c -o main/eglfallbacks.lo 
../../../../src/egl/main/eglfallbacks.c &&\
  In file included from ../../../../src/egl/main/egldisplay.c:61:0:
  /usr/include/mirplatform/mir_toolkit/mesa/native_display.h:22:38: fatal 
error: mir_toolkit/client_types.h: No such file or directory
  compilation terminated.
  make[3]: *** [main/egldisplay.lo] Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1503450/+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 1289072] Re: Nested servers need cursor support

2015-10-06 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.17.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Nested servers need cursor support

Status in Light Display Manager:
  Fix Released
Status in Mir:
  Fix Committed
Status in unity-mir:
  Invalid
Status in Unity System Compositor:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Fix Released
Status in unity8-desktop-session package in Ubuntu:
  In Progress

Bug description:
  Nested servers lack functional cursor support.  The code just returns
  a null pointer.

  One of the symptoms of this is that it is not possible to use a mouse
  or trackpad when running Unity8 as the desktop shell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1289072/+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 1308133] Re: Mir cursor is missing/invisible until the client sets it multiple times

2015-10-05 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.17.0

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

Title:
  Mir cursor is missing/invisible until the client sets it multiple
  times

Status in Mir:
  Fix Committed
Status in Unity System Compositor:
  New
Status in mir package in Ubuntu:
  Confirmed
Status in unity8-desktop-session package in Ubuntu:
  Triaged

Bug description:
  Mir cursor is missing/invisible until the client sets it multiple
  times

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1308133/+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 1308133] Re: Mir cursor is missing/invisible until the client sets it multiple times

2015-10-01 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.17.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Mir cursor is missing/invisible until the client sets it multiple
  times

Status in Mir:
  Fix Committed
Status in Unity System Compositor:
  New
Status in mir package in Ubuntu:
  Confirmed
Status in unity8-desktop-session package in Ubuntu:
  Triaged

Bug description:
  Mir cursor is missing/invisible until the client sets it multiple
  times

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1308133/+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 1498829] Re: tests do not compile without precompiled headers

2015-09-29 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.17.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  tests do not compile without precompiled headers

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  With  -DMIR_USE_PRECOMPILED_HEADERS=OFF

  $ make -j6 -k 2>&1 | grep " \*\*\* "
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_queueing_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/compositor/test_dropping_schedule.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_specification.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_client_scaling.cpp.o]
 Error 1
  make[2]: *** 
[tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/test_surface_morphing.cpp.o]
 Error 1
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/client/test_connection_resource_map.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_input_event.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/evdev/test_evdev_device_detection.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/dispatch/test_readable_fd.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_display.cpp.o]
 Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/input/test_x11_platform.cpp.o] 
Error 1
  make[2]: *** 
[tests/unit-tests/CMakeFiles/mir_unit_tests.dir/graphics/mesa/x11/test_platform.cpp.o]
 Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1498829/+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 1205144] Re: We can't set the objectName to a ActionSelectionPopover Action

2015-09-09 Thread PS Jenkins bot
Fix committed into lp:ubuntu-ui-toolkit/staging at revision None,
scheduled for release in ubuntu-ui-toolkit, milestone Unknown

** Changed in: ubuntu-ui-toolkit
   Status: Confirmed => Fix Committed

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

Title:
  We can't set the objectName to a ActionSelectionPopover Action

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  I'm writing tests to the ubuntu-filemanager-app. It has an
  ActionSelectionPopover with the actions you can do execute on a file,
  like rename, delete, etc.

  I'd like autopilot to click the rename button, but currently I can
  only do it selecting the object by its text. This is bad as the text
  can change and it will fail on a machine with a different language. It
  would be better to select it by objectName.

  But, if I do something like this:

  Action {
  objectName: "rename"
  text: i18n.tr("Rename")
  }

  The objectName I assigned is not present on the element.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1205144/+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 1395118] Re: ActionSelectionPopover does not handle the 'visible' property of actions properly

2015-08-28 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-filemanager-app at revision 458, scheduled
for release in ubuntu-filemanager-app, milestone alpha-1

** Changed in: ubuntu-filemanager-app
   Status: In Progress => Fix Committed

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

Title:
  ActionSelectionPopover does not handle the 'visible' property of
  actions properly

Status in Canonical System Image:
  Fix Released
Status in Ubuntu File Manager App:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Released

Bug description:
  When setting the 'visible' property of an action in an ActionList of
  an ActionSelectionPopover to false, the delegate will not be hidden
  but instead be shown at the top of the list behind the first visible
  delegate. (Check out the screenshot.)

  Demo code (containing an outcommented workaround):

  import QtQuick 2.3
  import Ubuntu.Components 1.1
  import Ubuntu.Components.Popups 1.0
  import Ubuntu.Components.ListItems 1.0

  MainView {
  width: units.gu(50)
  height: units.gu(75)

  Page {
  title: i18n.tr("ActionSelectionPopover Fix")

  Button {
  id: button
  width: parent.width

  text: i18n.tr("Show popover")

  onClicked: {
  PopupUtils.open(actionSelectionPopoverComponent, button)
  }
  }

  Component {
  id: actionSelectionPopoverComponent

  ActionSelectionPopover {
  actions: ActionList {
  Action {
  text: "Action one"
  }
  Action {
  text: "Action two"
  }
  Action {
  text: "Hidden action"
  visible: false
  }
  }

  // Uncomment the following for a temporary workaround:

  //delegate: Empty {
  //id: listItem
  //Label {
  //text: listItem.text
  //anchors {
  //verticalCenter: parent.verticalCenter
  //horizontalCenter: parent.horizontalCenter
  //}
  //wrapMode: Text.Wrap
  //color: Theme.palette.normal.overlayText
  //}
  ///*! \internal */
  //onTriggered: popover.hide()
  //visible: enabled && ((action === undefined) || 
action.visible)
  //height: visible ? implicitHeight : 0
  //}
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1395118/+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 1487197] Re: [regression] Intermittent test failure BufferQueue/WithThreeOrMoreBuffers.queue_size_scales_with_client_performance

2015-08-26 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.16.0

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

Title:
  [regression] Intermittent test failure
  BufferQueue/WithThreeOrMoreBuffers.queue_size_scales_with_client_performance

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  CI run failure in this branch:
  
https://code.launchpad.net/~brandontschaefer/mir/msg-auth-code-field-added/+merge/268383

  Though this branch doesnt touch anything around those parts, so most
  likely a separate intermittent failure.

  [ RUN ] 
BufferQueue/WithThreeOrMoreBuffers.queue_size_scales_with_client_performance/0
  
/tmp/buildd/mir-0.15.0bzr2850pkg0wily779/tests/unit-tests/compositor/test_buffer_queue.cpp:1592:
 Failure
  Value of: buffers_acquired.size()
  Expected: is equal to 2
  Actual: 3 (of type unsigned long)
  [ FAILED ] 
BufferQueue/WithThreeOrMoreBuffers.queue_size_scales_with_client_performance/0, 
where GetParam() = 3 (405 ms)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1487197/+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 1485737] Re: Screen fades to black while typing a message (after wake-up from notification)

2015-08-20 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 244, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  Screen fades to black while typing a message (after wake-up from
  notification)

Status in Canonical System Image:
  New
Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  Triaged

Bug description:
  TEST CASE
  [Phone set to "Lock phone: Never".]
  [Phone in sleep mode.]
  1. SMS message arrives, phone wakes, notification appears.
  2. Swipe to unlock phone, enter passcode.
  3. Navigate to messaging app, select arrived message, start typing.
  EXPECTED
  Continue to type.
  ACTUAL
  Screen goes black.

  This is on arale r89, I'm aware of lp:1433442 , wonder if it could be
  related?  Strangely I'm finding that I'm not able to actuate this at
  sleep-delay of one minute, e.g.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1485737/+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 1484914] Re: Memory leak in ThumbnailGenerator

2015-08-17 Thread PS Jenkins bot
Fix committed into lp:thumbnailer/devel at revision 254, scheduled for
release in thumbnailer, milestone Unknown

** Changed in: thumbnailer
   Status: In Progress => Fix Committed

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

Title:
  Memory leak in ThumbnailGenerator

Status in Thumbnailer:
  Fix Committed
Status in qtdeclarative-opensource-src package in Ubuntu:
  In Progress

Bug description:
  A possible memory leak is exhibited by the attached QML program
  'leako.qml'. Run it as is on arale with at least 100 photos in
  /home/phablet/Pictures/com.ubuntu.camera

  $ phablet-shell
  $ qmlscene 
--desktop_file_hint=/usr/share/applications/address-book-app.desktop leako.qml

  Running top will show that RES memory usage is rising indefinitely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1484914/+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 1408015] Re: [sdk][UX] Confirmation in the header bar confusing

2015-08-12 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-clock-app at revision 329, scheduled for
release in ubuntu-clock-app, milestone 3.5

** Changed in: ubuntu-clock-app
   Status: In Progress => Fix Committed

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

Title:
  [sdk][UX] Confirmation in the header bar confusing

Status in Quick Memo:
  New
Status in Ubuntu Calendar App:
  New
Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Imagine a form of some sort, you fill a few fields of data top-down,
  and at the end of it you need to tap in the header at the top to
  save/confirm.

  Pair that with the header going off-screen to leave more screen for
  the content, you have to pull the header in first (and you need to
  know that's where the button will be).

  An example of this behaviour is the calendar app when adding/editing
  an event. One other example (although that could be improved easily by
  auto-saving the new note as soon as it's edited) is the Quick Memo
  app, where when you create a note in the first place you need to tap
  the ✓ icon, but when you're editing, it's all auto-saved and you need
  to tap 〈 to go back to the list of notes.

  I feel like we need to at least come up with clear guidance on what
  belongs in the header, and where a footer with buttons should be used
  (we have a way to stick something on top of the keyboard after all¹).

  http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.MainView
  /#anchorToKeyboard-prop

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: qtdeclarative5-ubuntu-ui-toolkit-plugin 
1.1.1364+15.04.20141209-0ubuntu2
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 17:03:54 2015
  InstallationDate: Installed on 2014-12-17 (20 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141217-020204)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

  --- UX comment & resolution --

  The back button in the header should never be used as a confirmation but can 
mean CANCEL and not just BACK. 
  If an action or any alterations within the content/screen have to be 
confirmed/saved then it requires a visible call to action. This call to action 
sits by default in the header unless differently specified by 
designer/developer.

  In all here described cases the UX can be improved easily by adding
  clarity to the UI and sometimes just adding a call to action.

  The header can be fixed or can go off-screen the specification for
  that lies with the designer/developer. This means if I have an
  important action in the header which I want to present to the user all
  the time, then the header stays fixed, even if the content is
  scrolled.

  Calendar app: 
  When creating a new alarm by swiping from the bottom of the screen, the tick 
(confirmation) icon should be disabled. Only after interacting with the screen, 
by changing one of the parameters for example, the tick should be enabled. This 
will signal to user that there was a change and this needs to be confirmed. 
Even more informative is a simple word instead of the tick: SAVE. The SAVE 
option is a new addition to the header and wasn't available so far. 
  This concept is already documented in the UI - Toolkit spec which is at the 
bottom of this post. If user taps back before saving then the alarm won't be 
created. Additionally there can be visual feedback by adding the "feedback 
bubble" to the UI.
  If the user taps back before saving the feedback bubble states, e.g. "Alarm 
not saved". If the tick icon is tapped, it can state "Alarm saved" (see 
Notification spec).
  In the Repeat section the select all icon has to move one to the left and a 
tick or "save added". The behaviour will then follow as described above.

  Note app:
  There is nothing wrong with the note app approach but it is a custom made 
behaviour which is up to the developer. This person decided not to use our 
pattern and include a tick or SAVE into the header. There are many note taking 
apps on iOS which are not using their patterns either. This doesn't mean they 
are bad, they just work differently. 

  While it is ok to use a "Send Order" or a NEXT at the end of a form,
  for some instances and apps it won't be efficient. This means <
  CANCEL/BACK and CONFIRM (tick/save/done) can sit in the header but it
  is not possible to control apps which don't want to user out UI-
  Toolkit, hence the other solutions will exist too.

  We are constantly improving the UI-Toolit and I will add the
  footer/toolbar idea to potential new projects for design.

  Please see for reference the notification spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlh

[Touch-packages] [Bug 1392276] Re: TextArea does not export TextEdit's textDocument property

2015-08-11 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:reminders-app at revision 476, scheduled for
release in reminders-app, milestone 2014-11-27

** Changed in: reminders-app
   Status: In Progress => Fix Committed

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

Title:
  TextArea does not export TextEdit's textDocument property

Status in Ubuntu Notes app:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  New

Bug description:
  This would be needed for advanced RTF formatting like this:
  http://i.imgur.com/dejnDU7.png

  Right now, falling back to plain TextEdit is required.

  This is a feature to improve the UX of the Reminders core app, so that
  it can use the Ubuntu text selection and cursor to be better
  integrated.

  In terms of reusing the code that the Reminders app provides to have a
  full QML API, while technically possible, would require a non-trivial
  amount of work to make it generic enough for use for other apps. The
  features of the Reminders text editor are tightly coupled with the
  Evernote API.

To manage notifications about this bug go to:
https://bugs.launchpad.net/reminders-app/+bug/1392276/+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 1440583] Re: calendar-app is generating invalid RECUR values in RRULE property

2015-08-07 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 707, scheduled for
release in ubuntu-calendar-app, milestone rtm14

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

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

Title:
  calendar-app is generating invalid RECUR values in RRULE property

Status in Ubuntu Calendar App:
  Fix Committed
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  I created a calendar event for April 24 at 1:35 PM, with a reminder
  the day before. This is the
  ~/.local/share/evolution/calendar/system/calendar.ics file that was
  created, note the X-LIC-ERROR.

  Tested with calendar-app 0.4.600 on krillin rtm r263.

  BEGIN:VCALENDAR
  CALSCALE:GREGORIAN
  PRODID:-//Ximian//NONSGML Evolution Calendar//EN
  VERSION:2.0
  X-EVOLUTION-DATA-REVISION:2015-04-05T19:06:51.703615Z(2)
  BEGIN:VEVENT
  UID:20150405T190651Z-4388-32011-1709-1@ubuntu-phablet
  DTSTAMP:20150405T190651Z
  DTSTART:20150424T183500Z
  DTEND:20150424T193500Z
  X-LIC-ERROR;X-LIC-ERRORTYPE=VALUE-PARSE-ERROR:Can't parse as RECUR value
   in RRULE property. Removing entire property: ERROR: No Value
  SUMMARY:London Sprint Flight
  DESCRIPTION:Time to pack!
  CREATED:20150405T190651Z
  LAST-MODIFIED:20150405T190651Z
  BEGIN:VALARM
  X-EVOLUTION-ALARM-UID:20150405T190651Z-4388-32011-1709-2@ubuntu-phablet
  ACTION:AUDIO
  TRIGGER;VALUE=DURATION;RELATED=START:-P1D
  REPEAT:3
  DURATION:PT2M
  END:VALARM
  BEGIN:VALARM
  X-EVOLUTION-ALARM-UID:20150405T190651Z-4388-32011-1709-3@ubuntu-phablet
  ACTION:DISPLAY
  DESCRIPTION:London Sprint Flight
  TRIGGER;VALUE=DURATION;RELATED=START:-P1D
  REPEAT:3
  DURATION:PT2M
  END:VALARM
  END:VEVENT
  END:VCALENDAR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1440583/+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 1480654] Re: [regression] Input focus delay after switching app back into focus since OTA5 (Mir 0.14)

2015-08-06 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.16.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Input focus delay after switching app back into focus
  since OTA5 (Mir 0.14)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  i am not sure if it started with OTA4 or OTA5 but since one of the
  recent OTA upgrades my arale takes between half a second and one
  second before an app takes input again when one switches it from
  background back into focus. i'm talking about apps that were only
  sigstopped, not OOM killed here (i.e. no restart involved, just
  sigcont).

  this used to be instant before and gives a weird feeling of
  sluggishness.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1480654/+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 1480755] Re: [regression] Some Mir EGL demos don't get bypassed any more in fullscreen

2015-08-05 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.16.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [regression] Some Mir EGL demos don't get bypassed any more in
  fullscreen

Status in Mir:
  Fix Committed
Status in mesa package in Ubuntu:
  New

Bug description:
  [regression] Fullscreen GL apps don't get bypassed any more.

  As you can see in compositor report from any of our demo servers:
  [1438572052.621854] compositor: Display 0x7faea4306fa0 averaged 60.537 FPS, 
0.506 ms/frame, latency 15.669 ms, 61 frames over 1.007 sec, 0% bypassed
  [1438572053.622668] compositor: Display 0x7faea4306fa0 averaged 59.950 FPS, 
0.551 ms/frame, latency 15.814 ms, 60 frames over 1.000 sec, 0% bypassed
  [1438572054.623370] compositor: Display 0x7faea4306fa0 averaged 59.958 FPS, 
0.613 ms/frame, latency 15.721 ms, 60 frames over 1.000 sec, 0% bypassed

  I think this is only "medium" though, because it's a transparent
  optimization so its absence is very hard to notice in most cases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1480755/+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 1240909] Re: [performance] Restore support for double-buffering by default

2015-07-30 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.16.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  [performance] Restore support for double-buffering by default

Status in Mir:
  Fix Committed
Status in Mir 0.5 series:
  Won't Fix
Status in mir package in Ubuntu:
  Triaged

Bug description:
  We really should restore support for double-buffering where possible.
  Presently we're on triple-buffering all the time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1240909/+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 1478213] Re: mir tests fail on armhf in the landing-16 PPA

2015-07-27 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  mir tests fail on armhf in the landing-16 PPA

Status in Mir:
  Fix Committed
Status in Mir 0.14 series:
  In Progress
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  see 
  
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-016/+sourcepub/5256817/+listing-archive-extra

  this is derived from mir - 0.14.0+15.10.20150723.1-0ubuntu1
  Note that I'm uploading a package to the silo which just ignores the test 
errors to keep the silo install-able.

  [ RUN ] GLibMainLoopTest.propagates_exception_from_signal_handler
  terminate called after throwing an instance of 'std::runtime_error'
  what():
  
/«BUILDDIR»/mir-0.14.0+15.10.20150723.1/tests/unit-tests/test_glib_main_loop.cpp:78:
 Failure
  Value of: result.succeeded()
  Actual: false
  Expected: true
  [ FAILED ] GLibMainLoopTest.propagates_exception_from_signal_handler (4 ms)

  [ RUN ] GLibMainLoopTest.propagates_exception_from_server_action
  terminate called after throwing an instance of 'std::runtime_error'
  what():
  
/«BUILDDIR»/mir-0.14.0+15.10.20150723.1/tests/unit-tests/test_glib_main_loop.cpp:78:
 Failure
  Value of: result.succeeded()
  Actual: false
  Expected: true
  [ FAILED ] GLibMainLoopTest.propagates_exception_from_server_action (3 ms)
  [ RUN ] GLibMainLoopTest.can_be_rerun_after_exception
  terminate called after throwing an instance of 'std::runtime_error'
  what():
  
/«BUILDDIR»/mir-0.14.0+15.10.20150723.1/tests/unit-tests/test_glib_main_loop.cpp:78:
 Failure
  Value of: result.succeeded()
  Actual: false
  Expected: true
  [ FAILED ] GLibMainLoopTest.can_be_rerun_after_exception (4 ms)
  [ FAILED ] 3 tests, listed below:
  [ FAILED ] GLibMainLoopTest.propagates_exception_from_signal_handler
  [ FAILED ] GLibMainLoopTest.propagates_exception_from_server_action
  [ FAILED ] GLibMainLoopTest.can_be_rerun_after_exception

  3 FAILED TESTS
  YOU HAVE 6 DISABLED TESTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1478213/+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 1291455] Re: [greeter] Screen and input should be disabled with proximity sensor when on greeter

2015-07-27 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 237, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  [greeter] Screen and input should be disabled with proximity sensor
  when on greeter

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  Triaged
Status in Unity System Compositor:
  Fix Committed
Status in powerd package in Ubuntu:
  Incomplete
Status in telepathy-ofono package in Ubuntu:
  Invalid
Status in unity-system-compositor package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:
  * suspend your device
  * cover the proximity sensor (top left on mako)
  * call the phone

  Expecte result:
  * screen does not light up until you uncover the proximity sensor

  Current result:
  * screen lights up and you can answer the call

  This results in butt/pocket calls...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity8 7.84+14.04.20140306-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: armhf
  Date: Wed Mar 12 13:14:37 2014
  InstallationDate: Installed on 2014-03-12 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140312)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1291455/+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 1426115] Re: Screen timeout for system event (e.g. notification) needs to be a shorter duration than the standard inactivity timeout

2015-07-27 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 236, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  Screen timeout for system event (e.g. notification) needs to be a
  shorter duration than the standard inactivity timeout

Status in Canonical System Image:
  In Progress
Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  In Progress

Bug description:
  When receiving an SMS notification or a calendar event the screen is
  left on for the full min or more as set by the user. This is not
  necessary and not how other phones behave.

  I would suggest 15 secs and go direct to suspend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1426115/+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 1347836] Re: Events saved to birthdays calendar don't appear in timeline

2015-07-24 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 700, scheduled for
release in ubuntu-calendar-app, milestone rtm14

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

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

Title:
  Events saved to birthdays calendar don't appear in timeline

Status in Ubuntu Calendar App:
  Fix Committed
Status in qtorganizer5-eds package in Ubuntu:
  Fix Released
Status in qtorganizer5-eds source package in Vivid:
  Confirmed

Bug description:
  If I create a new event and select the birthday and anniversaries
  calendar, I cannot see the event in the timeline. This is without
  syncing any google calendars; merely the default 2 calendars.

  The log displays this error when attempting to save:

  Fail to create items: Cannot create calendar object: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1347836/+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 1426519] Re: Need a mechanism for specifying what happens when an ical menuitem is clicked

2015-07-23 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 697, scheduled for
release in ubuntu-calendar-app, milestone rtm14

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

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

Title:
  Need a mechanism for specifying what happens when an ical menuitem is
  clicked

Status in Ubuntu Calendar App:
  Fix Committed
Status in Ubuntu Clock App:
  Triaged
Status in indicator-datetime package in Ubuntu:
  Confirmed
Status in qtorganizer5-eds package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  Confirmed
Status in indicator-datetime source package in Vivid:
  New
Status in qtorganizer5-eds source package in Vivid:
  New

Bug description:
  indicator-datetime needs a way to dispatch an arbitrary URL when a
  user clicks on an ical event menuitem.

  In practice, datetime currently has clock-app hardwired for
  dispatching alarms (dispatch_url('appid://com.ubuntu.clock/clock
  /current-user-version')) and calendar-app for everything else
  (dispatch_url('appid://com.ubuntu.calendar/calendar/current-user-
  version')).

  There are two use cases that can be supported by datetime handling the
  URL property :

  (1) Clicking on an alarm menuitem opens up clock-app to that specific
  alarm, rather than to clock-app's main page. Clock-app could specify
  the information it needs in the URL, then open the right page when
  passed that information later. indicator-datetime would act as a
  simple pass-through.

  (2) non-calendar, non-alarm items such as from the reminders app as
  requested by mzanetti. The pattern would be the same as clock-app:
  Reminders would add whatever URL it wants, then datetime would act as
  a simple pass-through. This is preferable to adding more special cases
  to indicator-datetime.

  See also related bug  which discusses abstracting out the
  icon shown in ical events' menuitems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1426519/+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 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-07-22 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Fix Committed
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1460149/+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 1475994] Re: mir fails to build with GCC 5

2015-07-21 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  mir fails to build with GCC 5

Status in Mir:
  Fix Committed
Status in Mir 0.14 series:
  In Progress
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  as seen in silo16:

  https://launchpadlibrarian.net/212029958/buildlog_ubuntu-wily-
  amd64.mir_0.14.0%2B15.10.20150715-0ubuntu2~gcc5.1_BUILDING.txt.gz

  make[3]: Entering directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  [ 10%] Building CXX object 
src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o
  cd /«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf && 
/usr/bin/x86_64-linux-gnu-g++   -DLOG_NDEBUG=1 -DMESA_EGL_NO_X11_HEADERS 
-DMIR_VERSION_MAJOR=0 -DMIR_VERSION_MICRO=0 -DMIR_VERSION_MINOR=14 
-Dmirprotobuf_EXPORTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -pthread -g -std=c++14 -Werror 
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC -fPIC 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common 
-I/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/src/protobuf-o 
CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o -c 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp
  In file included from 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/protobuf/google_protobuf_guard.cpp:19:0:
  
/«BUILDDIR»/mir-0.14.0+15.10.20150715/src/include/common/mir/protobuf/google_protobuf_guard.h:37:6:
 error: '{anonymous}::force_google_protobuf_init' defined but not used 
[-Werror=unused-variable]
   bool force_google_protobuf_init{(mir::protobuf::google_protobuf_guard(), 
true)};
^
  /usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu/CMakeFiles 
  cc1plus: all warnings being treated as errors
  make[3]: *** 
[src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o] Error 1
  [ 10%] src/protobuf/CMakeFiles/mirprotobuf.dir/build.make:75: recipe for 
target 'src/protobuf/CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o' 
failed
  make[3]: Leaving directory 
'/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu'
  CMakeFiles/Makefile2:2622: recipe for target 
'src/protobuf/CMakeFiles/mirprotobuf.dir/all' failed
  make[2]: *** [src/protobuf/CMakeFiles/mirprotobuf.dir/all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1475994/+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 1474891] Re: USC crash on multimonitor unplug [std::exception::what: error during hwc prepare()]

2015-07-21 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  USC crash on multimonitor unplug [std::exception::what: error during
  hwc prepare()]

Status in Mir:
  Fix Committed
Status in Unity System Compositor:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  I've a slightly customized USC built in Silo0. On top of that, a 
multimonitor-aware unity8 is running.
  http://people.canonical.com/~platform/citrain_dashboard/#?q=ubuntu/landing-000

  On Android devices, Nexus 4 & 7, I occasionally get a crash on
  external monitor unplug. Here is the relevant log:

  ERROR: 
/build/mir-UAyS26/mir-0.13.4+15.04.20150709.2/src/platforms/android/server/real_hwc_wrapper.cpp(123):
 Throw in function virtual void 
mir::graphics::android::RealHwcWrapper::set(const 
std::array&) const
  Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorISt13runtime_error
  std::exception::what: error during hwc prepare(). rc = 

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1474891/+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 1452347] Re: please drop build-dependency on g++-4.9

2015-07-20 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 235, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  please drop build-dependency on g++-4.9

Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  The unity-system-compositor package currently has a build-dependency
  on g++-4.9. This build-dependency is present because of the
  recommendations on https://wiki.ubuntu.com/cpp-11 about handling of
  C++11.

  The C++11 ABI has now stabilized in gcc as of gcc 5; however, before
  we can switch to gcc 5, we first need to be able to do rebuild tests
  of the archive against this compiler.

  To facilitate this, please drop the build-dependency on g++-4.9 from
  the package in wily. 4.9 will remain the default until all transition
  issues have been identified, so there is no risk of accidental ABI
  breakage here anymore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-system-compositor/+bug/1452347/+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 1447995] Re: [Document-Viewer] Re-enable swipe gestures of list items

2015-07-19 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-docviewer-app at revision 174, scheduled
for release in ubuntu-docviewer-app, milestone 2014-10-30

** Changed in: ubuntu-docviewer-app
   Status: In Progress => Fix Committed

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

Title:
  [Document-Viewer] Re-enable swipe gestures of list items

Status in Ubuntu Document Viewer App:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  STEP TO REPRODUCE THIS ISSUE:
  1. Open Document Viewer. The list of documents in $HOME/Documents will be 
shown.
  2. Delete an entry in the list (N.B. not the grid), by swiping to right the 
corrisponding list item.

  WHAT HAPPENS:
  The list item can not be swipped

  WHAT SHOULD HAPPENS:
  The list item can be swipped to right, and a red-coloured action is shown.
  Currently, to delete an item we need to switch to the multi-selection mode.

  DESIRED SOLUTION:
  See "Option A" in the comment #4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-docviewer-app/+bug/1447995/+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 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-07-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision 2751, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Fix Committed
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1460149/+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 1461476] Re: Display never sleeps

2015-07-13 Thread PS Jenkins bot
Fix committed into lp:unity-system-compositor at revision 224, scheduled
for release in unity-system-compositor, milestone Unknown

** Changed in: unity-system-compositor
   Status: In Progress => Fix Committed

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

Title:
  Display never sleeps

Status in Canonical System Image:
  Confirmed
Status in Unity System Compositor:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 beta Wily Werewolf from r.227 doesn't sleep the screen
  after idle. Looks like that it never sleep the screen no matter what
  time had you configured.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1461476/+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 1450767] Re: [clock] Snooze time more than 10 minutes

2015-07-10 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-clock-app at revision 293, scheduled for
release in ubuntu-clock-app, milestone 3.4

** Changed in: ubuntu-clock-app
   Status: In Progress => Fix Committed

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

Title:
  [clock] Snooze time more than 10 minutes

Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  Invalid

Bug description:
  Can we have snooze times that are more than 10 minutes? Perhaps full
  flexibility in specifying a duration (some times I like to use 15m,
  but I guess more than 30 or 60 minutes would be too much).

  
https://docs.google.com/presentation/d/1JvDyhsW17d1-Mz8OY1YMBKwfRI2z9qgyRjbujEsxEMk/edit?pli=1#slide=id.g18895458d_024

  [UX Comment]
  As it seems unlikely that we will be able to implement snooze on/off & snooze 
duration for individual alarms, but do have an application-wide setting that 
allows snooze duration to be set (but not disabled), I'd recommend the options 
relating to snooze in application settings be changed to the following:

  - No snooze
  - 5 minutes
  - 10 minutes
  - 15 minutes

  This way the list is still short (four options, as it is currently)
  but the options provided are likely to be more useful (current 2
  minute snooze doesn't seem very useful, nor does the difference
  between 4 mins and 5 min snooze periods).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1450767/+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 1471909] Re: MultiThreadedCompositor::destroy_compositing_threads hangs/deadlocks on shutdown or display reconfiguration

2015-07-08 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  MultiThreadedCompositor::destroy_compositing_threads hangs/deadlocks
  on shutdown or display reconfiguration

Status in Mir:
  Fix Committed
Status in Mir 0.13 series:
  Triaged
Status in Mir 0.14 series:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Try revision 211 of lp:~unity-team/unity-system-compositor/toggle-
  cursor2/

  The desire was to resize all surfaces to the size of the smallest
  attached display.

  usc::WindowManager implements the mir::shell::WindowManagement
  interface. I thought it logical to implement this resizing in
  add_display. However it causes a deadlock when plugging in a second
  display, while the compositor is stopping, see this backtrace:

  http://pastebin.ubuntu.com/11831907/

  I suspect Threads 8 and Thread 1 are blocking eachother.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1471909/+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 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-07-08 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.15.0

** Changed in: mir
   Status: Invalid => Fix Committed

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Fix Committed
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


  1   2   3   >