I wonder if I’m the only one stumbling over this issue:
When I want to submit a change in the integrated OpenStreetMap editor of GNOME Maps (50.1, flatpak), it does no longer work. It stays forever in the “loading mode”. WiFi connection does work.
I’ve started the application via CLI and got this log entry, when this issue happens:
(org.gnome.Maps:67): Gjs-CRITICAL **: 12:10:43.693: JS ERROR: GLib.Error secret-error: couldn't calculate mac
_onPasswordLookedUp@resource:///org/gnome/Maps/src/osmConnection.js:114:31
openChangeset/<@resource:///org/gnome/Maps/src/osmConnection.js:103:22
main@resource:///org/gnome/Maps/src/main.js:55:24
@resource:///org/gnome/Maps/src/main.js:58:5
I also installed gnome-maps via sudo apt install gnome-maps. When using this version (43.5-2~deb12u1pureos1), submitting changesets to OSM works without any problems ![]()
For me it sounds a bit like a problem with unlocking the GNOME keyring. Because in the past when I submit an OSM changeset, there was a dialog for unlocking the keyring.
systemctl --user status gnome-keyring-daemon.service
● gnome-keyring-daemon.service - GNOME Keyring daemon
Loaded: loaded (/usr/lib/systemd/user/gnome-keyring-daemon.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-05-31 12:52:03 CEST; 3min 42s ago
TriggeredBy: ● gnome-keyring-daemon.socket
Main PID: 1010 (gnome-keyring-d)
Tasks: 4 (limit: 2706)
Memory: 1.7M
CPU: 230ms
CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/gnome-keyring-daemon.service
└─1010 /usr/bin/gnome-keyring-daemon --foreground --components=pkcs11,secrets --control-directory=/run/user/1000/keyring
Can someone reproduce this problem?
