Gajim - 2024-06-18


  1. fjklp

    > wurstsalat pushed 1 commits to branch gajim/master > > imprv: ConversationView: Use better method for scrolling to row - https://dev.gajim.org/gajim/gajim/-/commit/1c98f8e2583a85b88ed2a7c82f41334fec3a38ee > > nice

  2. cal0pteryx

    Still wondering if invisible text tags take up space

  3. nicoco

    > wurstsalat pushed 1 commits to branch gajim/master > > fix: DebugConsole: Fix filtering stanzas when combining accounts and types - https://dev.gajim.org/gajim/gajim/-/commit/ac58d8849f7cb3b269d5c76a39f23dd659ebbdd3 Ohh super sweet, this'll make my life easier when trying to debug stuff that only happens in my "prod" environment where the console is usually _very_ busy

  4. fjklp

    enjoy the big gaps :)

  5. fjklp

    I've been waiting until I get around to profiling it but another thing about the debug console is that if you let it run for awhile, like hours, when you close it, it uses full cpu for some seconds before closing

  6. fjklp

    I've been waiting until I get around to profiling it to make a bug report but another thing about the debug console is that if you let it run for awhile, like hours, when you close it, it uses full cpu for some seconds before closing

  7. cal0pteryx

    fjklp: no need to profile stuff. That's expected if you have a textview open containing millions of lines. In the end this is also why a listbox approach (like the one used in the conversation view) is more flexible.

  8. fjklp

    What is it doing when you close it that uses cpu?

  9. cal0pteryx

    I don't know, but given the amount of data I'm not surprised

  10. lovetox

    fjklp: destroying it

  11. lovetox

    But sorry it makes no sense to let it run for hours

  12. lovetox

    That's what a debug log is for

  13. fjklp

    wireshark deals with it fine

  14. lovetox

    Are you aware that Gajim is not a log analysis software?

  15. fjklp

    was just about to say exactly that :)

  16. fjklp

    just saying that it's possible to do in principle. but maybe it's a qt versus gtk thing, who knows :)

  17. meson

    For some it's a log analyzer, for other's a pub-sub viewer and few use it for chatting. Gajim is versatile :)

  18. meson

    For some it's a log analyzer, for others a pub-sub viewer and few use it for chatting. Gajim is versatile :)

  19. meson

    For some it's a log analyzer, for others a pub-sub viewer and few use it even for chatting. Gajim is versatile :)

  20. fjklp

    being able to manually compose stanzas is pretty cool

  21. ann

    is there a way to easily remove menubar from top? I'll try to write a plugin that removes menubar to right click to "Gajim" logo (right click is undefined for no)

  22. ann

    https://im.ebala.net:5821/upload/7UQd2WLxGckQZP7nls1tVgE_/3f16b5cb-0150-4243-9f6c-00b19b32a561.png

  23. meson

    Ctrl+M ?

  24. meson

    View -> Hide -> "Menu Bar"

  25. ann

    really

  26. ann

    thanks

  27. ann

    now really looks nice, like a modern messenger but not a bad one

  28. ann

    https://im.ebala.net:5821/upload/Vv2vj6DJEFMykwqgKksfXyZC/d258586c-264c-4549-840d-f6a2586a3382.png

  29. chaoren removed by lovetox

    Spam

  30. chaoren removed by lovetox

    Spam

  31. a moderator removed a message

    Spam

  32. a moderator removed a message

    Spam

  33. dazed

    when I try to speak with my contact using gajim, I can't chose encryption, only _disabled_ is possible. so every message that he sends to me is: _This message was encrypted with OMEMO and could not be decrypted._ what am I doing wrong?

  34. lovetox

    what gajim version are you using?

  35. dazed

    1.7.3

  36. dazed

    messages are correctly displayed in conversations.

  37. dazed

    > what gajim version are you using? seems that 1.9.0 is the latest version. could try upgrading.

  38. dazed

    sorry, everyone. didn't know I need to install OMEMO first, through plugin. everything works.

  39. meson

    dazed: Since v1.8 OMEMO is integrated and no more plugin is needed.

  40. dazed

    meson, thank you for the information. this is my first time trying gajim, and I really like it.