~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to bin/ubiquity-dm

  • Committer: Mario Limonciello
  • Date: 2010-08-14 06:26:55 UTC
  • Revision ID: mario_limonciello@dell.com-20100814062655-fij742r80cl7olbc
If available, run xfsettingsd in ubiquity only mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
                    stdin=null, stdout=logfile, stderr=logfile,
338
338
                    **maybe_drop_privileges))
339
339
 
 
340
            if os.path.exists('/usr/bin/xfsettingsd'):
 
341
                extras.append(subprocess.Popen(
 
342
                    ['/usr/bin/xfsettingsd'],
 
343
                    stdin=null, stdout=logfile, stderr=logfile,
 
344
                    **maybe_drop_privileges))
 
345
 
340
346
            if os.path.exists('/usr/lib/ubiquity/panel') and "xfwm4" not in wm_cmd:
341
347
                extras.append(subprocess.Popen(
342
348
                    ['/usr/lib/ubiquity/panel'],