[Ubuntu-sdk-bugs] [Bug 1421009] Re: unity8 sometimes hangs on boot

2015-04-28 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

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

Title:
  unity8 sometimes hangs on boot

Status in the base for Ubuntu mobile products:
  Fix Released
Status in autopilot package in Ubuntu:
  Fix Released
Status in libusermetrics package in Ubuntu:
  Fix Released
Status in lxc-android-config package in Ubuntu:
  Invalid
Status in qtbase-opensource-src package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The following gdbus call is failing with a "Error: Timeout was
  reached" message:

  gdbus call --session --dest com.canonical.UnityGreeter --object-path /
  --method org.freedesktop.DBus.Properties.Get
  com.canonical.UnityGreeter IsActive

  This is being seen on krillin devices starting with image 106 from
  ubuntu-touch/devel-proposed. It doesn't happen every time, so far
  today, I've seen it 3 times from about 12 tests. On the most recent
  failure, I grabbed a console and tried repeatedly to run the command
  from the shell, even after 2 hours the timeout was still being
  returned (after about 28 seconds).

  A copy of ~/.cache/upstart/unity8.log is here:
  http://paste.ubuntu.com/10179482/

  I have 3 test cases where the problem was observed:
  http://d-jenkins.ubuntu-ci:8080/job/vivid-boottest-qtchooser/1/console
  
http://d-jenkins.ubuntu-ci:8080/job/vivid-boottest-gsettings-ubuntu-touch-schemas/1/console
  http://d-jenkins.ubuntu-ci:8080/job/fjg-boottest/3/console

  In all cases, the test is using adt-run (from autopkgtest) to drive a
  test on the phone device. adt-run uses the above gdbus call to
  determine if the desktop is active. In all the examples, the device
  was freshly flashed.

  == Test Case ==

  # Prepare debugging
  adb shell
  sudo apt-get clean # so that you wouldn't run out of disk space
  sudo apt install qtbase5-dbg libc6-dbg libdbus-glib-1-2-dbg dbus-1-dbg 
libglib2.0-0-dbg

  # Add also libusermetrics debug symbols, unless you're testing a PPA version
  echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe 
multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01
  sudo apt-get update
  sudo apt install libusermetricsoutput1-dbgsym=1.1.1+15.04.20150219-0ubuntu1

  # Start the reboot loop
  # This reboots the device in a loop, and if this bug is not fixed by whatever 
proposed solution, it will hang eventually with Unity 8 having a black 
background. Other kind of hangs (like just Google logo showing, no adb) are not 
related to this bug. Current highest amount of reboots without errors is 54, so 
it's probable a 100 reboots is needed for testing.

  bzr branch lp:unity8
  cd unity8
  while true; do adb shell rm -R "~phablet/.cache/QML"; ./tools/unlock-device 
|| break; done

  # When it fails
  adb shell
  sudo gdb -p $(pidof unity8)
  bt full

  --
  At this point, the backtrace should show:
  #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  #1  0xb6301e12 in _q_futex (op=0, val=3, timeout=0x0, addr=)
  at thread/qmutex_linux.cpp:146
  #2  lockInternal_helper (timeout=-1, elapsedTimer=0x0, d_ptr=...)
  at thread/qmutex_linux.cpp:187
  #3  QBasicMutex::lockInternal (this=this@entry=0x1523b44)
  at thread/qmutex_linux.cpp:203
  #4  0xb6301eb6 in lock (this=0x1523b44) at thread/qmutex.h:59
  #5  lock (timeout=-1, this=0x1523b38) at thread/qmutex.cpp:620
  #6  QMutex::lock (this=this@entry=0x1523d6c) at thread/qmutex.cpp:215
  #7  0xb5f39586 in QDBusMutexLocker (m=0x1523d6c, s=0x1523d48,
  a=ToggleWatchAction, this=) at qdbusthreaddebug_p.h:183
  #8  QDBusDispatchLocker (s=0x1523d48, a=ToggleWatchAction,
  this=) at qdbusthreaddebug_p.h:198
  #9  qDBusRealToggleWatch (d=0x1523d48, watch=0x1524dd0, fd=46)
  at qdbusintegrator.cpp:346
  #10 0xb5ae18f6 in ?? () from /lib/arm-linux-gnueabihf/libdbus-1.so.3

  With this, it's know that it was a QDBus locking related problem.
  --

  ---

  Timeline/Updates:
  2015-02-20: libusermetrics lands, causing (apparently) this boot problem to 
start happening rarely. 
http://people.canonical.com/~ogra/touch-image-stats/106.changes / 
http://launchpadlibrarian.net/198152771/libusermetrics_1.1.1%2B14.10.20141020-0ubuntu1_1.1.1%2B15.04.20150219-0ubuntu1.diff.gz
 ”I got a symbolic trace out of all the threads. It seems to be a dbus lock 
between usermetrics and networkmanager bits. We suspect a relation to QTBUG 
https://bugreports.qt.io/browse/QTBUG-44836.”
  2015-03-25: qtbase dbus update to support threads (instead of one main 
thread) in PPA 018 fixes the boot issue, but autopilot test suites start 
failing randomly.
  2015-03-27: an autopilot fix fixe

[Ubuntu-sdk-bugs] [Bug 1449576] Re: embedded thumbnails not generated correctly

2015-04-28 Thread Ricardo Salveti
I think this is basically the same issue we had with krillin, which I
just pushed to arale. I already triggered a new build including this fix
on the device side, so next image should have it.

** Package changed: qtubuntu-camera (Ubuntu) => canonical-devices-
system-image

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

** Summary changed:

- embedded thumbnails not generated correctly
+ [arale] embedded thumbnails not generated correctly

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu.
https://bugs.launchpad.net/bugs/1449576

Title:
  [arale] embedded thumbnails not generated correctly

Status in the base for Ubuntu mobile products:
  In Progress

Bug description:
  This is arale only bug

  Open camera-app and take picture
  Go to photo roll
  Notice the thumbnails are not at the correct aspect ration
  use exiv2 to extract thumbnail out of jpeg and you can see the embedded 
thumbnail is not correct

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449580] Re: photos taken by camera are corrupt

2015-04-28 Thread Ricardo Salveti
I think this is basically the same issue we had with krillin, which I
just pushed to arale. I already triggered a new build including this fix
on the device side, so next image should have it.

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

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

** Changed in: qtubuntu-camera (Ubuntu)
   Status: New => Invalid

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Ricardo Salveti (rsalveti)

** Summary changed:

- photos taken by camera are corrupt
+ [arale] photos taken by camera are corrupt

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

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu.
https://bugs.launchpad.net/bugs/1449580

Title:
  [arale] photos taken by camera are corrupt

Status in the base for Ubuntu mobile products:
  In Progress
Status in camera-app package in Ubuntu:
  Invalid
Status in qtubuntu-camera package in Ubuntu:
  Invalid

Bug description:
  This is arale specifc bug

  Took pictures with camera
  Go to photo roll
  Photo is black, spinner keeps spinning
  The photo is written to disk, but is corrupt when opening

  I am attaching photo

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1438115] Re: Music App: Sometimes the "length" of the song is displayed as 0:00

2015-04-28 Thread Jim Hodapp
** Changed in: media-hub
 Assignee: (unassigned) => Canonical Phone Foundations 
(canonical-phonedations-team)

** Changed in: media-hub
   Status: New => Triaged

** Also affects: qtubuntu-media (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtubuntu-media (Ubuntu)
   Status: New => Confirmed

** Changed in: qtubuntu-media (Ubuntu)
 Assignee: (unassigned) => Canonical Phone Foundations 
(canonical-phonedations-team)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1438115

Title:
  Music App: Sometimes the "length" of the song is displayed as 0:00

Status in Media Hub:
  Triaged
Status in Music application for Ubuntu devices:
  Confirmed
Status in qtubuntu-media package in Ubuntu:
  Confirmed

Bug description:
  r154, vivid-proposed

  Steps:
  1) Open Music App
  2) Select an Album, tap on any one from the list to play it
  3) After one song start to play, tap on "Forward" button to jump to next 
song, repeat this

  Expect:
  The next song starts to play, length of the song and seek bar is displayed 
correctly

  Actual:
  Sometimes the length of the song is calculated as "0:00", thus there is no 
functional seek bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1438115/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1428757] Re: [SDK] Header should be responsive for Tablet and Desktop form factors

2015-04-28 Thread Olga Kemmet
** Changed in: ubuntu-ux
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, 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:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

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


[Ubuntu-sdk-bugs] [Bug 1449622] [NEW] APP_ID backwards in Makefile

2015-04-28 Thread Michael Hall
Public bug reported:

When creating a new project, the shortened APP_ID in the Makefile is
given as developer.project when it should be project.developer

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1449622

Title:
  APP_ID backwards in Makefile

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  When creating a new project, the shortened APP_ID in the Makefile is
  given as developer.project when it should be project.developer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1449622/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1436074] Re: tab previews black [arale only]

2015-04-28 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

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

Title:
  tab previews black [arale only]

Status in the base for Ubuntu mobile products:
  Fix Released
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  running vivid-proposed build 146 on arale

  When I swipe from bottom edge to reveal tabs, only the most recent tab
  has a preview. The other tabs are black where the preview should be.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449580] [NEW] photos taken by camera are corrupt

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

This is arale specifc bug

Took pictures with camera
Go to photo roll
Photo is black, spinner keeps spinning
The photo is written to disk, but is corrupt when opening

I am attaching photo

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

** Affects: qtubuntu-camera (Ubuntu)
 Importance: Critical
 Status: New

** Changed in: qtubuntu-camera (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu.
https://bugs.launchpad.net/bugs/1449580

Title:
  photos taken by camera are corrupt

Status in camera-app package in Ubuntu:
  New
Status in qtubuntu-camera package in Ubuntu:
  New

Bug description:
  This is arale specifc bug

  Took pictures with camera
  Go to photo roll
  Photo is black, spinner keeps spinning
  The photo is written to disk, but is corrupt when opening

  I am attaching photo

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449580] Re: photos taken by camera are corrupt

2015-04-28 Thread Bill Filler
** Attachment added: "image20150427_194941464.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1449580/+attachment/4386662/+files/image20150427_194941464.jpg

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

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu.
https://bugs.launchpad.net/bugs/1449580

Title:
  photos taken by camera are corrupt

Status in camera-app package in Ubuntu:
  New
Status in qtubuntu-camera package in Ubuntu:
  New

Bug description:
  This is arale specifc bug

  Took pictures with camera
  Go to photo roll
  Photo is black, spinner keeps spinning
  The photo is written to disk, but is corrupt when opening

  I am attaching photo

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449503] Re: New header landed in vivid

2015-04-28 Thread Michał Sawicz
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  New header landed in vivid

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Version: ubuntu-touch/devel-proposed/krillin.en r66 krillin

  Items on the header bar (Title text, search icon, configuration icon,
  favourites icon) are too small on krillin vivid release. Noticeably
  smaller than on RTM

  Comparison screenshot attached.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449576] [NEW] embedded thumbnails not generated correctly

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

This is arale only bug

Open camera-app and take picture
Go to photo roll
Notice the thumbnails are not at the correct aspect ration
use exiv2 to extract thumbnail out of jpeg and you can see the embedded 
thumbnail is not correct

** Affects: qtubuntu-camera (Ubuntu)
 Importance: High
 Assignee: Ricardo Salveti (rsalveti)
 Status: New

** Changed in: qtubuntu-camera (Ubuntu)
 Assignee: (unassigned) => Ricardo Salveti (rsalveti)

** Changed in: qtubuntu-camera (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu.
https://bugs.launchpad.net/bugs/1449576

Title:
  embedded thumbnails not generated correctly

Status in qtubuntu-camera package in Ubuntu:
  New

Bug description:
  This is arale only bug

  Open camera-app and take picture
  Go to photo roll
  Notice the thumbnails are not at the correct aspect ration
  use exiv2 to extract thumbnail out of jpeg and you can see the embedded 
thumbnail is not correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1449576/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1447606] Re: incoming call ringtone is not played repeatedly

2015-04-28 Thread Jim Hodapp
** Changed in: qtubuntu-media (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1447606

Title:
   incoming call ringtone is not played repeatedly

Status in the base for Ubuntu mobile products:
  In Progress
Status in Media Hub:
  Invalid
Status in media-hub package in Ubuntu:
  Invalid
Status in qtubuntu-media package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Invalid

Bug description:
  Mako/arale/krillin device, r196, ubuntu-touch/vivid-proposed

  Steps
  1. Call the ubuntu phone from another phone
  2. Don't answer it

  Expect
  Incoming call ringtone should be played repeatedly

  Result
  Ringtone is only played once.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449503] Re: unity8-dash header items too small on krillin vivid

2015-04-28 Thread Michał Sawicz
** Package changed: unity8 (Ubuntu) => ubuntu-ui-toolkit (Ubuntu)

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

Title:
  unity8-dash header items too small on krillin vivid

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Version: ubuntu-touch/devel-proposed/krillin.en r66 krillin

  Items on the header bar (Title text, search icon, configuration icon,
  favourites icon) are too small on krillin vivid release. Noticeably
  smaller than on RTM

  Comparison screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1449503/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1449503] [NEW] unity8-dash header items too small on krillin vivid

2015-04-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Version: ubuntu-touch/devel-proposed/krillin.en r66 krillin

Items on the header bar (Title text, search icon, configuration icon,
favourites icon) are too small on krillin vivid release. Noticeably
smaller than on RTM

Comparison screenshot attached.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
unity8-dash header items too small on krillin vivid
https://bugs.launchpad.net/bugs/1449503
You received this bug notification because you are a member of Ubuntu SDK bug 
tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1436074] Re: tab previews black [arale only]

2015-04-28 Thread Timo Jyrinki
** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  tab previews black [arale only]

Status in the base for Ubuntu mobile products:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  running vivid-proposed build 146 on arale

  When I swipe from bottom edge to reveal tabs, only the most recent tab
  has a preview. The other tabs are black where the preview should be.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp