Public bug reported:
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
Package version: xubuntu-artwork 13.10.3
The xubuntu-logo Plymouth theme should print out status messages
starting at the bottom of the screen, pushing the previous status
messages up. Instead it prints the first status message at the top of
the list and then goes on to print messages 2 to 5 correctly from the
bottom up.
The issue looks like it's related to the msgs_line array in the
messageHandler function not being initialised with Sprites when the
theme is loaded. Initialising the array with empty Sprites seems to fix
the issue (the first message is now printed at the bottom, further
messages push the older ones up):
msgs_line;
msgs_line[0] = Sprite(Image.Text("", 1, 1, 1));
msgs_line[1] = Sprite(Image.Text("", 1, 1, 1));
msgs_line[2] = Sprite(Image.Text("", 1, 1, 1));
msgs_line[3] = Sprite(Image.Text("", 1, 1, 1));
msgs_line[4] = Sprite(Image.Text("", 1, 1, 1));
msgs_line[5] = Sprite(Image.Text("", 1, 1, 1));
Not sure if this is the most elegant of fixes though :)
** Affects: xubuntu-artwork (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277976
Title:
plymouth-theme-xubuntu-logo messages are printed in the wrong order
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-artwork/+bug/1277976/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs