Merge lp:~mitya57/ubuntu/quantal/libunity/lp1055019 into lp:ubuntu/quantal/libunity

Proposed by Dmitry Shachnev
Status: Merged
Merged at revision: 146
Proposed branch: lp:~mitya57/ubuntu/quantal/libunity/lp1055019
Merge into: lp:ubuntu/quantal/libunity
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~mitya57/ubuntu/quantal/libunity/lp1055019
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Ubuntu branches Pending
Review via email: mp+125881@code.launchpad.net

Description of the change

lp:~ubuntu-desktop/libunity/ubuntu is outdated, so I propose a merge here.

Quoting from bug 1055019:

unity-mail has this line:

favorites = Unity.LauncherFavorites.get_default().enumerate_ids()

Calling get_default() makes it crash when unity-common (which provides com.canonical.Unity.gschema.xml) is not installed.

This merge makes libunity9 depend on unity-common to fix such crashes.

6.0.0-0ubuntu3 is the first version that uses the updated gsettings path, so it's used as minimal version.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your work, I just merged that fix

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-09-20 15:43:14 +0000
+++ debian/changelog 2012-09-23 14:32:20 +0000
@@ -1,3 +1,9 @@
1libunity (6.5.2-0ubuntu2) UNRELEASED; urgency=low
2
3 * Make libunity9 depend on unity-common >= 6.0.0-0ubuntu3 (LP: #1055019).
4
5 -- Dmitry Shachnev <mitya57@gmail.com> Sun, 23 Sep 2012 18:11:24 +0400
6
1libunity (6.5.2-0ubuntu1) quantal-proposed; urgency=low7libunity (6.5.2-0ubuntu1) quantal-proposed; urgency=low
28
3 [ Timo Jyrinki ]9 [ Timo Jyrinki ]
410
=== modified file 'debian/control'
--- debian/control 2012-06-29 11:57:23 +0000
+++ debian/control 2012-09-23 14:32:20 +0000
@@ -30,7 +30,8 @@
30Multi-Arch: same30Multi-Arch: same
31Pre-Depends: ${misc:Pre-Depends}31Pre-Depends: ${misc:Pre-Depends}
32Depends: ${shlibs:Depends},32Depends: ${shlibs:Depends},
33 ${misc:Depends}33 ${misc:Depends},
34 unity-common (>= 6.0.0-0ubuntu3)
34Description: binding to get places into the launcher - shared library35Description: binding to get places into the launcher - shared library
35 libunity is a shared library to be able to interact with the launcher36 libunity is a shared library to be able to interact with the launcher
36 and add places in Unity environment.37 and add places in Unity environment.

Subscribers

People subscribed via source and target branches