2015-10-13 09:54:12 |
Cris Dywan |
bug |
|
|
added bug |
2015-10-13 09:58:24 |
Cris Dywan |
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. |
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 |
|
2015-10-13 10:10:59 |
Cris Dywan |
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 |
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. |
|
2015-11-30 09:47:41 |
Benjamin Zeller |
bug task added |
|
ubuntu-ui-toolkit (Ubuntu) |
|