- 02 Mar, 2021 1 commit
-
-
Marius Meisenzahl authored
-
- 01 Mar, 2021 1 commit
-
-
Marius Meisenzahl authored
-
- 22 Feb, 2021 2 commits
-
-
Ray Strode authored
systemd: switch to KillMode=mixed See merge request plymouth/plymouth!122
-
KillMode=none is deprecated, so we need to stop using it. For now, use `KillMode=mixed` and `IgnoreOnIsolate=true` instead. In the future, we should change plymouth to be able to exit and start again without restarting the active animation, but that's going to require some effort. plymouth/plymouth#123
-
- 07 Dec, 2020 2 commits
-
-
Ray Strode authored
Use fallback image if BGRT is not supported See merge request plymouth/plymouth!125
-
-
- 28 Oct, 2020 2 commits
-
-
Brian Murray authored
In the event that plymouthd is not responding the plymouth client will wait forever when sending a ping to the daemon. This commit introduces a timeout of 30 seconds to better cope with a hung plymouthd process. (Some small changes to original patch by Ray Strode) plymouth/plymouth#130
-
Ray Strode authored
This reverts commit 55902ced
-
- 26 Oct, 2020 2 commits
-
-
Ray Strode authored
Don't wait forever for a ping reply. See merge request plymouth/plymouth!124
-
In the event that plymouthd is not responding the plymouth client will wait forever when sending a ping to the daemon. Instead of waiting forever timeout after a while. plymouth/plymouth#130
-
- 25 Sep, 2020 5 commits
-
-
Rafael Fontenelle authored
Currently translated at 100.0% (7 of 7 strings) Co-authored-by:
Rafael Fontenelle <rafaelff@gnome.org> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/pt_BR/ Translation: plymouth/master
-
Charles Lee authored
Currently translated at 71.4% (5 of 7 strings) Co-authored-by:
Charles Lee <lchopn@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/zh_CN/ Translation: plymouth/master
-
Yuri Chornoivan authored
Currently translated at 100.0% (7 of 7 strings) Co-authored-by:
Yuri Chornoivan <yurchor@ukr.net> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/uk/ Translation: plymouth/master
-
Piotr Drąg authored
Currently translated at 100.0% (7 of 7 strings) Co-authored-by:
Piotr Drąg <piotrdrag@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/pl/ Translation: plymouth/master
-
Oğuz Ersen authored
Currently translated at 100.0% (5 of 5 strings) Co-authored-by:
Oğuz Ersen <oguzersen@protonmail.com> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/tr/ Translation: plymouth/master
-
- 21 Sep, 2020 1 commit
-
-
Hans de Goede authored
Merge weblate updated/generated .po files from: https://translate.fedoraproject.org/projects/plymouth/master/ into master
-
- 20 Sep, 2020 1 commit
-
-
Weblate authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by:
Weblate <noreply@weblate.org> Translate-URL: https://translate.fedoraproject.org/projects/plymouth/master/ Translation: plymouth/master
-
- 18 Sep, 2020 3 commits
-
-
Ray Strode authored
boot-server: Handle client disconnecting while trigger pending See merge request plymouth/plymouth!123
-
At the moment if a client disconnects while the daemon is completely an asynchronous request, the daemon crashes trying to access a freed connection object. This commit changes the boot server code to keep the connection object alive after the client disconnects, if there's pending work to do. plymouth/plymouth#125
-
This commit adds reference counting to ply_boot_connection_t. This will be needed by a subsequent commit to fix a crasher bug.
-
- 16 Sep, 2020 3 commits
-
-
Ray Strode authored
Update translations Closes #87 See merge request plymouth/plymouth!85
-
Download latest translations from Fedora Zanata
-
Hans de Goede authored
drm: Honor modes selected by the user through video= kernel cmdline argument See merge request plymouth/plymouth!84
-
- 15 Sep, 2020 2 commits
-
-
Hans de Goede authored
-
Hans de Goede authored
Before this commit we would skip preferred-mode selection if a video= kernel cmdline is argument, instead relying on the kernel to have activated all the outputs and then we would inherit those modes. But this relies on fbcon having initialized the outputs, which it does not do when deferred-fbcon-takeover is used. Deferred-fbcon-takeover is necessary for flickerfree boot, so this is now the default in many distros. Instead of relying on the kernel having setup everything for us, honor the video= mode selection by checking for modes with a DRM_MODE_TYPE_USERDEF flag before checking for modes with a DRM_MODE_TYPE_PREFERRED flag. Note that the DRM_MODE_TYPE_USERDEF flag is only ever set based on a video= argument. So on systems without a video= argument on the kernel cmdline nothing changes. Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
- 24 Aug, 2020 1 commit
-
-
Ray Strode authored
use resolution of higher res monitor for window size Closes #122 See merge request plymouth/plymouth!121
-
- 23 Aug, 2020 1 commit
-
-
Kayran Schmidt authored
-
- 08 Aug, 2020 1 commit
-
-
Hans de Goede authored
Enable translations by having the init calling setlocale See merge request plymouth/plymouth!120
-
- 07 Aug, 2020 1 commit
-
-
setlocale was already called on filesystem mounting but that's not enough to cover all the cases. The call needs to be conditional because doing it at a time where the locales are not available (in the initrd) would result in translations to not be working.
-
- 01 Aug, 2020 1 commit
-
-
Ray Strode authored
Use the correct key name for title and subtitle See merge request plymouth/plymouth!119
-
- 31 Jul, 2020 1 commit
-
-
Sebastien authored
The '_' was removed in the conversion to use gettext
-
- 09 Jul, 2020 1 commit
-
-
Ray Strode authored
The symlink isn't available in some sandboxes: https://gitlab.gnome.org/GNOME/gnome-build-meta/-/commit/99bf64efdc5a2d5c5fdedb627967b931d02be3d0#note_860312
-
- 08 Jul, 2020 8 commits
-
-
Ray Strode authored
-
Ray Strode authored
Add CI pipeline for Plymouth See merge request plymouth/plymouth!48
-
-
We want to ensure that the CI is "release ready".
-
We can use GitLab's CI/CD support to run a build.
-
Ray Strode authored
Drop intltool See merge request plymouth/plymouth!117
-
Ray Strode authored
I really don't like autogoo
-
Ray Strode authored
gettext can do most everything intltool can do anyway, so just drop intltool.
-