Skip to content

Commit

Permalink
fix: Unlock gnome-keyring on login (#97)
Browse files Browse the repository at this point in the history
The issue here was that gnome-keyring doesn't install the PAM modules for itself by default.
  • Loading branch information
ryanabx authored Jan 22, 2025
1 parent 387699b commit 9bc5d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" == "rawhide" ]]; then \
rpm-ostree install \
cosmic-desktop && \
rpm-ostree install \
gnome-keyring NetworkManager-tui \
gnome-keyring-pam NetworkManager-tui \
NetworkManager-openvpn && \
systemctl disable gdm || true && \
systemctl disable sddm || true && \
Expand Down

0 comments on commit 9bc5d89

Please sign in to comment.