Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Fri, 01 Apr 2022 14:48:59
Message-Id: 1648824430.fd3d4e174e04d50697e9761bdf2e14be2476fd0a.asturm@gentoo
1 commit: fd3d4e174e04d50697e9761bdf2e14be2476fd0a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 20:46:57 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:47:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3d4e17
7
8 x11-misc/sddm: Add pkg_postinst info for fixing entropy
9
10 Closes: https://bugs.gentoo.org/660812
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/sddm/sddm-0.18.1-r6.ebuild | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 diff --git a/x11-misc/sddm/sddm-0.18.1-r6.ebuild b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
18 index 4decc69e0e77..51a634ccb024 100644
19 --- a/x11-misc/sddm/sddm-0.18.1-r6.ebuild
20 +++ b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
21 @@ -110,6 +110,12 @@ pkg_postinst() {
22 elog "Starting with 0.18.0, SDDM no longer installs /etc/sddm.conf"
23 elog "Use it to override specific options. SDDM defaults are now"
24 elog "found in: /usr/share/sddm/sddm.conf.d/00default.conf"
25 + elog
26 + elog "NOTE: If SDDM startup appears to hang then entropy pool is too low."
27 + elog "This can be fixed by configuring one of the following:"
28 + elog " - Enable CONFIG_RANDOM_TRUST_CPU in linux kernel"
29 + elog " - # emerge sys-apps/haveged && rc-update add haveged boot"
30 + elog " - # emerge sys-apps/rng-tools && rc-update add rngd boot"
31
32 systemd_reenable sddm.service
33 }