Code review comment for lp:~3v1n0/unity/migrate-to-sc-favorite

Revision history for this message
Robert Ancell (robert-ancell) wrote :

The tools/migration-scripts/02_unity_setup_text_scale_factor changes really should be a separate commit.

Please split:

favorites = [i.replace('ubuntu-software-center', 'org.gnome.Software') if 'ubuntu-software-center.desktop' in i else i for i in favorites]

into multiple lines. It's really hard to understand.

Otherwise, it seems to do the right thing - migrate users from u-s-c to g-s.

« Back to merge proposal