Send plymouth mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freedesktop.org/mailman/listinfo/plymouth
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of plymouth digest..."


Today's Topics:

   1. custom plymouth theme (Chris Cole)
   2. BootProgressFunction parameters (David D Lowe)


----------------------------------------------------------------------

Message: 1
Date: Fri, 04 Jun 2010 10:55:14 -0400
From: Chris Cole <[email protected]>
Subject: custom plymouth theme
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello all, I would like to make a custom plymouth theme for Ubuntu 
10.04. I followed the instructions here:

http://www.ubunturoot.com/2010/05/how-to-create-simple-plymouth-theme.html

But it falls back to the default Ubuntu splash. I haven't been able to 
find anything that works.
Do you all have a guide that can be followed?

Thanks,
   Chris



------------------------------

Message: 2
Date: Fri, 04 Jun 2010 17:22:55 +0100
From: David D Lowe <[email protected]>
Subject: BootProgressFunction parameters
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Hello all.

on this wiki page:
http://www.freedesktop.org/wiki/Software/Plymouth/Scripts
the arguments for a BootProgressFunction should be progress, time.

However, when I experimented with Plymouth scripts, I found that in fact 
it is the opposite way round. It's time, progress.

For example:
# this code works
fun progress_callback(time, progress)
{
   progress_status = "We have waited " + time + " seconds and we are " + 
(progress * 100) + " % done";
   // ...
}
Plymouth.SetBootProgressFunction(progress_callback);

Am I right?
Yours,
David D Lowe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/plymouth/attachments/20100604/824e5b57/attachment-0001.html>

------------------------------

_______________________________________________
plymouth mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/plymouth


End of plymouth Digest, Vol 20, Issue 1
***************************************

Reply via email to