Package should ship a .qmltypes file
Bug #1583474 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-webapps-qml |
In Progress
|
Medium
|
Alberto Mardegan | ||
webapps-sprint |
In Progress
|
Medium
|
Alberto Mardegan |
Bug Description
I’m getting crash reports from Qt Creator every time I start it, because it invokes qmlplugindump (without -noinstantiate) on Ubuntu.UnityWebapps to generate type info, and that tries to instantiate an Oxide WebView.
I reckon that this call to qmlplugindump wouldn’t be issued if Ubuntu.UnityWebapps shipped type info along with its QML module in the form of a .qmltypes file.
Related branches
lp://staging/~osomon/unity-webapps-qml/qmltypes
Rejected
for merging
into
lp://staging/unity-webapps-qml
- Olivier Tilloy (community): Needs Fixing
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 47 lines (+13/-4)3 files modifieddebian/control (+1/-0)
src/Ubuntu/UnityWebApps/plugin/plugin.pro (+8/-1)
src/Ubuntu/UnityWebApps/qmldir.in (+4/-3)
lp://staging/~mardy/unity-webapps-qml/qmltypes
Ready for review
for merging
into
lp://staging/unity-webapps-qml
- PS Jenkins bot: Pending (continuous-integration) requested
- WebApps: Pending requested
-
Diff: 52 lines (+14/-4)3 files modifieddebian/control (+2/-0)
src/Ubuntu/UnityWebApps/plugin/plugin.pro (+8/-1)
src/Ubuntu/UnityWebApps/qmldir.in (+4/-3)
Changed in unity-webapps-qml: | |
status: | New → In Progress |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → Medium |
Changed in unity-webapps-qml: | |
assignee: | Olivier Tilloy (osomon) → Alberto Mardegan (mardy) |
Changed in webapps-sprint: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Alberto Mardegan (mardy) |
milestone: | none → sprint-23 |
Changed in webapps-sprint: | |
milestone: | sprint-23 → sprint-24 |
To post a comment you must log in.