Gajim - 2023-10-28


  1. fjklp

    There is a text section at the top of the Start / Join Chat dialog that can be closed. Is it possible to show it again after it is closed?

  2. fjklp

    A few times recently I have left a muc by closing it and confirming that I want to leave. Then after I restart gajim, the muc that I left opens again, but does not join.

  3. cal0pteryx

    fjklp: probably that recent ejabberd bug with bookmarks. There is preferences > advanced > reset hints (for the help text you mentioned)

  4. fjklp

    thanks

  5. fjklp

    I get a traceback when I press the groupchat details button in one of these opened but not joined chats. Should I report it?

  6. cal0pteryx

    Sure

  7. lovetox

    fjklp, sure you didnt leave the muc on another device

  8. lovetox

    because then you would see exactly that behavior

  9. fjklp

    yes, I usually only use this one gajim instance and I also remember specifically when I left

  10. fjklp

    it has happened at least in two separate mucs recently

  11. lovetox

    if it were a bookmark problem, it would simply rejoin at start and ignore that you ever left

  12. fjklp

    Pressing the button multiple times would alternate between an error modal and the chat details modal.

  13. cal0pteryx

    fjklp: do you have the traceback?

  14. fjklp

    yes

  15. fjklp

    you want me to paste it here?

  16. fjklp

    Traceback (most recent call last): https://conference.gajim.org:5281/pastebin/65fd75a3-4c21-4544-b98c-62831758d5ea

  17. fjklp

    also, apport caught one of these, which is unusual

  18. cal0pteryx

    Thanks. If you like, please create an issue :)

  19. fjklp

    alright

  20. debacle

    With Gajim 1.8.1 I cannot talk to xmpp:certwatch.xmpp.net (JID without local part), with Dino it works. Known issue?

  21. debacle

    TTBOMK, local part is not mandatory.

  22. lovetox_

    Correct the start chat Dialog does not let you do this

  23. lovetox_

    We should change that

  24. bot

    Philipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *b63ccefa* < https://dev.gajim.org/gajim/gajim/-/commit/b63ccefab0b6abec5fbb285372674e017f751cd2 > imprv: StartChat: Allow ot start chats with domain JIDs

  25. bard_

    seems gajim doesn't recover from network outages well. I had to restart the client to reconnect and see new messages sync

  26. umu

    o ye gajim doesn't rejoin mucs it looses connection to

  27. lovetox

    bard_, for me this works correctly

  28. lovetox

    for example when i close my laptop, i do this 20 times a day

  29. lovetox

    never have to restart gajim afterwards

  30. lovetox

    so maybe gather debug logs to see next time whats going on

  31. umu

    lovetox: like if a server restarts or goes offline

  32. umu

    it thinks u left the muc

  33. umu

    some ppl don't have cert reloading setup properly so it just restarts the entire xmpp server

  34. lovetox

    hm yeah, there could be bugs there, sometimes the server does not correctly notify the client that it restarts

  35. Menel

    If it doesn't at all notify, maybe that's even the best, at least if it saves the current occupants and reinserts them after the start again

  36. bot

    Philipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *360e2b20* < https://dev.gajim.org/gajim/gajim/-/commit/360e2b20bfbf982d7e32f8bd0533c3228d7b4480 > fix: GroupChatInfo: Align max width of labels

  37. bard_

    I've been asked to get debug logs before (for gajim specifically) and it never works out. couldn't get all the debug symbols so it was a lot of work for nothing

  38. lovetox

    bard_, when someone asks you that, it means you should enable debug logging in Preferences -> Advanced

  39. lovetox

    no debug symbols needed

  40. bard_

    alright, I was probably thinking of a step further than that then

  41. fjklp

    looks like show_chat_state_in_banner successfully disables typing notifications now

  42. fjklp

    looks like show_chat_state_in_banner=disabled successfully disables typing notifications now

  43. debacle

    lovetox Thanks for the domain JID fix!

  44. bot

    Daniel Brötzmann pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *d0a8a48c* < https://dev.gajim.org/gajim/gajim/-/commit/d0a8a48c00080aa7b4f6d72f562db8ec6c2b22d7 > fix: Fix IRC icon contrast for both dark and light mode

  45. cal0pteryx

    Geld, thanks for the info! :)

  46. bot

    Daniel Brötzmann pushed 2 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *6dadd33f* < https://dev.gajim.org/gajim/gajim/-/commit/6dadd33f34ceccdb42081fc2bbfa929605ad68ba > fix: GroupchatDetails: Depend on joined state for some elements Fixes #11661 *26e018ff* < https://dev.gajim.org/gajim/gajim/-/commit/26e018ffe5c9e0f8b29a5d8700772aaede99d505 > cfix: Use better color for IRC gateway icon