-
retard
i had a nice little new years eve..
-
cereal
Happy New Year!
-
Purplebored
Happy new year!
-
retard
do you guys workout
-
deport
Yes
-
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
-
bot
lovetox pushed 1 commits to branch gajim/master cq: Fix string formatting - https://dev.gajim.org/gajim/gajim/-/commit/e9b0644a5e4378f88008c82b7a14af33636f9b2e
-
lovetox
luca, you can look into gajim.css
-
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.
-
lovetox
what version?
-
lovetox
you can try to start gajim with the env var GAJIM_FORCE_WORD_WRAP=1
-
Kris
how do I do that with the Flatpak version?
-
Kris
I am on the latest version that Flathub provides
-
Kris
1.9.5
-
Kris
ah, apparently it is this: https://gitlab.gnome.org/GNOME/pango/-/issues/798
-
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.
-
Kris
thanks, but it seems like it is a known issue.
-
lovetox
not sure how this is relevan✎ -
lovetox
not sure how this is relevant ✏
-
lovetox
you said you cannot start Gajim, this helps you, so that Gajim works
-
Kris
no, it crashes when I click on a channel where this is posted
-
lovetox
and if you add the env var then it does not anymore
-
Kris
sure, but is there a fix for it other than that?
-
lovetox
no
-
deport
It's an upstream issue. There's no way to fix it in gadget.✎ -
deport
It's an upstream issue. There's no way to fix it in gajim ✏
-
lovetox
we can workaround it, but then word wrapping is broken, and more people complained about that, then Gajim crashing
-
lovetox
so we added the env var
-
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.
-
cal0pteryx
snowstorm: check the logs (debug dialog)
-
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)
-
cal0pteryx
snowstorm, this has just been discussed, you can follow the discussion from earlier. use GAJIM_FORCE_WORD_WRAP=1 to circumvent this issue
-
snowstorm
oops, sorry for not reading above
-
snowstorm
thanks