← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1505597] Re: IconAndLink.qml:39:5: QML QQuickImage: Invalid image provider: image://scaling/1//

 

Adding ubuntu-ui-toolkit to the affected packages. 
This should be fixed in the toolkit ultimately because mixing different QML toolkits will be common
at least on desktop (using Qt Controls)

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   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/1505597

Title:
  IconAndLink.qml:39:5: QML QQuickImage: Invalid image provider:
  image://scaling/1//

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

Bug description:
  I'm seeing a huge amount of image loading errors of the type

  file:///usr/ubuntu-sdk-
  ide/share/qtcreator/welcomescreen/widgets/IconAndLink.qml:39:5: QML
  QQuickImage: Invalid image provider: image://scaling/1//usr/ubuntu-
  sdk-
  ide/share/qtcreator/welcomescreen/widgets/images/icons/onlineCommunity.png

  with different filenames.

  Note: QT_DEVICE_PIXEL_RATIO=2

  The bug fix is to add

  import Ubuntu.Components 1.2

  to

  /usr/ubuntu-sdk-ide/share/qtcreator/welcomescreen/widgets/IconAndLin
  k.qml

  Otherwise there is a race in loading the image provider depending on
  other code. This is expected because the loader is part of the UITK.

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


References