Paste #H7Gj2SYxRJqM06ASsonc

=== modified file 'bin/ubiquity-dm'
bin/ubiquity-dm [2014-12-11 14:17:46 +0000]
bin/ubiquity-dm [2014-12-13 22:38:51 +0000]
461 461 elif osextras.find_on_path('metacity'):
462 462 wm_cmd = ['metacity', '--sm-disable']
463 463 elif osextras.find_on_path('xfwm4'):
464 wm_cmd = ['xfwm4', '--compositor=off']
464 wm_cmd = ['xfwm4', '--compositor=off', '--sm-client-disable']
465 465 elif osextras.find_on_path('matchbox-window-manager'):
466 466 wm_cmd = ['matchbox-window-manager']
467 467 elif osextras.find_on_path('openbox-lubuntu'):
487 487 stdin=null, stdout=logfile, stderr=logfile,
488 488 preexec_fn=self.drop_privileges))
489 489 extras.append(subprocess.Popen(
490 ['xfsettingsd'],
490 ['xprop', '-root', '-format', '_NET_NUMBER_OF_DESKTOPS',
491 '32c', '-set', '_NET_NUMBER_OF_DESKTOPS', '1'],
492 stdin=null, stdout=logfile, stderr=logfile,
493 preexec_fn=self.drop_privileges))
494 extras.append(subprocess.Popen(
495 ['xfsettingsd', '--sm-client-disable'],
496 stdin=null, stdout=logfile, stderr=logfile,
497 preexec_fn=self.drop_privileges))
498 extras.append(subprocess.Popen(
499 ['xfdesktop', '--sm-client-disable'],
491 500 stdin=null, stdout=logfile, stderr=logfile,
492 501 preexec_fn=self.drop_privileges))
493 502
debian/changelog [2014-12-11 14:17:46 +0000]
debian/changelog [2014-12-13 22:34:45 +0000]
1 1 ubiquity (2.21.1) UNRELEASED; urgency=medium
2 2
3 3 * Enable the ubiquity panel in xfwm4 now since it is functional.
4 * Start all Xfce components with --sm-client-disable.
5 * Explicitly run `xfdesktop` to paint the background.
4 6
5 7 -- Unit 193 <unit193@ubuntu.com> Thu, 11 Dec 2014 09:12:36 -0500
6 8