https://bugs.kde.org/show_bug.cgi?id=520018
--- Comment #2 from Daniel <[email protected]> --- (In reply to Akseli Lahtinen from comment #1) > > as the folder has been mounted from another location > > Can you expand on this? Where is the folder where the secrets are mounted? > Is it a network drive? our company has an encrypted user folder mounted at ~/data . The wallet needs a location within that folder. So we stop kwallet in logo script and do WALLETPATH="${DECRYPTEDDATADIR}/kwallet" WALLETPATH_CFG="$SUDO_HOME/.local/share/kwalletd" mount --bind ${WALLETPATH} ${WALLETPATH_CFG} when starting kwallet manually, thats fine. But when the user relogs, that kwallet is activated via sessions d-bus, causing a crash. As far as i read the output, it tries to do some operations with the mounted folder. The far better solution were to have kwallet use the ${WALLETPATH_CFG} in kwalletrc, but as far as i know, kwallet lacks this functionality for now. -- You are receiving this mail because: You are watching all bug changes.
