Comment 7 for bug 1046206

Revision history for this message
Len Ovens (len-ovenwerks) wrote : Re: [Bug 1046206] Re: Ubuntu Studio ubiquity 12.10 lost the whole background

On Thu, September 6, 2012 3:16 am, Dmitrijs Ledkovs wrote:
> Is your background called any one of these things?
>
> with open('/proc/cmdline', 'r') as fp:
> for background in (
> '/usr/share/backgrounds/edubuntu_default.png',
> '/usr/share/xfce4/backdrops/macinnis_wallpaper.png',
> '/usr/share/xfce4/backdrops/xubuntu-precise-right.png',
> '/usr/share/backgrounds/warty-final-ubuntu.png'):
> exists = os.access(background, os.R_OK)
> if (exists and not 'access=v1' in fp.readline()):
> extras.append(subprocess.Popen(
> ['/usr/lib/ubiquity/wallpaper', background],
> stdin=null, stdout=logfile, stderr=logfile,
> preexec_fn=self.drop_privileges))

No, we have our own BG. However at the point the user is talking about
(install from boot screen) we are not running anything to repaint BGs.
There is just what plymouth left us.

--
Len Ovens
www.OvenWerks.net