wrong use-struts key in gsettings schema causes gsettings-data-convert crash
Bug #920894 reported by
Martin Pitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-2d |
Fix Released
|
Undecided
|
Unassigned | ||
unity-2d (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
Precise |
Fix Released
|
High
|
Martin Pitt |
Bug Description
Bug 916441 also happens for unity-2d, it complains about missing com.canonical.
This breaks proper conversion of user configuration during LTS upgrades, thus milestoning.
Related branches
lp://qastaging/~pitti/unity-2d/fix-gsettings-migration
- Gerry Boland (community): Approve
-
Diff: 49 lines (+14/-3)4 files modifieddata/unity-2d.convert (+0/-1)
debian/changelog (+12/-0)
debian/control (+1/-1)
debian/source/format (+1/-1)
lp://qastaging/~aacid/unity-2d/unity-2d_test_dash_launcher_interactions
- Gerry Boland (community): Approve
-
Diff: 97 lines (+89/-0)1 file modifiedtests/places/places-tests.rb (+89/-0)
lp://qastaging/~aacid/unity-2d/unity-2d-shell_rtl
- Gerry Boland (community): Approve
- Michał Sawicz: Abstain
- Lohith D Shivamurthy (community): Needs Information
-
Diff: 1009 lines (+446/-205)16 files modifiedlibunity-2d-private/src/inputshaperectangle.cpp (+16/-1)
libunity-2d-private/src/inputshaperectangle.h (+4/-0)
shell/Shell.qml (+27/-9)
shell/app/shelldeclarativeview.cpp (+18/-5)
shell/app/shelldeclarativeview.h (+1/-0)
shell/common/utils.js (+8/-0)
shell/dash/HomeShortcuts.qml (+7/-0)
shell/launcher/IntelliHideBehavior.qml (+18/-4)
shell/launcher/Launcher.qml (+2/-6)
shell/launcher/LauncherLoader.qml (+8/-0)
tests/getshape/getshape.cpp (+33/-4)
tests/launcher/autohide_show_tests.rb (+2/-2)
tests/launcher/autohide_show_tests_rtl.rb (+15/-15)
tests/shell/input_shaping.rb (+15/-159)
tests/shell/input_shaping_common.rb (+180/-0)
tests/shell/input_shaping_rtl.rb (+92/-0)
Changed in unity-2d (Ubuntu Precise): | |
assignee: | nobody → Canonical Desktop Team (canonical-desktop-team) |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → ubuntu-12.04-beta-1 |
Changed in unity-2d: | |
status: | New → In Progress |
Changed in unity-2d (Ubuntu Precise): | |
assignee: | Canonical Desktop Team (canonical-desktop-team) → Martin Pitt (pitti) |
milestone: | ubuntu-12.04-beta-1 → precise-alpha-2 |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d: | |
milestone: | none → 5.2.1 |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Note, I also had to change the source package format from 3.0 (quilt) to 1.0, otherwise precise's dpkg fails to build a source package (and the --commit option doesn't seem to work).