Merge lp:~smartboyhw/ubiquity/ubuntustudio-wallpaper-fix into lp:ubiquity

Proposed by Howard Chan
Status: Merged
Merged at revision: 6002
Proposed branch: lp:~smartboyhw/ubiquity/ubuntustudio-wallpaper-fix
Merge into: lp:ubiquity
Diff against target: 28 lines (+5/-1)
2 files modified
bin/ubiquity-dm (+1/-1)
debian/changelog (+4/-0)
To merge this branch: bzr merge lp:~smartboyhw/ubiquity/ubuntustudio-wallpaper-fix
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+187231@code.launchpad.net

Description of the change

The Ubuntu Studio default wallpaper has changed from ubuntustudio-rock.png to ubuntustudio-1310.png. Unfortunately, while we do the transition we forgot to change the related lines in ubiquity, so when selecting "Install Ubuntu Studio" when booting the Ubuntu Studio 13.10 daily images, the installer's background wallpaper is still the Rock wallpaper. This commit fixes LP: #1229651 and uses the new default wallpaper as the background wallpaper for ubiquity installation.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubiquity-dm'
2--- bin/ubiquity-dm 2013-09-20 19:07:16 +0000
3+++ bin/ubiquity-dm 2013-09-24 13:04:40 +0000
4@@ -304,7 +304,7 @@
5 background_image = None
6 for background in (
7 '/usr/share/backgrounds/edubuntu_default.png',
8- '/usr/share/xfce4/backdrops/ubuntustudio-rock.png',
9+ '/usr/share/xfce4/backdrops/ubuntustudio-1310.png',
10 '/usr/share/xfce4/backdrops/xubuntu-wallpaper.png',
11 '/usr/share/lubuntu/wallpapers/'
12 'lubuntu-default-wallpaper.png',
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2013-09-24 09:57:36 +0000
16+++ debian/changelog 2013-09-24 13:04:40 +0000
17@@ -1,7 +1,11 @@
18 ubiquity (2.15.20) UNRELEASED; urgency=low
19
20+ [ Colin Watson ]
21 * (Build-)depend on python3-icu rather than transitional python3-pyicu.
22
23+ [ Howard Chan ]
24+ * Fix the new Ubuntu Studio wallpaper backdrop for ubiquity. (LP: #1229651)
25+
26 -- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Sep 2013 10:57:15 +0100
27
28 ubiquity (2.15.19) saucy; urgency=low

Subscribers

People subscribed via source and target branches

to status/vote changes: