Patrick
January 10, 2025, 11:50am
2
You can follow the history of that here:
After booting the ISO → Xfce desktop → double click on “17 GB Encrypted” (from a previous installation) → enter password → save password permanently.
Failed to mount “rootfs”
Error storing passphrase in keyring (The name org.freedesktop.secrets was not provided by any .service files)
Since we’re already installing KeePassXC by default, it might make sense to use KeePassXC as a org.freedesktop.secrets provider. Here is a promising looking (untested by me) guide:
https://c3pb.de/blog/kee…
committed 06:34AM - 03 Oct 24 UTC
to fix error message
> Error storing passphrase in keyring (The name org.freede… sktop.secrets was not provided by any .service files)
https://forums.kicksecure.com/t/error-storing-passphrase-in-keyring-the-name-org-freedesktop-secrets-was-not-provided-by-any-service-files/582
This is documented here:
Feel free to experiment with removal of gnome-keyring
. This should be easily possible thanks to dummy-dependency , Removal Instructions .
sudo dummy-dependency --yes --purge gnome-keyring
Even if we find a technical solution to do this reliably by default [1], I am not sure we should change chromium default keystore settings. Comments welcome.
[1] We would probably have to solve the stackable wrappers issue.
# Stackable Wrappers (Proposal 634)
- Ticket: https://forums.whonix.org/t/write-draft-for-stackable-wrappers-on-debian-devel/18776
- File: https://github.com/Kicksecure/proposals/blob/master/634-stackable-wrappers.md
# Description
In Debian, there is no such thing as stackable wrappers. It would be desirable to have them.
A wrapper in this context is defined as a minimal script that automatically prepends something in front of a program the user wants to run or appends something, such as default command-line parameters.
Here are some examples of commands to prepend:
* `firejail firefox`
* `torsocks gpg`
* `LD_PRELOAD="$LD_PRELOAD":libeatmydata.so rsync`
* `bindp`, `timeprivacy`, and probably a lot more
* Likely quite a few `dpkg` diversions are used for this purpose
Here are some examples of commands to append:
This file has been truncated. show original
Ex Debian dev Michael Stapelberg discusses package install hooks and triggers and how they complicate the package manager and potentially slow down the install process. An exciting development he mentions is “hermetic packages” which is discussed...
Reading time: 4 mins 🕑
Likes: 10 ❤