-
jonas’
I'm on 1.9.4 (Unix/Linux) from Debian/unstable, and there's still the issue that the chat view sometimes would require horizontal scrolling because of some wide content, but there's no horizontal scrollbar to use.
👍 1 -
jonas’
It seems to be related to the subject bubble.
-
jonas’
https://uc.xmpp.zombofant.net/21fb3f2e-de42-4194-b234-cb3c6ebde0a4/wide.png
-
jonas’
^ screenshot of the issue
-
fjklp
> https://uc.xmpp.zombofant.net/21fb3f2e-de42-4194-b234-cb3c6ebde0a4/wide.png interesting ↺
-
fjklp
I guess the change didn't get applied everywhere
-
fjklp
hmm, more bugs
-
cal0pteryx
Might be due to the nickname, have to check :)
-
fjklp
any idea why the nightly flatpak hasn't been built lately?
-
lovetox
yes there is a error we didnt fix yet
-
fjklp
where does the blame go if changing my nick results in the same occupant-id problem where my messages show as coming from someone else?✎ -
fjklp
where does the blame go if changing my nick results in the same occupant-id problem where my messages show as coming from someone else? server is ejabberd. ✏
-
fjklp
where does the blame go if changing my nick results in the same occupant-id problem where my messages show as coming from someone else? server is ejabberd. the problem seems intermittent. ✏
-
jonas’
fjklp, cal0pteryx, shall I file an issue, or is the report here sufficient?
-
lovetox
no i fix it
-
bot
lovetox pushed 1 commits to branch gajim/master fix: Groupchat: Wrap long nicknames in subject row - https://dev.gajim.org/gajim/gajim/-/commit/332ada305defc7c863bd4773c6f59be1730f63ee
-
lovetox
fjklp, not sure what you mean exactly, how would a message show as from someone else
-
lovetox
are you saying the avatar is wrong on your messages?
-
fjklp
I start with nick1. I change my nick to nick2. I post a message and what gajim shows is a pending message from nick1 in blue and another message from nick2 in red.
-
fjklp
lovetox: ^
-
fjklp
the avatar is the same for nick1 and nick2
-
lovetox
am ok, did we not already have this?
-
lovetox
still the same server that changes your occupant-id?
-
fjklp
before it was due to server restarts, presumably. It was a different server than the current one.
-
fjklp
both ejabberd
-
lovetox
if the occupant-id changes on a nick change its a server bug
-
fjklp
I'll have to check the logs
-
lovetox
yeah show me the logs, if it happens on a nick change this should be pretty easy to debug for the ejabberd devs
-
fjklp
I'm not seeing occupant-id in the reflected message. I should see that, right?
-
fjklp
do you need anything more than the reflected messages from the two different nicks?
-
fjklp
there is no "occupant-id" in these reflected xml messages
-
lovetox
then send me the whole log, of changing nick, sedning message
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: Inform user when referenced message cannot be found - https://dev.gajim.org/gajim/gajim/-/commit/cacdbb07af29f7f43f1ff9ab958db9b6e3db5455
-
anviar
> anviar: I had the same in arch, not found any solution, just gpg (not opengpg) worked ok good news: I just found a fix for OpenPGP. ) It cost me the weekend. ↺
-
lovetox
what was the fix?
-
anviar
> what was the fix? https://dev.gajim.org/gajim/gajim-plugins/-/issues/623 Looks like default algorithm of gpg library has been changed and now it can't be used for "signing" and "encryption" actions. Root error from debug log was "gpg: Key generation failed: Wrong key usage" ↺
-
anviar
can you apply this patch? Just really tired to find how to create pull request with single line )))
-
omnikron
Hi everybody, thx for added me
-
omnikron
as I'm new on Gajim my question is how do I make my account safe?
-
omnikron
I read that I need a plugin called omemo
-
lovetox
what version are you running?
-
lovetox
anviar, np i look into it, thanks for investigating
❤ 1 -
lovetox
anviar, how did you geht that `Wrong key usage` info?
-
lovetox
i find no way to get more debug output from the commands we send via the lib
-
anviar
> anviar, how did you geht that `Wrong key usage` info? try this: GPGME_DEBUG=9:~/.local/share/gajim/debug/gpgme.log ./launch.py I found this here https://www.gnupg.org/documentation/manuals/gpgme/Debugging.html ↺
-
lovetox
thanks
🤝 1 -
anviar
Also, may be will be useful comments to library code about algirithm https://github.com/gpg/gpgme/blob/master/lang/python/src/core.py#L789 and I find (and lost now) some bug reports to gpg maintainers about such errors for some key types (algorithms).... They say this is "minor bugs" 😂️