- Jan 11, 2022
-
-
Ray Strode authored
autogoo: Determine project version from date See merge request plymouth/plymouth!153
-
Ray Strode authored
Numbers are arbitrary, and we've never successfully made it to version 1.0 after like 15 years or something. Furthermore, plymouth has a very slow release schedule at present and some distros hate building from git. So, I'd like to start generating tarballs more regularly. Adopting a version number derived from the date will help facilitate that. This commit changes AC_INIT to compute the version automatically. #143 #158
-
Ray Strode authored
spinfinity: use logo file passed to configure See merge request plymouth/plymouth!110
-
At the moment we hardcode the header to a logo file that ships in fedora. This commit changes it to use the logo configured by the distro. plymouth/plymouth#106
-
Ray Strode authored
Translations update from Weblate See merge request plymouth/plymouth!146
-
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Yauhen Bugamol <3abac@3a.by> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/be/ Translation: plymouth/master
-
Ray Strode authored
Add Croatian language See merge request plymouth/plymouth!148
-
-
Ray Strode authored
configure: Fix help string for --with-background-end-color-stop See merge request plymouth/plymouth!149
-
Looks like it was copied from --with-background-start-color-stop and never updated to reflect the option it is describing.
-
Ray Strode authored
two-step: Fix typos and missing words in comments See merge request plymouth/plymouth!150
-
- Dec 01, 2021
-
-
João Paulo Rechi Vita authored
-
- Nov 16, 2021
-
-
Ray Strode authored
two-step: Make SHOW_ANIMATION_FRACTION configurable See merge request plymouth/plymouth!151
-
Jasper St. Pierre authored
Allow themes to configure at which percentage of the boot progress the animation should transition to the end animation. At Endless we use this to only show the end animation from the start of the boot splash by setting it to 0.0.
-
- Oct 18, 2021
-
-
Ray Strode authored
drm: Honour screen rotation when detecting HiDPI See merge request plymouth/plymouth!147
-
Currently if the screen is rotated by 90 degrees, the effective width/height will be swapped. Thus we will incorrectly detect the panel as HiDPI. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-
- Sep 27, 2021
-
-
Ray Strode authored
main: add ThemePath configuration option See merge request plymouth/plymouth!142
-
Support populating initramfs with themes from the configurable theme directory.
-
Add a new option called ThemeDir to the configuration file, so a configurable directory can be used to ship themes. The option applies only to the theme specified in the same configuration file.
-
Refactor code that searched for the theme configuration so it can be reused.
-
-
Free path variables before exiting so the code is more asan/valgrind friendly.
-
- Sep 23, 2021
-
-
Ray Strode authored
Translations update from Weblate See merge request !145
-
Pavel Borecki authored
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/cs/ Translation: plymouth/master
-
- Sep 22, 2021
-
-
Ray Strode authored
Fix crash when hiding message in details splash mode See merge request !140
-
-
Ray Strode authored
main: add ignore-serial-consoles option See merge request !143
-
Add --ignore-serial-consoles option so we can ignore serial consoles also when starting plymouthd and not only from the kernel command line.
-
Ray Strode authored
Translations update from Weblate See merge request !139
-
- Sep 21, 2021
-
-
Currently translated at 100.0% (7 of 7 strings) Added translation using Weblate (Finnish) Co-authored-by: Jan Kuparinen <copper_fin@hotmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/fi/ Translation: plymouth/master
-
Currently translated at 14.2% (1 of 7 strings) Co-authored-by: Hela Basa <r45xveza@pm.me> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/si/ Translation: plymouth/master
-
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Liu Tao <lyuutau@outlook.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/zh_CN/ Translation: plymouth/master
-
Currently translated at 100.0% (7 of 7 strings) Added translation using Weblate (Persian) Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/fa/ Translation: plymouth/master
-
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Fabio Tomat <f.t.public@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/fur/ Translation: plymouth/master
-
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Yauhen Bugamol <3abac@3a.by> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/be/ Translation: plymouth/master
-
Currently translated at 100.0% (7 of 7 strings) Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/es/ Translation: plymouth/master
-
Ray Strode authored
main: Ensure that doubles in config files are parsed with '.' Closes #153 See merge request !144
-
Robin Ebert authored
-
- Apr 06, 2021
-
-
Hans de Goede authored
Rework shutdown handling See merge request !138
-
Ray Strode authored
Add a plymouth-switch-root-initramfs.service, which will call "plymouth update-root-fs --new-root-dir=/run/initramfs" to switch back to the initramfs (when applicable). Systemd will run this service before plymouthd receives the SIGTERM on shutdown, so this will cause the plymouthd-fd-escrow helper to run from the initramfs. This avoids the plymouthd-fd-escrow helper keeping the rootfs busy. Changes by Hans de Goede: - Fix a couple of typos - Add Conflicts=dracut-shutdown.service to plymouth-switch-root-initramfs.service dracut-shutdown.service restores the initramfs when it is _stopped_ use Conflicts to make sure its ExecStop has run before we do - Add a check for switching back to the initramfs to on_newroot () and dump the debug-buffer before the switch (while we still have access to /var/log). - Also add plymouth-switch-root-initramfs.service to kexec.target.wants. kexec.target.wants uses --mode=shutdown, so the plymouthd-fd-escrow helper will run, so we need to switch to the initramfs. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-