Gajim - 2025-04-13


  1. moparisthebest

    does sending stanzas in the xml console not work anymore ? pressing the send button doesn't do anything :(

  2. hau

    doesnt work for me either since like 2.0 i think it was mentioned before

  3. lovetox

    moparisthebest: change the account dropdown

  4. debacle

    I have an IoT device, which sends me a daily contact requests, which I ignored so far. Gajims new activity indicator shows all of them, but maybe it would be better to aggregate them to one? After all, I can accept or reject it only once πŸ˜€

  5. lovetox

    debacle, whats your problem exactly with it, that you get the notification, or that the list contains the multiple items

  6. debacle

    The latter, it's just a list of four items, that are in fact the same. Could be optimized, IMHO.

  7. lovetox

    yes we probably will when activity is persistent

  8. lovetox

    but now all the content is gone if you restart Gajim

  9. lovetox

    i will think about it once we make it persistent

  10. debacle

    OK, thanks! I typically restart Gajim once a week, so this list will not become too long.

  11. bot

    lovetox pushed 1 commits to branch python-nbxmpp/master fix: VoiceRequests: Don’t parse errors - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/dd3287848b6cf8b3dea790f5f7c6154425cd885d

  12. mirux

    do I need to explicitely enable channelbinding in Gajim? Havent found any options to enable (like in conversations)?

  13. lovetox

    we dont support that

  14. mirux

    is it planned in the future?

  15. lovetox

    no

  16. lovetox

    1. my impression was channel binding is flawed and there were attacks released against it 2. our network lib has a bug open since forever and we cannot get the channel binding data

  17. mesonium

    out of curiosity, which bug is that? Do you have a link?

  18. lovetox

    https://gitlab.gnome.org/GNOME/pygobject/-/issues/603

    πŸ™ 1πŸ€‘ 1
  19. bot

    lovetox pushed 1 commits to branch gajim/master fix: StartChat: Consider show value "chat" the same as "online" - https://dev.gajim.org/gajim/gajim/-/commit/65e90543a85b3545f95f0ac55c9d145e762a1b40

    πŸ‘ 1
  20. bot

    lovetox pushed 1 commits to branch python-nbxmpp/master imprv: MUC: Return message id after sending - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/e24e2b98496107d79a339f03a09a036c4ce01f10

  21. bot

    lovetox pushed 1 commits to branch gajim/master imprv: GroupChat: Show voice request errors - https://dev.gajim.org/gajim/gajim/-/commit/f27c4776351ad4c499d8aa6a25ea40daae916df4

  22. bot

    lovetox pushed 1 commits to branch gajim/master imprv: ExceptionDialog: Don’t open multipe dialogs - https://dev.gajim.org/gajim/gajim/-/commit/9625e5eb04b03dc91a3d2d3453b8c1fde87b1c8c

  23. bot

    wurstsalat pushed 2 commits to branch gajim/master cfix: Start chat: Fix test - https://dev.gajim.org/gajim/gajim/-/commit/eebbd5cd86b46e470e3436b529c229b175540c59 imprv: Start chat: Improve row layout - https://dev.gajim.org/gajim/gajim/-/commit/ad2730ae35ca2ac1e527b74fe78e96984547e556

  24. bot

    lovetox pushed 1 commits to branch python-nbxmpp/master cq: Presence: Fix return value annotation - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/546315f5bb3c32f47e23f337a24ae8b84bf705b5

  25. bot

    lovetox pushed 1 commits to branch python-nbxmpp/master release: 6.1.1 - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c790fa5e0d31f860e01aaa9443ae440c7c0ef4c9

  26. bot

    wurstsalat pushed 1 commits to branch gajim/master imprv: OMEMO: Unify terminology regarding blind trust - https://dev.gajim.org/gajim/gajim/-/commit/cbf254ace9b00abcf0478eb69d18d4a17f442d4a

  27. lissine

    Starting with commit https://dev.gajim.org/gajim/gajim/-/commit/ee50297dda92 I get the following line when starting Gajim: ``` (launch.py:6159): Gtk-CRITICAL **: 23:06:54.750: gtk_grid_attach: assertion 'width > 0' failed ``` And then he following line gets infinitely printed, about 20 times per second: ``` (launch.py:6159): Gtk-WARNING **: 23:06:57.148: Trying to measure GtkPopoverMenuBar 0x55cf5e1906e0 for width of 261, but it needs at least 267 ```

  28. lissine

    And if I'm composing a multiline message, these warnings stop being printed

  29. lissine

    GTK Version: 4.18.2 GLib Version: 2.84.0 Pango Version: 1.56.3 PyGObject Version: 3.50.0 cairo Version: 1.18.4 pycairo Version: 1.27.0 python-nbxmpp Version: 6.1.1 libsoup Version: 3.4.2

  30. lissine

    If that's relevant, my screen resolution is 1366x768 and Gajim is used in full-screen