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.000689
First Submitted: 2009-05-02 09:53 (UTC)
Last Updated: 2024-05-17 07:42 (UTC)

Required by (175)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 51 Next › Last »

invidian commented on 2021-06-28 22:42 (UTC)

Once again the latest update is flagging an infinite update loop. Is there a fix?

Yep, evil trailing 0 strikes again :(

d_fajardo commented on 2021-06-28 17:11 (UTC)

Once again the latest update is flagging an infinite update loop. Is there a fix?

bdeshi commented on 2021-06-28 05:30 (UTC) (edited on 2021-06-28 07:53 (UTC) by bdeshi)

@Taijian I'm sorry but could you double-check that please? it works with plain encrypt hook too, without systemd-boot or systemd init hook.

how I checked:

  • # cryptsetup --persistent refresh /dev/sdXY -- removed any persistent flags
  • removed those flags from cryptdevice kernel command parameter too, and rebooted.
  • # dmsetup table -- confirmed no flags are present
  • added flags back, eg ... cryptdevice=UUID=<UUID>:<mapped_name>:allow-discards,no-read-workqueue,no-write-workqueue ...
  • regenerated bootloader config (grub) & initramfs, using plymouth-encrypt patched as my last comment.
  • rebooted and checked with # dmsetup table that all three flags were present.

Taijian commented on 2021-06-27 21:54 (UTC)

@bdeshi: The kernel command line parameters you are trying to use only work in a systemd-based boot setup. You need to switch out plymouth for sd-plymouth and encrypt for sd-encrypt (and a bunch of other hooks too - best have a look at the wiki).

bdeshi commented on 2021-06-27 20:28 (UTC)

hi, I've been using the no-*-workqueue options in cryptdevice param with cryptsetup's encrypt initcpio hook, but these echo warnings at boot with plymouth-encrypt. could you patch please? (copied from the default encrypt hook file)

diff --git a/usr/lib/initcpio/hooks/plymouth-encrypt b/-
index a623deb..0000000 100644
--- a/usr/lib/initcpio/hooks/plymouth-encrypt
+++ b/-
@@ -51,9 +51,15 @@ EOF

     for cryptopt in ${cryptoptions//,/ }; do
         case ${cryptopt} in
-            allow-discards)
+            allow-discards|discard)
                 cryptargs="${cryptargs} --allow-discards"
                 ;;
+            no-read-workqueue|perf-no_read_workqueue)
+                cryptargs="${cryptargs} --perf-no_read_workqueue"
+                ;;
+            no-write-workqueue|perf-no_read_workqueue)
+                cryptargs="${cryptargs} --perf-no_write_workqueue"
+                ;;
             *)
                 echo "Encryption option '${cryptopt}' not known, ignoring." >&2
                 ;;

<deleted-account> commented on 2021-06-06 08:13 (UTC)

I have an infinite update loop where with every check it wants to update to the same version over and over again:

:: Searching AUR for updates...

:: 1 Packages to upgrade.

1 aur/plymouth-git 0.9.5.r84.ge554475-1 -> 0.9.5.r84.ge554475-3

x70b1 commented on 2021-05-08 14:06 (UTC)

@Taijian That works perfect. Thanks!

Taijian commented on 2021-05-08 12:48 (UTC)

@x70b1: should be fixed in the latest commit. Please test.

x70b1 commented on 2021-05-07 22:12 (UTC) (edited on 2021-05-07 22:13 (UTC) by x70b1)

mkinitcpio fails to create my initramfs.

==> ERROR: file not found: `/etc/fonts/conf.d/60-latin.conf'

The error seems to bei here: https://aur.archlinux.org/cgit/aur.git/tree/plymouth.initcpio_install?h=plymouth-git#n45

I have Cantarell installed, but in the package cantarell-fonts is no 60-latin.conf.

Taijian commented on 2021-04-26 08:12 (UTC) (edited on 2021-04-26 08:15 (UTC) by Taijian)

@p00h: Are you sure you have installed base-devel?

https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

https://wiki.archlinux.org/index.php/Arch_User_Repository#Debugging_the_package_build_process