Merge lp:~bilalakhtar/unity/oneiric-dconf-split-fix into lp:~ubuntu-desktop/unity/ubuntu

Proposed by Bilal Akhtar
Status: Rejected
Rejected by: Didier Roche-Tolomelli
Proposed branch: lp:~bilalakhtar/unity/oneiric-dconf-split-fix
Merge into: lp:~ubuntu-desktop/unity/ubuntu
Diff against target: 30 lines (+7/-0)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~bilalakhtar/unity/oneiric-dconf-split-fix
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Disapprove
Ubuntu Desktop Pending
Review via email: mp+60268@code.launchpad.net

This proposal supersedes a proposal from 2011-05-07.

Description of the change

libdconf0 has now been split into 2 packages in oneiric: libdconf0 and dconf-gsettings-backend. We need Unity to depend on both, else Unity isn't able to store and read data.

To post a comment you must log in.
Revision history for this message
Bilal Akhtar (bilalakhtar) wrote : Posted in a previous version of this proposal

Sorry for the noise, I wanted to get this branch merged into lp:~ubuntu-desktop/unity/ubuntu rather than lp:unity . It appears LP screwed stuff up even though I entered the correct branch in the Target Branch field. Corrected stuff now.

462. By Bilal Akhtar

Add bug link in changelog

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

As discussed on IRC, dh_gsettings should add the dep on depends:misc to avoid doing that on every package installing a schema.

review: Disapprove

Unmerged revisions

462. By Bilal Akhtar

Add bug link in changelog

461. By Bilal Akhtar

* debian/control:
  - Depend on dconf-gsettings-backend as the gsettings backend is
    no longer a part of the libdconf0 package.

460. By Didier Roche-Tolomelli

* debian/control:
  - depends on compiz for some people upgrading (LP: #773253)

459. By Didier Roche-Tolomelli

releasing version 3.8.12-0ubuntu1

458. By Didier Roche-Tolomelli

* New upstream release.
  - Display garbled upon restoring original resolution or connecting external
    displays (LP: #753971)
  - migrate_favorites.py crashed with NameError in __main__: name 'GError' is
    not defined (LP: #759744)
  - compiz crashed with SIGSEGV in PlacesHomeView::Refresh() (LP: #762120)
  - launcher loses focus (LP: #763883)
* debian/patches/01_add_scp_to_systray.patch:
  - Whitelist systray to system-config-printer (LP: #771562)

457. By Didier Roche-Tolomelli

releasing version 3.8.10-0ubuntu2

456. By Didier Roche-Tolomelli

additional upstream fix for POST_REVEAL

455. By Didier Roche-Tolomelli

* Cherry-pick some fixes before freeze:
  - Fix tooltip stays stuck next to the launcher (LP: #751077)
  - Trash/ws switcher icon in unity resets to default icon theme on the event
    of a deletion or emptying the trash or after an upgrade (LP: #761289)
  - double clicks should be disabled on bfb/Place launcher icon/double key
    press (LP: #766776)
  - Intellihide can be puzzled by dash (LP: #767250)

454. By Didier Roche-Tolomelli

releasing version 3.8.10-0ubuntu1

453. By Didier Roche-Tolomelli

  - Application windows can sometimes fail to display and will mask regions
    of the screen (LP: #709461)
  - Launcher appears _under_ application windows (LP: #743834)
  - Unity Launcher Temporarily Appears Broken at Login (LP: #756951)
  - compiz crashed with signal 7 in g_file_get_uri() (LP: #728319)
  - Only with few windows (and one maximized) or Dodge active window - When
    re-focusing on maximised window Unity launcher does not hide
    (LP: #734681)
  - UIFe: Unity Dash button does not give adequate feedback (LP: #748676)
  - Focus problem with Thunderbird (LP: #753951)
  - compiz crashed with SIGSEGV in PrivateWindow::updateStartupId()
    (LP: #759363)
  - unity places don't start up on login. (LP: #761225)
  - unity crashes when emptying trash twice (LP: #761643)
  - compiz crashed with SIGSEGV in PlacesResultsController::Clear()
    (LP: #761211)
  - compiz crashed with SIGSEGV in PanelView::~PanelView() (LP: #761634)
  - compiz crashed with SIGSEGV in SimpleLauncherIcon::SetIconName()
    (LP: #763560)
  - compiz crashed with SIGSEGV in PlacesView::ConnectPlaces() (LP: #761942)
  - Intellihide stuck with in x=0 on the bfb (LP: #764643)
  - compiz crashed with SIGSEGV in PlacesView::OnResizeFrame() (LP: #763800)
  - unity crashed with GError in reset_unity_compiz_profile(): Failed to
    contact configuration server; the most common cause is a missing or
    misconfigured D-Bus session bus daemon. See
    http://projects.gnome.org/gconf/ for information. (Details - 1: Failed
    to get connection to session: Command line `dbus-launch
    --autolaunch=f0af37ac055f6f348acd417f00000008 --binary-syntax --close-
    stderr' exited with non-zero exit status 1: No protocol
    specified\nAutolaunch error: X11 initialization failed.\n) (LP: #753528)
  - Chromium fullscreen + Alt-TAB confuses the launcher (LP: #757434)
  - Cannot click on left-most indicator on panel if a non-indicator icon
    appears (LP: #761409)
  - vim.gnome window is invisible (LP: #719001)
  - Trash/ws switcher icon in unity resets to default icon theme on the
    event of a deletion or emptying the trash or after an upgrade
    (LP: #761289)
  - Incorrect keynav hilight/opened Quicklist without any request
    (LP: #764730)
  - indicator font does not update when changing font in Appearance
    Preferences. (LP: #759886)
  - In dash search filter drop box, black text is on a black background when
    item is selected (LP: #761201)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-05-02 13:31:20 +0000
3+++ debian/changelog 2011-05-07 09:54:29 +0000
4@@ -1,8 +1,14 @@
5 unity (3.8.12-0ubuntu2) UNRELEASED; urgency=low
6
7+ [ Didier Roche ]
8 * debian/control:
9 - depends on compiz for some people upgrading (LP: #773253)
10
11+ [ Bilal Akhtar ]
12+ * debian/control:
13+ - Depend on dconf-gsettings-backend as the gsettings backend is
14+ no longer a part of the libdconf0 package. (LP: #778950)
15+
16 -- Didier Roche <didrocks@ubuntu.com> Mon, 02 May 2011 15:30:40 +0200
17
18 unity (3.8.12-0ubuntu1) natty-proposed; urgency=low
19
20=== modified file 'debian/control'
21--- debian/control 2011-05-02 13:31:20 +0000
22+++ debian/control 2011-05-07 09:54:29 +0000
23@@ -47,6 +47,7 @@
24 compiz-core, compiz-core-abiversion-${coreabiversion},
25 compiz-plugins-main,
26 libglib2.0-bin,
27+ dconf-gsettings-backend,
28 python,
29 nux-tools,
30 unity-asset-pool (>= 0.8.18)

Subscribers

People subscribed via source and target branches

to all changes: