-
novice8
@lovetox: About dead XMPP accounts (possibly) triggering a keyring popup, unfortunately (fortunately?) it probably cannot be debug logged. The once dead pad7.de accounts came back alive! I'll see whether they go dead again.
-
mkf
zombies!
-
fjklp
I (or someone) should just setup a local prosody instance and test.
-
fjklp
novice8: How did it go again? You had an account and when gajim couldn't connect due to the account being offline, gajim would prompt you for a password?
-
novice8
@fjklp. When an XMPP account went dead, I began to get a popup saying that the keyring was not unlocked and demanding the Linux password. So, that's a temporal coincidence, from which I inferred that the one might be the cause of the other. Whereupon I deactivated the dead XMPP account, and I stopped getting the keyring popup, another temporal coincidence, which tends to strengthen the causal hypothesis. So I wanted to debug log. But the XMPP account came back alive, depriving me of an opportunity to log.
-
cal0pteryx
novice8: Gajim needs the account's password in order to check whether the account is dead or not. I don't see an issue with that. Disable and delete it if it's dead :)
-
novice8
@cal0pteryx. Thanks, but the keyring popup wanted my Linux user account password. In a previous discussion here, lovetox thought a dead XMPP account and a prompt for the Linux user account password should not correlate (which I agreed with) but thought debug logging may be worthwhile. But now that the XMPP account is no longer dead, I cannot reproduce the problem. That's all. In all event, I have no current problem.
-
cal0pteryx
novice8: Gajim only ever asks for your keyring's password (which might trigger some other password prompt for you)
-
dubiyah
hi
-
dubiyah
all
-
novice8
@cal0pteryx. Thanks. But I probably misspoke. When I said "my Linux user account password" I meant the keyring password. (The popup would say something like: You keyring did not get unlocked.) Only, it so happens that my Linux user password = keyring password.
-
novice8
But the weird thing was that, by the time I get the popup asking to unlock the keyring, the keyring had ALREADY been unlocked--which I could tell by the fact that Gajim had no problem logging me into my live XMPP accounts. That wy we thought "it made no sense."
-
novice8
The only datum was the coincidence of the XMPP account going dead and the keyring popup begining to appear and also the coincidence of my deactivating the dead XMPP account and the keyring popup's disappearing--which suggests a causaul link (thoughit makes no sense). That was it. Again, thanks. At present, I cannot reproduce the problem. So in a sense, I am all set.
-
resoli
Hello, error at first step of the wizard for setting my key for OpenPGP encryption:
-
resoli
https://share.conversations.im/resoli/t5Tk64bPKvNl23jB/zb2rhbTt38DMn5NUNq5GFiFiDgSu8FrHrTGq7gFYCe3RigKoR.png
-
resoli
v1.9.3 flatpak, plugin 1.6.0 from flathub
-
lovetox
kill your pgp agent and try again
-
resoli
``` $ pgrep -af gpg-agent 2661 gpg-agent --homedir /home/resoli/.var/app/org.gajim.Gajim/data/gajim/openpgp/resoli@MY.DOMAIN --use-standard-socket --daemon 2699 gpg-agent --homedir /home/resoli/.var/app/org.gajim.Gajim/data/gajim/openpgp/rob@ANOTHER.DOMAIN --use-standard-socket --daemon ```
-
resoli
then after `killall gpg-agent` I retried, but the error remains
-
lovetox
maybe try to disable one account
-
lovetox
i remember this has something to do with multiple pgp-agent are running
-
lovetox
never got to the bottom of it
-
lovetox
you can also try if debug logging shows more about the error