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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 51 Next › Last »

sovanyio commented on 2017-08-15 17:57 (UTC) (edited on 2017-08-15 18:05 (UTC) by sovanyio)

For anyone struggling to get themes to work during boot--this is the fix alluded to by Aetf: /lib/initcpio/install/plymouth https://gist.github.com/sovanyio/5effc81f818813dea733bd056cf3a173

DoogyRev commented on 2017-06-18 18:04 (UTC)

I can't get sd-plymouth to take a graphical password input, I have to esc and input into the text console to proceed. I have used sd-plymouth and sd-encrypt (with and without plymouth-encrypt) mkinitcpio hooks with graphics driver modules included and I have used luks.uuid=,luks.name= and luks.options= on the kernel command line. It works fine with the udev equivalent hooks (plymouth, plymouth-encrypt) and command line options (cryptdevice=).

sylveon commented on 2017-06-18 14:56 (UTC)

The gdm-plymouth service is complety borked on my machine. I had to chroot and enable the regular gdm service instead

prMoriarty commented on 2017-06-03 03:19 (UTC)

siavashs, please add sddm-plymouth.service

siavashs commented on 2017-04-27 00:45 (UTC)

Fixed :)

babel commented on 2017-04-25 14:17 (UTC)

New error compiling: patching file scripts/plymouth-update-initrd patching file systemd-units/plymouth-quit.service.in patching file src/main.c Hunk #1 FAILED at 1529. 1 out of 1 hunk FAILED -- saving rejects to file src/main.c.rej @acz13 is it related?

alchzh commented on 2017-04-25 01:35 (UTC)

patch no longer needed and will fail build: https://cgit.freedesktop.org/plymouth/commit/?id=6fd5c6b260b89604f2ff7d65a4f1a011db23a726

babel commented on 2017-04-18 23:04 (UTC)

I can confirm it works now. Thank you siavashs.

siavashs commented on 2017-04-17 13:39 (UTC) (edited on 2017-04-17 13:47 (UTC) by siavashs)

It makes me sad when I see a C developer who commits his/her code before trying to compile it! Anyway I fixed the compilation error, and as I tested it works fine(Not very useful on my MBP though as it boots very fast).

ryester19 commented on 2017-04-10 18:51 (UTC)

I got the same error as babel, but this time in english :) main.c: In function ‘on_escape_pressed’: main.c:1532:34: error: ‘toggle_between_splash_details’ undeclared (first use in this function) toggle_between_splash_details, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1532:34: note: each undeclared identifier is reported only once for each function it appears in main.c:1540:43: error: expected ‘)’ before ‘state’ state->details_trigger); ^~~~~ main.c:1536:9: error: too few arguments to function ‘ply_event_loop_watch_for_timeout’ ply_event_loop_watch_for_timeout (state->loop, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libply/ply-command-parser.h:27:0, from main.c:45: ./libply/ply-event-loop.h:74:6: note: declared here void ply_event_loop_watch_for_timeout (ply_event_loop_t *loop, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:613: plymouthd-main.o] Error 1 make[3]: Leaving directory '/home/kurbster/.cache/pacaur/plymouth-git/src/plymouth/src' make[2]: *** [Makefile:702: all-recursive] Error 1 make[2]: Leaving directory '/home/kurbster/.cache/pacaur/plymouth-git/src/plymouth/src' make[1]: *** [Makefile:457: all-recursive] Error 1 make[1]: Leaving directory '/home/kurbster/.cache/pacaur/plymouth-git/src/plymouth' make: *** [Makefile:389: all] Error 2 ==> ERROR: A failure occurred in build().