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: 276
Popularity: 1.28
First Submitted: 2009-05-02 09:53 (UTC)
Last Updated: 2024-12-20 00:13 (UTC)

Required by (175)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 51 Next › Last »

Det commented on 2012-07-20 10:54 (UTC)

K, some of the changes: * Make the cryptsetup links clickable * Install our own quit service (ricardofunke) * Make the dm services neither conflict or run after getty@tty1 (ricardofunke) (I actually didn't even try abbradar's solution - this one just sounded like the right way) * Create the 'plymouth' directory in /run instead of patching all the service files (abbradar) * Use '--depth 1' with 'git pull' too * Simplify the patch messages * More efficient install for systemd services

abbradar commented on 2012-07-20 09:40 (UTC)

I've tried some modifications to gdm-plymouth.service, but I cannot achieve desired behaviour (smooth transition from plymouth to gdm). I just fixed killing plymouth with some kind of workaround (ricardfunke made same or more complete modifications, http://pastebin.com/fA2xEMN2 is my version). Here is my patch for restoring "/run/plymouth/pid" path: http://pastebin.com/BrCS8FKZ

ricardofunke commented on 2012-07-19 15:34 (UTC)

plymouth-quit.service must run before getty@tty1.service, in this way display-manager.service (yourdm-plymouth.service) doesn't need to conflict with getty@tty1.service neither run after that. My plymouth-quit.service: http://pastebin.com/tG2N4P7W My gdm-plymouth.service: http://pastebin.com/yJx6W3Jz Doing that, tty1 is available again without showing you password when typing and maybe will not show tty1 in transition to display manager.

abbradar commented on 2012-07-18 17:07 (UTC)

A lot of places in systemd have /run/plymouth/pid path, so won't it be simpler to just do "mkdir -p /run/plymouth" before daemon starting in mkinitcpio hook? (just do search for "run/plymouth/pid" in /usr/lib/systemd, for example) Just built package with this implemented, but I see no improvements - plymouth really never gets killed and gdm starts on another VT (I use gdm-plymouth.service)

dbuch commented on 2012-07-18 15:08 (UTC)

How do you fix the PID error on non-systemd setup?