Merge lp:~ochosi/ubiquity/quantal-proposed into lp:ubiquity

Proposed by Simon Steinbeiß
Status: Merged
Merged at revision: 5655
Proposed branch: lp:~ochosi/ubiquity/quantal-proposed
Merge into: lp:ubiquity
Diff against target: 49 lines (+15/-1) (has conflicts)
2 files modified
bin/ubiquity-dm (+1/-1)
debian/changelog (+14/-0)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~ochosi/ubiquity/quantal-proposed
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+123041@code.launchpad.net

Description of the change

This simply change just switches off the Xfwm4 compositor in ubiquity-dm, as it was causing rendering issues with the ubiquity-only session.

The change has been tested and screenshots of the working patch have been attached to LP: #924909.

To post a comment you must log in.
lp:~ochosi/ubiquity/quantal-proposed updated
5631. By Simon Steinbeiß

Update changelog for fixing LP: #924909.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/ubiquity-dm'
--- bin/ubiquity-dm 2012-08-20 05:17:16 +0000
+++ bin/ubiquity-dm 2012-09-11 16:40:27 +0000
@@ -388,7 +388,7 @@
388 if gconfd_running and osextras.find_on_path('metacity'):388 if gconfd_running and osextras.find_on_path('metacity'):
389 wm_cmd = ['metacity', '--sm-disable']389 wm_cmd = ['metacity', '--sm-disable']
390 elif osextras.find_on_path('xfwm4'):390 elif osextras.find_on_path('xfwm4'):
391 wm_cmd = ['xfwm4']391 wm_cmd = ['xfwm4', '--compositor=off']
392 elif osextras.find_on_path('matchbox-window-manager'):392 elif osextras.find_on_path('matchbox-window-manager'):
393 wm_cmd = ['matchbox-window-manager']393 wm_cmd = ['matchbox-window-manager']
394 elif osextras.find_on_path('openbox-lubuntu'):394 elif osextras.find_on_path('openbox-lubuntu'):
395395
=== modified file 'debian/changelog'
--- debian/changelog 2012-09-11 15:19:46 +0000
+++ debian/changelog 2012-09-11 16:40:27 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1ubiquity (2.11.32) UNRELEASED; urgency=low2ubiquity (2.11.32) UNRELEASED; urgency=low
23
3 [ Jeremy Bicha ]4 [ Jeremy Bicha ]
@@ -23,8 +24,14 @@
23ubiquity (2.11.31) quantal; urgency=low24ubiquity (2.11.31) quantal; urgency=low
2425
25 [ Colin Watson ]26 [ Colin Watson ]
27=======
28ubiquity (2.11.31) UNRELEASED; urgency=low
29
30 [ Colin Watson ]
31>>>>>>> MERGE-SOURCE
26 * Buffer reads from debconf-copydb. Python 3 defaults to unbuffered reads32 * Buffer reads from debconf-copydb. Python 3 defaults to unbuffered reads
27 from byte streams, which is much slower.33 from byte streams, which is much slower.
34<<<<<<< TREE
28 * Port oem-config-remove-gtk to Python 3, now that35 * Port oem-config-remove-gtk to Python 3, now that
29 python3-aptdaemon.gtk3widgets exists; the final piece!36 python3-aptdaemon.gtk3widgets exists; the final piece!
30 * Remove Python 2 support. We aren't going back now.37 * Remove Python 2 support. We aren't going back now.
@@ -61,6 +68,13 @@
61 extra_slides_dir. (LP: #1046511)68 extra_slides_dir. (LP: #1046511)
6269
63 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Sat, 08 Sep 2012 00:47:54 +010070 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Sat, 08 Sep 2012 00:47:54 +0100
71=======
72
73 [ Simon Steinbeiß ]
74 * Disable xfwm4's compositor in ubiquity-dm to prevent screen-corruption (LP: #924909).
75
76 -- Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at> Tue, 11 Sep 2012 18:35:28 +0200
77>>>>>>> MERGE-SOURCE
6478
65ubiquity (2.11.30) quantal; urgency=low79ubiquity (2.11.30) quantal; urgency=low
6680

Subscribers

People subscribed via source and target branches

to status/vote changes: