Keyring not unlocking on Hyprland startup #13

Closed
opened 2026-03-30 12:22:34 +02:00 by sid · 0 comments
Owner

element-desktop and chromium occasionally prompt "The login keyring did not get unlocked" after a reboot.

I suppose gnome-keyring is not being registered correctly in the D-Bus/Systemd user session upon starting Hyprland.

Suggested fix for hyprland/default.nix:

wayland.windowManager.hyprland.settings.exec-once = [
  "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
  "gnome-keyring-daemon --start --components=secrets"
];
`element-desktop` and `chromium` occasionally prompt "The login keyring did not get unlocked" after a reboot. I suppose `gnome-keyring` is not being registered correctly in the D-Bus/Systemd user session upon starting Hyprland. **Suggested fix for `hyprland/default.nix`:** ```nix wayland.windowManager.hyprland.settings.exec-once = [ "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "gnome-keyring-daemon --start --components=secrets" ]; ```
sid added the
bug
label 2026-03-30 12:22:34 +02:00
sid closed this issue 2026-03-30 22:12:04 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sid/synix#13
No description provided.