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
=== modified file 'ubuntuone/installer/gui.py'
--- ubuntuone/installer/gui.py 2011-08-24 19:46:55 +0000
+++ ubuntuone/installer/gui.py 2011-09-13 21:13:24 +0000
@@ -354,7 +354,10 @@
354 Gtk.main_quit()354 Gtk.main_quit()
355355
356 transaction = yield self.client.install_packages(356 transaction = yield self.client.install_packages(
357 package_names=['ubuntuone-control-panel-gtk',357 package_names=['banshee-extension-ubuntuonemusicstore',
358 'ubuntuone-client-gnome',
359 'ubuntuone-control-panel-gtk',
360 'ubuntuone-couch',
358 ])361 ])
359 transaction.connect('finished', finished)362 transaction.connect('finished', finished)
360 self.__apt_progress.set_transaction(transaction)363 self.__apt_progress.set_transaction(transaction)

Subscribers

People subscribed via source and target branches

to all changes: