~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to bin/ubiquity-dm

  • Committer: Sean Davis
  • Date: 2015-06-17 04:13:38 UTC
  • Revision ID: smd.seandavis@gmail.com-20150617041338-s2yozjk4zuucloix
Draw the ubiquity desktop with feh under Xfce environments (LP: #1437180)

Show diffs side-by-side

added added

removed removed

Lines of Context:
515
515
 
516
516
            if osextras.find_on_path('xfsettingsd'):
517
517
                extras.append(subprocess.Popen(
518
 
                    ['xsetroot', '-solid', 'black'],
519
 
                    stdin=null, stdout=logfile, stderr=logfile,
520
 
                    preexec_fn=self.drop_privileges))
521
 
                extras.append(subprocess.Popen(
522
518
                    ['xprop', '-root', '-format', '_NET_NUMBER_OF_DESKTOPS',
523
519
                     '32c', '-set', '_NET_NUMBER_OF_DESKTOPS', '1'],
524
520
                    stdin=null, stdout=logfile, stderr=logfile,
527
523
                    ['xfsettingsd', '--sm-client-disable'],
528
524
                    stdin=null, stdout=logfile, stderr=logfile,
529
525
                    preexec_fn=self.drop_privileges))
530
 
                extras.append(subprocess.Popen(
531
 
                    ['xfdesktop', '--sm-client-disable'],
532
 
                    stdin=null, stdout=logfile, stderr=logfile,
533
 
                    preexec_fn=self.drop_privileges))
534
526
 
535
527
            if osextras.find_on_path('lxsession'):
536
528
                extras.append(subprocess.Popen(