Tuigreet tries to write the values to be remembered to /var/cache/tuigreet, which does not exist. Reproducible: Always Steps to Reproduce: 1. Configure tuigreet with --remember in greetd 2. Start tuigreet from greetd 3. Log in 3. Reboot 4. Repeat Actual Results: Username is blank again. Expected Results: Username was remembered.
Created attachment 764058 [details, diff] Patch to create cache directory in src_install
I could fix it by manually creating /var/cache/tuigreet. See attached patch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8625205b4677dc7aa4fb2500aa835547ba2bdafd commit 8625205b4677dc7aa4fb2500aa835547ba2bdafd Author: Michael Mair-Keimberger <mmk@levelnine.at> AuthorDate: 2022-08-19 18:34:55 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-09-05 12:37:14 +0000 gui-apps/tuigreet: fix remember username or session, bug 832445 Closes: https://bugs.gentoo.org/832445 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Signed-off-by: Joonas Niilola <juippis@gentoo.org> gui-apps/tuigreet/tuigreet-0.8.0.ebuild | 7 +++++++ gui-apps/tuigreet/tuigreet-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+)