Running apps using buttons produces modules/Ubuntu/Components/11/Haptics.qml:172:5: QML ServiceProperties: No such property 'OtherVibrate'
Bug #1423203 reported by
Cris Dywan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Medium
|
Zsombor Egri | ||
Vivid |
New
|
Undecided
|
Unassigned |
Bug Description
Running any app using buttons produces this error message:
modules/
Either we need to require gsettings-
Related branches
lp://staging/~zsombi/ubuntu-ui-toolkit/serviceproperties-warnings
- PS Jenkins bot: Approve (continuous-integration)
- Cris Dywan: Pending requested
-
Diff: 189 lines (+94/-20)3 files modifiedmodules/Ubuntu/Components/plugin/ucserviceproperties.cpp (+10/-5)
tests/unit/runtest.sh (+0/-1)
tests/unit_x11/tst_serviceproperties/tst_serviceproperties.cpp (+84/-14)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zsombor Egri (zsombi) |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
To post a comment you must log in.
As discussed, all warnings will be reported in error string, as well as logged to the screen if an env variable is set. The ServiceProperties status will reflect the connection status still, so missing properties can be detected with (status == Active && error !== "") sequence.