Merge lp:~dobey/ubuntuone-installer/install-more into lp:ubuntuone-installer

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 14
Merged at revision: 18
Proposed branch: lp:~dobey/ubuntuone-installer/install-more
Merge into: lp:ubuntuone-installer
Diff against target: 15 lines (+4/-1)
1 file modified
ubuntuone/installer/gui.py (+4/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-installer/install-more
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
Review via email: mp+75262@code.launchpad.net

Commit message

Install ubuntuone-client-gnome, banshee extension, and ubuntuone-couch

Description of the change

This installs a few more packages that ubuntuone-control-panel-gtk doesn't pull in itself, but are needed for a clean U1 experience in the standard Oneiric install.

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) wrote :

Thank you.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/installer/gui.py'
2--- ubuntuone/installer/gui.py 2011-08-24 19:46:55 +0000
3+++ ubuntuone/installer/gui.py 2011-09-13 21:13:24 +0000
4@@ -354,7 +354,10 @@
5 Gtk.main_quit()
6
7 transaction = yield self.client.install_packages(
8- package_names=['ubuntuone-control-panel-gtk',
9+ package_names=['banshee-extension-ubuntuonemusicstore',
10+ 'ubuntuone-client-gnome',
11+ 'ubuntuone-control-panel-gtk',
12+ 'ubuntuone-couch',
13 ])
14 transaction.connect('finished', finished)
15 self.__apt_progress.set_transaction(transaction)

Subscribers

People subscribed via source and target branches

to all changes: