IconAndLink.qml:39:5: QML QQuickImage: Invalid image provider: image://scaling/1//
Bug #1505597 reported by
Cris Dywan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtcreator-plugin-ubuntu (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm seeing a huge amount of image loading errors of the type
file://
with different filenames.
Note: QT_DEVICE_
The bug fix is to add
import Ubuntu.Components 1.2
to
/usr/ubuntu-
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.
The proposed solution is not a bugfix but more a workaround. The /usr/ubuntu- sdk-ide/ share/qtcreator /welcomescreen/ widgets/ IconAndLink. qml is a upstream source file and should not need to import UITK.
Can we somehow get the same behaviour in a different way?