Xubuntu displays Ubuntu's backdrop when installing rather than it's own

Bug #208818 reported by Dave Morley
4
Affects Status Importance Assigned to Milestone
Wubi
Invalid
Undecided
Unassigned
ubiquity
Invalid
Undecided
Unassigned
ubiquity (Ubuntu)
Expired
Low
Unassigned

Bug Description

Ubuntu's Hardy Heron backdrop is displayed as Xubuntu installs and not the Xubuntu desktop image I would of expected. All the other version display there own backdrop correctly.
This does not effect the install which works fine it just looks wrong.

Revision history for this message
Dave Morley (davmor2) wrote :

Sorry not very clear on when. This occurs after the first reboot when you select Xubuntu from the boot menu and it sets up it's partition etc.

Agostino Russo (ago)
Changed in ubiquity:
status: New → Invalid
Revision history for this message
Colin Watson (cjwatson) wrote :

Hmm, I didn't know Xubuntu had its own artwork.

Boot with the 'break=casper-bottom' kernel parameter, run 'chroot /root nano /usr/bin/ubiquity-dm', and comment out the following piece of code by putting a '#' symbol at the start of each line:

        if self.frontend == 'gtk_ui' or self.frontend == 'mythbuntu_ui':
            if os.access(background, os.R_OK):
                import gtk
                pixbuf = gtk.gdk.pixbuf_new_from_file(background)
                root = gtk.gdk.get_default_root_window()
                (root_width, root_height) = root.get_size()
                scaled = pixbuf.scale_simple(root_width, root_height, gtk.gdk.INTERP_BILINEAR)
                (pixmap, mask) = scaled.render_pixmap_and_mask(0)
                root.set_back_pixmap(pixmap, False)
                root.clear()
                gtk.gdk.flush()

... then type 'exit' to boot normally. Does it come up with the background you expect, or none at all?

I suspect that in fact we need to run xfdesktop in order to get the correct default background.

Changed in ubiquity:
status: New → Confirmed
Revision history for this message
Agostino Russo (ago) wrote :

I did the changes as indicated but then I end up with a plain black background

On a side note, the usplash logo was also Ubuntu's. Strangely enough when rebooting the usplash was Xubuntu's.

Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote :

Subscribing Xubuntu Team.

Revision history for this message
Agostino Russo (ago) wrote :

xfdesktop is not in the running processes
running xfdesktop manually shows the right desktop (but with desktop icons).

Agostino Russo (ago)
Changed in wubi:
status: New → Invalid
Changed in ubiquity:
importance: Undecided → Low
Colin Watson (cjwatson)
Changed in ubiquity (Ubuntu):
status: Confirmed → Triaged
Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know.

Changed in ubiquity (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for ubiquity (Ubuntu) because there has been no activity for 60 days.]

Changed in ubiquity (Ubuntu):
status: Incomplete → Expired
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.