Gajim - 2025-01-01


  1. retard

    i had a nice little new years eve..

  2. cereal

    Happy New Year!

  3. Purplebored

    Happy new year!

  4. retard

    do you guys workout

  5. deport

    Yes

  6. luca

    Hi, does anyone know of any gajim custom themes working on the latest version? Or where I can find some documentation on which class names gajim supports for styling

  7. bot

    lovetox pushed 1 commits to branch gajim/master cq: Fix string formatting - https://dev.gajim.org/gajim/gajim/-/commit/e9b0644a5e4378f88008c82b7a14af33636f9b2e

  8. lovetox

    luca, you can look into gajim.css

  9. Kris

    ugh, looks like there is some unicode letter combination that consistently crashes my Gajim when I try to open a channel where someone posted them.

  10. lovetox

    what version?

  11. lovetox

    you can try to start gajim with the env var GAJIM_FORCE_WORD_WRAP=1

  12. Kris

    how do I do that with the Flatpak version?

  13. Kris

    I am on the latest version that Flathub provides

  14. Kris

    1.9.5

  15. Kris

    ah, apparently it is this: https://gitlab.gnome.org/GNOME/pango/-/issues/798

  16. mesonium

    Kris: try https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-override `flatpak override --env=GAJIM_FORCE_WORD_WRAP=1 org.gajim.Gajim` Add --user if installed non globally.

  17. Kris

    thanks, but it seems like it is a known issue.

  18. lovetox

    not sure how this is relevan

  19. lovetox

    not sure how this is relevant

  20. lovetox

    you said you cannot start Gajim, this helps you, so that Gajim works

  21. Kris

    no, it crashes when I click on a channel where this is posted

  22. lovetox

    and if you add the env var then it does not anymore

  23. Kris

    sure, but is there a fix for it other than that?

  24. lovetox

    no

  25. deport

    It's an upstream issue. There's no way to fix it in gadget.

  26. deport

    It's an upstream issue. There's no way to fix it in gajim

  27. lovetox

    we can workaround it, but then word wrapping is broken, and more people complained about that, then Gajim crashing

  28. lovetox

    so we added the env var

  29. snowstorm

    Gajim 1.7.3 (on Fedora 41) has crashed several times in a row when I try to open the Dino Public Chat MUC. Other MUCs and conversations open without a problem.

  30. cal0pteryx

    snowstorm: check the logs (debug dialog)

  31. snowstorm

    01/01/2025 22:41:24 (I) gajim.gtk.control Switch to chat@dino.im (movim.eu) 01/01/2025 22:41:24 (D) gajim.gtk.conversation_view emit request-history, (True,) 01/01/2025 22:41:24 (D) gajim.c.storage.archive Execution time for get_jid_id: 1 ms 01/01/2025 22:41:24 (D) gajim.c.storage.archive Execution time for get_conversation_before_after: 3 ms 01/01/2025 22:41:24 (I) gajim.gtk.groupchat_roster Switch to chat@dino.im (movim.eu) ** Pango:ERROR:../pango/pango-layout.c:4566:process_line: assertion failed: (result == BREAK_SOME_FIT || result == BREAK_EMPTY_FIT) Bail out! Pango:ERROR:../pango/pango-layout.c:4566:process_line: assertion failed: (result == BREAK_SOME_FIT || result == BREAK_EMPTY_FIT) fish: Job 1, 'gajim --verbose' terminated by signal SIGABRT (Abort)

  32. cal0pteryx

    snowstorm, this has just been discussed, you can follow the discussion from earlier. use GAJIM_FORCE_WORD_WRAP=1 to circumvent this issue

  33. snowstorm

    oops, sorry for not reading above

  34. snowstorm

    thanks