Any reason you didn't make a preview button that executes a sub similar to this?
sub preview_clicked
{
(`plymouthd`);
(`plymouth --show-splash; sleep 10; plymouth --quit`);
} I'm just naturally curious because I did it in a Perl GUI I made.

Oh, and w00t:

click for full size
Though I'm sure texstar already knows how to do this, because I saw some PCLinuxOS specific edits in the two files I had to edit to do this.
So its just a personal accomplishment of mine.

We just need to figure out how to embed the GUI because currently it has to open up a new window.
Guess I'll take a look at the source of some drak modules to see how it works.
