Package Details: plymouth-git 24.004.60.r88.ga0e8b6cf-1

Git Clone URL: https://aur.archlinux.org/plymouth-git.git (read-only, click to copy)
Package Base: plymouth-git
Description: Graphical boot splash screen (git version)
Upstream URL: https://www.freedesktop.org/wiki/Software/Plymouth/
Licenses: GPL-2.0-or-later
Conflicts: plymouth
Provides: plymouth
Submitter: PirateJonno
Maintainer: Taijian
Last Packager: Taijian
Votes: 275
Popularity: 0.42
First Submitted: 2009-05-02 09:53 (UTC)
Last Updated: 2024-12-20 00:13 (UTC)

Required by (174)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 51 Next › Last »

ricardofunke commented on 2011-07-30 18:41 (UTC)

I'm having an issue with my tty1, it's echoing every command I type there, even the password! It's just in tty1, the other tty works ok. Have you facing this trouble too?

autermann commented on 2011-07-30 17:01 (UTC)

@Det: the shutdown_start hook is only called if /etc/rc.shutdown is executed and the multi_end hook is called everytime you switch to runlevel 5. I've updated the package [1] and made some changes.. feel free to adopt those: * partly rewritten plymouth.functions. registers now lots of hooks and works like a charm * killing the daemon in rc.local is not needed * the plymouth-encrypt hook is generated by patching the original cryptsetup hook files. * plymouth-update-initrd.patch is updated to use *.preset instead of *.kver in /etc/mkinitcpio.d [1] http://autermann.org/plymouth-git-20110730-3.src.tar.gz

Det commented on 2011-07-30 16:43 (UTC)

Started maintaining this thing (for now). It has so many sweet little votes.

Det commented on 2011-07-30 09:17 (UTC)

Btw. I updated the Wiki. It's up-to-date again :p.

Det commented on 2011-07-30 07:24 (UTC)

Guys, there's no maintainer with this thing. You are free to do that yourselves. E: @ricardofunke, I did those. @auti, I don't think if it should register either one at the end of the file. Doesn't this mean it does it every time the file is called (on startup _and_ shutdown (though, this is not currently implemented)).

autermann commented on 2011-07-30 01:00 (UTC)

shouldn't /etc/rc.d/functions.d/plymouth.functions register a shutdown_start hook instead of a multi_end hook? from /etc/rc.d/functions: # shutdown_start: at the beginning of rc.shutdown # multi_end: at the end of rc.multi

ricardofunke commented on 2011-07-30 00:25 (UTC)

please change /etc/rc.d/functions.d/plymouth.functions line from: while [[ ( $(ps h $(cat /tmp/plymouthd)) ) && ( $ply_wait -lt 5 ) ]]; do to while [[ ( $(ps h $(cat /tmp/plymouthd)) ) && ( $ply_wait -lt 3 ) ]]; do 5 seconds is such a long time, 3 is better...

ricardofunke commented on 2011-07-30 00:21 (UTC)

Every update still overwrites our /etc/plymouth/plymouthd.conf. This should not occur in order do keep our theme selection.

<deleted-account> commented on 2011-07-18 21:00 (UTC)

Please rename the "install" function in "/lib/initcpio/install/plymouth" and "/lib/initcpio/install/plymouth-encrypt" to "build"