← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1589982] Re: QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

 

This bug was fixed in the package ubuntu-ui-toolkit -
1.3.2009+16.10.20160615.3

---------------
ubuntu-ui-toolkit (1.3.2009+16.10.20160615.3) yakkety; urgency=medium

  [ Tim Peeters ]
  * Introduce Styles.SectionsStyle. Fixes LP: #1585548
  * Update header contents only after its style was initialized.
    Fixes LP: #1588837
  * Update export_qml_dir.qml to work inside a lxd container.
  * Draw a red outline around the subheader in AdaptivePageLayout to warn that
    the old header is deprecated. Fixes LP: #1583636

  [ Christian Dywan ]
  * Select the current item before adding the test page.
  * Introduce gallery for browsing visual tests.
  * Put Scrollbar in ShaderEffectSource to blend with frame. Fixes LP: #1583543
  * Correctly use build/src dir with unit tests. Fixes LP: #1589982

  [ Florian Boucault ]
  * Do not initialize haptics at startup but only when used for the first time.
  * PageHeadButton: do not load the icon until the button is made visible.

  [ Albert Astals Cid ]
  * Prepend UC_ to performance env vars.
  * Using -1 as PERFORMANCE_MONITOR_WARNING_COUNT_THRESHOLD envvar disables the
    warning count threshold.
  * Add envvars to change the performance monitor variables.

 -- Zoltán Balogh <zoltan.balogh@xxxxxxxxxxxxx>  Wed, 15 Jun 2016
18:32:29 +0000

** Changed in: ubuntu-ui-toolkit (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 ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589982

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the
  same) is broken:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
      width: units.gu(20)
      height: units.gu(40)

      Page {
          id: page
          Rectangle {
              color: "red"
              anchors.fill: page
          }
      }
  }

  This is from tests/unit/page/AnchorToPage.qml

  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

  There's indeed no artwork/back.png in the source tree.

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


References