kwallet: proper session lifecycle + chrony/desktop fixes #32

Merged
obel1x merged 6 commits from unbrot/fedora-OEMDRV:main into main 2026-05-11 13:19:21 +02:00
Showing only changes of commit 5b13ea7372 - Show all commits
+1
View File
@@ -21,6 +21,7 @@ fi
WALLETPATH_CFG="${HOME}/.local/share/kwalletd" WALLETPATH_CFG="${HOME}/.local/share/kwalletd"
systemd-run --user --unit=kwalletd6-logon \ systemd-run --user --unit=kwalletd6-logon \
--property=RemainAfterExit=yes \ --property=RemainAfterExit=yes \
--property=SuccessExitStatus=1 \
--property=Before=gocryptfs-home.service \ --property=Before=gocryptfs-home.service \
--property="ExecStop=/usr/bin/sudo /usr/bin/umount -l ${WALLETPATH_CFG}" \ --property="ExecStop=/usr/bin/sudo /usr/bin/umount -l ${WALLETPATH_CFG}" \
kwalletd6 >${TEMPDIR}/kwalletd6.log 2>&1 & kwalletd6 >${TEMPDIR}/kwalletd6.log 2>&1 &