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. plymouth-set-default-theme (Finnbarr Murphy)
2. Re: plymouth-set-default-theme (Adrian Glaubitz)
----------------------------------------------------------------------
Message: 1
Date: Wed, 16 Dec 2009 23:17:29 -0500
From: Finnbarr Murphy <[email protected]>
Subject: plymouth-set-default-theme
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Two modifications to the plymouth-set-default-theme which others may
find useful
--list. ? ? ? ? ? ? Indicate the current theme with a visual mark.
--rebuild-initrd. ? Add test to check that a theme was specified.
Here are the diffs:
?
38,39d37
< DEFAULT_THEME_NAME=$(basename $(readlink
${DATADIR}/plymouth/themes/default.plymouth) .plymouth)
42,47c40
< THEME_NAME=$(basename $theme .plymouth)
< if [ "$THEME_NAME" = "$DEFAULT_THEME_NAME" ]; then
< echo "$THEME_NAME (*)"
< else
< echo $THEME_NAME
< fi
---
> echo "$(basename $theme .plymouth)"
86,90d78
< if [ -z $THEME_NAME ]; then
< echo "You must specify a theme for this option">
/dev/stderr
< echo $(usage)> /dev/stderr
< exit 1
< fi
?- Finn
------------------------------
Message: 2
Date: Thu, 17 Dec 2009 09:59:46 +0100
From: Adrian Glaubitz <[email protected]>
Subject: Re: plymouth-set-default-theme
To: Finnbarr Murphy <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1
Hi,
On Wed, Dec 16, 2009 at 11:17:29PM -0500, Finnbarr Murphy wrote:
>
> Two modifications to the plymouth-set-default-theme which others may
> find useful
>
> --list. ? ? ? ? ? ? Indicate the current theme with a visual mark.
> --rebuild-initrd. ? Add test to check that a theme was specified.
>
> Here are the diffs:
that looks nice. But could you provide patches rather in the unified
diff format (generated with diff -u file1 file2 or with git
format-patch origin)? I find this format (I think thats what diff
generates without options) a bit difficult to read.
Adrian
------------------------------
_______________________________________________
plymouth mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/plymouth
End of plymouth Digest, Vol 15, Issue 5
***************************************