Ubuntu Studio ubiquity 12.10 lost the whole background

Bug #1046206 reported by Howard Chan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntustudio-default-settings (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Strangely when I open the new daily build 20120905 in Ubuntu Studio, the top bar and the background disappeared. It seems like the whole xfce4 background is missing.

Tags: iso-testing
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1046206

tags: added: iso-testing
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

dupe of bug 1046206?
thunar regression?

If you move ubiquity about does the background repaint?

Revision history for this message
Howard Chan (smartboyhw) wrote :

Sorry, no. I'm using Virtualbox, and I move ubiquity, the background does NOT repaint. Direct install of course.

Revision history for this message
Len Ovens (len-ovenwerks) wrote :

xnox: As far as I know thunar is not running when install is done from the boot menu. So whatever plymouth leaves is the background on the screen, but there is nothing running to refresh when ubiquity changes the window size. I suppose a command to blank the whole screen to black would be the best thing. If I can figure out where to put it. This is a low priority item for the ubuntustudio team.

Revision history for this message
Len Ovens (len-ovenwerks) wrote :

This is unique to ubuntu studio

affects: ubiquity (Ubuntu) → ubuntustudio-default-settings (Ubuntu)
Revision history for this message
Dimitri John Ledkov (xnox) 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))

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

Revision history for this message
Howard Chan (smartboyhw) wrote :

Well, we can't push anything in for 12.10's images now, closing....

Changed in ubuntustudio-default-settings (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.