Plymouth script minor bug: SetY should be SetZ

Bug #591176 reported by Forest Bond
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xubuntu-artwork (Ubuntu)
Fix Released
Low
Lionel Le Folgoc

Bug Description

Binary package hint: xubuntu-artwork

Just reading through xubuntu-logo.script when I noticed this:

logo.x = Window.GetWidth (0) / 2 - logo.width / 2;
logo.y = Window.GetHeight (0) / 2 - logo.height / 2;
logo.z = 1000;
logo.sprite.SetX (logo.x);
# label_area_y = logo_area_y + (*label_height * 2) + 60;
logo.sprite.SetY (logo.y);
logo.sprite.SetY (logo.z);

The author clearly meant to say "SetZ" in the last line, not "SetY". Shouldn't matter much in practice because the sprite with the next highest Z value has a very large value, but thought it might be helpful to report the problem anyway.

Revision history for this message
Charlie Kravetz (cjkgeek) wrote :

 Thanks for reporting this bug and any supporting documentation. Since this bug has enough information provided for a developer to begin work, I'm going to mark it as confirmed and let them handle it from here. Thanks for taking the time to make Ubuntu better!

Changed in xubuntu-artwork (Ubuntu):
importance: Undecided → Low
status: New → Triaged
Changed in xubuntu-artwork (Ubuntu):
assignee: nobody → Lionel Le Folgoc (mrpouit)
status: Triaged → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xubuntu-artwork - 10.10.1

---------------
xubuntu-artwork (10.10.1) maverick; urgency=low

  * debian/xubuntu-artwork.install,usr/share/themes,
    usr/share/xfce4/backdrops: include Bluebird 0.1.0.
  * var/lib/gdm/.gconf.defaults/%gconf-tree.xml: use new artwork.
  * lib/plymouth/themes/xubuntu-logo/xubuntu-logo.script: fix typo. lp: #591176
  * debian/control:
    - xubuntu-artwork depends on gtk2-engines-equinox for this
      new theme to work
    - updated the Vcs-Browser url for maverick
    - improved long descriptions
    - renamed xubuntu-plymouth-theme to plymouth-theme-xubuntu-logo, which
      provides plymouth-theme. lp: #553485
  * debian/copyright: updated.
 -- Lionel Le Folgoc <email address hidden> Wed, 25 Aug 2010 22:36:41 +0200

Changed in xubuntu-artwork (Ubuntu):
status: Fix Committed → Fix Released
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.