Gajim - 2023-07-24


  1. cal0pteryx

    ham5urg: yes, 1.8.0

  2. kurion

    I need to make a quick way to set global status and account specific status with only a few keystrokes and without reaching for the mouse.

  3. kurion

    The possibilities I see are

  4. cal0pteryx

    kurion: did you look at gajim-remote?

  5. kurion

    no,

  6. kurion

    I will look at it. thanks

  7. kurion

    One possibility I see is having a 'Set Status' menu in the account specific submenu in Accounts ribbon menu that will land focus on status box of AccountPage of the account.

  8. cal0pteryx

    kurion: https://dev.gajim.org/gajim/gajim/-/wikis/help/DBus-Interface

  9. kurion

    I actually don't have Gajim installed. Only making changes and trying out with ./launch.py

  10. kurion

    how should I launch `gajim-remote` from within this dev environment?

  11. kurion

    As I am making changes to various python files I notice that the copies of these file inside `env/lib/python3.10/site-packages/gajim' doesn't change.

  12. kurion

    Is this normal behaviour?

  13. kurion

    When I try to remove a contact, I see the following traceback in the terminal

  14. kurion

    ``` File "/home/$USER/Documents/gajim/gajim/gtk/roster.py", line 301, in _on_remove_contact assert isinstance(selected_contact, types.BareContact) AttributeError: module 'gajim.common.types' has no attribute 'BareContact'. Did you mean: 'BareContactT'? ```

  15. kurion

    I searched for `types.BareContact' and it is used all over the place.

  16. kurion

    Should I change all occurrence of `types.BareContact` to `types.BareContactT`?

  17. kurion

    or am I missing something?

  18. resoli

    Hello,

  19. resoli

    I friend of mine has some problems receiving s2s connections from conversations.im to hist ejiabberd server

  20. resoli

    I tested with other accounts of mine and all are working, excepting that @conversations.im

  21. resoli

    Sorry, wrong MUC!

  22. ann

    hi there. sometimes I get "recipient-unavailable" error messages, they appear randomly and when they do, they appear on *every* messages in chat and it leads to high CPU usage and scroll lags. someone reported it?

  23. ann

    https://im.ebala.net:5821/upload/IQGV8zdCdiWry4tq/20633644-2314-4e8f-a313-0609c266adb6.png

  24. ann

    in fact, all these messages were delivered, by the way

  25. lovetox

    It's a error your server sends, Gajim displays it

  26. lovetox

    Sounds definitely broken

  27. lovetox

    Maybe gather a debug log and send it to me once it happens again

  28. ann

    how to gather debug log? or just gajim -v 2>debug.log

  29. ann

    this happens btw only with contacts whose using Siskin IM/Snikket

  30. ann

    our server sends "recipient-unavailable" but in fact messages are reaching their destination

  31. lovetox

    Just gajim -v

  32. ann

    it'll write debug log to stderr or stdout?

  33. lovetox

    Both