Gajim - 2024-09-22


  1. 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
  2. jonas’

    It seems to be related to the subject bubble.

  3. jonas’

    https://uc.xmpp.zombofant.net/21fb3f2e-de42-4194-b234-cb3c6ebde0a4/wide.png

  4. jonas’

    ^ screenshot of the issue

  5. fjklp

    > https://uc.xmpp.zombofant.net/21fb3f2e-de42-4194-b234-cb3c6ebde0a4/wide.png interesting

  6. fjklp

    I guess the change didn't get applied everywhere

  7. fjklp

    hmm, more bugs

  8. cal0pteryx

    Might be due to the nickname, have to check :)

  9. fjklp

    any idea why the nightly flatpak hasn't been built lately?

  10. lovetox

    yes there is a error we didnt fix yet

  11. 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?

  12. 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.

  13. 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.

  14. jonas’

    fjklp, cal0pteryx, shall I file an issue, or is the report here sufficient?

  15. lovetox

    no i fix it

  16. 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

  17. lovetox

    fjklp, not sure what you mean exactly, how would a message show as from someone else

  18. lovetox

    are you saying the avatar is wrong on your messages?

  19. 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.

  20. fjklp

    lovetox: ^

  21. fjklp

    the avatar is the same for nick1 and nick2

  22. lovetox

    am ok, did we not already have this?

  23. lovetox

    still the same server that changes your occupant-id?

  24. fjklp

    before it was due to server restarts, presumably. It was a different server than the current one.

  25. fjklp

    both ejabberd

  26. lovetox

    if the occupant-id changes on a nick change its a server bug

  27. fjklp

    I'll have to check the logs

  28. lovetox

    yeah show me the logs, if it happens on a nick change this should be pretty easy to debug for the ejabberd devs

  29. fjklp

    I'm not seeing occupant-id in the reflected message. I should see that, right?

  30. fjklp

    do you need anything more than the reflected messages from the two different nicks?

  31. fjklp

    there is no "occupant-id" in these reflected xml messages

  32. lovetox

    then send me the whole log, of changing nick, sedning message

  33. 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

  34. 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.

  35. lovetox

    what was the fix?

  36. 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"

  37. anviar

    can you apply this patch? Just really tired to find how to create pull request with single line )))

  38. omnikron

    Hi everybody, thx for added me

  39. omnikron

    as I'm new on Gajim my question is how do I make my account safe?

  40. omnikron

    I read that I need a plugin called omemo

  41. lovetox

    what version are you running?

  42. lovetox

    anviar, np i look into it, thanks for investigating

    ❤ 1
  43. lovetox

    anviar, how did you geht that `Wrong key usage` info?

  44. lovetox

    i find no way to get more debug output from the commands we send via the lib

  45. 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

  46. lovetox

    thanks

    🤝 1
  47. 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" 😂️