Merge lp:~darkxst/ubuntu/utopic/ubiquity/lp1318621 into lp:ubiquity

Proposed by Tim Lunn
Status: Merged
Merged at revision: 6237
Proposed branch: lp:~darkxst/ubuntu/utopic/ubiquity/lp1318621
Merge into: lp:ubiquity
Diff against target: 35 lines (+10/-7)
2 files modified
debian/changelog (+8/-0)
scripts/plugininstall.py (+2/-7)
To merge this branch: bzr merge lp:~darkxst/ubuntu/utopic/ubiquity/lp1318621
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+219282@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

(a) i cannot merge this as the branch does not appear to be based on lp:ubiquity and even though the diff looks sane I'm getting:
bzr: ERROR: Revision {<email address hidden>} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))".

(b) the patch looks correct so I will apply it by hand.

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 2014-04-23 08:37:15 +0000
3+++ debian/changelog 2014-05-13 02:20:57 +0000
4@@ -1,3 +1,11 @@
5+ubiquity (2.18.9) UNRELEASED; urgency=medium
6+
7+ * scripts/plugininstall.py: Remove obsolete code to generate wallpaper
8+ cache, unity-settings-daemon/gnome-settings-daemon now run in install
9+ mode (LP: #1318621)
10+
11+ -- Tim Lunn <tim@feathertop.org> Tue, 13 May 2014 08:33:16 +1000
12+
13 ubiquity (2.18.8) trusty-proposed; urgency=medium
14
15 [ Rohan Garg ]
16
17=== modified file 'scripts/plugininstall.py'
18--- scripts/plugininstall.py 2014-04-09 21:34:01 +0000
19+++ scripts/plugininstall.py 2014-05-13 02:20:57 +0000
20@@ -1617,13 +1617,8 @@
21 target_user_wallpaper_cache_dir = os.path.join(target_user_cache_dir,
22 'wallpaper')
23 if (not os.path.isdir(target_user_wallpaper_cache_dir) and
24- os.path.isfile('/usr/lib/gnome-settings-daemon/'
25- 'gnome-update-wallpaper-cache')):
26- # installer mode (else, g-s-d created it)
27- if not os.path.isdir(casper_user_wallpaper_cache_dir):
28- subprocess.call(['sudo', '-u', casper_user, '-i', 'DISPLAY=:0',
29- '/usr/lib/gnome-settings-daemon/'
30- 'gnome-update-wallpaper-cache'])
31+ os.path.isdir(casper_user_wallpaper_cache_dir)):
32+
33 # copy to targeted user
34 uid = subprocess.Popen(
35 ['chroot', self.target, 'sudo', '-u', target_user, '--',

Subscribers

People subscribed via source and target branches

to status/vote changes: