Package Details: plymouth-git 24.004.60.r34.gedc7c3ea-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: 274
Popularity: 0.001911
First Submitted: 2009-05-02 09:53 (UTC)
Last Updated: 2024-05-17 07:42 (UTC)

Required by (172)

Sources (6)

Latest Comments

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

<deleted-account> commented on 2011-07-10 13:48 (UTC)

I'm running with the kernel26-lqx and also keep the kernel26 around for good measure. It builds and runs fine - so long as I first change 'install' to 'build' in the '/lib/initcpio/install/plymouth' file after installation. Since I'm also running with systemd, I only see the splash animation on bootup and not on shutdown as I was without systemd.

hellnest commented on 2011-07-06 07:08 (UTC)

@sidneyk i done that on saturday. :) but just now have time to upload anyway thanks for your information. Plymouth should build now against new mkinitcpio, but i still got an error "disconnected from boot daemon". I'm running BTRFS system. Let me know if this package run fine on others :)

<deleted-account> commented on 2011-07-06 05:08 (UTC)

Seems that all that is required to fix plymouth-git is to change a couple items in /lib/initcpio/install/plymouth. On line #2, change 'install' to 'build' and remove the 'add_device' line, line #3. # vim: set ft=sh: build() { add_dir /dev/pts add_dir /usr/share/plymouth/themes It now builds and works just fine with minitcpio again.

hellnest commented on 2011-07-02 06:15 (UTC)

Ok i will take a look at it later, i will put the fix on monday probably. :) if there any suggestion for new mkinitcpio just let me know, i will be off for holiday this weekend.

<deleted-account> commented on 2011-07-01 17:33 (UTC)

The mkinitcpio-0.7-1 update from 6-30-11 in testing breaks plymouth whenever the first images are built with it. It says that the 'install' function is deprecated in '/lib/initcpio/install/plymouth', that the function should be renamed to 'build' and also complains about the command 'add_device' not being found. If I change the 'install' function name to 'build' that error disappears, but the other error is still present. I tried replacing 'add_device' with 'mknod', as suggested in another post, but this does not work either. Reading the announcement in one of the mailing lists says that the 'install' function has been deprecated and the 'add_device' command removed. I don't know if there were any other things that are now deprecated or changed as far as the hooks go, but I couldnt get past these and build any images that had plymouth incorporated.

hellnest commented on 2011-06-29 04:30 (UTC)

@mond Thanks for your suggestion, i already added it to plymouth-update-initrd

<deleted-account> commented on 2011-06-28 17:15 (UTC)

plymouth-update-initrd doesn't work with custom kernelversions e.g. kernel26-ck. When you change it to #!/bin/bash for i in /etc/mkinitcpio.d/*.kver; do i=${i##*/} i=${i%.kver} /sbin/mkinitcpio -p $i done it should rebuild the initrds for every kernel installed on the system.

hellnest commented on 2011-06-25 19:27 (UTC)

@ricardo done :), thanks for the correction :). PKGBUILD updated and fix plymouth.functions

ricardofunke commented on 2011-06-20 17:29 (UTC)

Another thing... The plymouth.conf file shouldn't be overriden at the updates... ;) Thanks!

hellnest commented on 2011-06-20 00:34 (UTC)

Nicely done :), actually i just realize i had a same problem when shutting down using 'shutdown -h' command. But using 'halt' is run fine ^^. Plymouth.functions updated