Gajim - 2024-08-03


  1. fjklp

    Oh, now I see. Referenced message is for coloring the background of replies. I was wanting to do quoted text.

  2. fjklp

    That's it ``` .conversation-quote textview text, .conversation-quote label { color: alpha(red, 0.6); ```

  3. test

    test

  4. fjklp

    cal0pteryx: is https://dev.gajim.org/gajim/gajim/-/commit/f20021f804ef28dcc564f64f12ca1e94638305dc related to https://dev.gajim.org/gajim/gajim/-/issues/11764 ?

  5. skraw

    Test - Plesse ignore

  6. cal0pteryx

    > cal0pteryx: is https://dev.gajim.org/gajim/gajim/-/commit/f20021f804ef28dcc564f64f12ca1e94638305dc related to https://dev.gajim.org/gajim/gajim/-/issues/11764 ? Yes, the visual glitch part

  7. fjklp

    > Yes, the visual glitch part cal0pteryx: In that issue you said that it's a gtk issue. Was it actually a gtk issue?

  8. cal0pteryx

    fjklp: there is a link to the original issue inside

  9. cal0pteryx

    It should scroll down, but it leaves a blank line

  10. cal0pteryx

    Said blank line is now transparent at least

  11. fjklp

    so, it will now produce an unnecessary blank line at bottom, but your fix makes the blank line be the same color as the normal background?

  12. fjklp

    `helpfrom:"lovetox"` is a valid search, lol. this is so weird.

  13. fjklp

    I notice that some recent change has brought back the chat text shifting up and down

  14. bot

    wurstsalat pushed 1 commits to branch gajim/master cfix: Search: Expect trailing whitespace after filters - https://dev.gajim.org/gajim/gajim/-/commit/70860d579108a8d4581be8ed4e551f5a2afdcf74

  15. fjklp

    I've run into a bug a few times, once months back and once today, where changing my nick resulted in both my old nick and new nick showing in the roster. Today, in addition, gajim showed my message twice. First it shows the message as sent by my old nick, which is in blue and remains in pending state. Then it shows the message again coming from my new nick, in red. A few hours later I tested in the same muc and couldn't reproduce. Got any ideas?

  16. fjklp

    There was no server reboot. The muc server was also my account server.

  17. cal0pteryx

    > so, it will now produce an unnecessary blank line at bottom, but your fix makes the blank line be the same color as the normal background? no, it will _continue to_. the fix makes it less obvious, but doesn't change anything else

  18. fjklp

    >no, it will _continue to_. That's what I mean. Sorry for the implication that you made a new problem.

  19. cal0pteryx

    just clarifying :)

  20. fjklp

    so when it happens, the blank line will have the same color as the rest of the background? That sounds good if so. It was the line having a different color that made it jarring.

  21. cal0pteryx

    fjklp, correct

  22. fjklp

    nice!

  23. bot

    wurstsalat pushed 1 commits to branch gajim/master fix: Debug Console: Fix Ctrl+F hotkey - https://dev.gajim.org/gajim/gajim/-/commit/aa97f4570584a7dbaa2bf8c4f63452a49bcc9e96

  24. cal0pteryx

    fjklp, thanks for finding all these things

  25. fjklp

    Thanks. I just hope it helps make gajim better :)

  26. cal0pteryx

    It sure does

  27. ftaccount

    sorry to bother you but how would i send someone me session id and how would i join if someone else sent me theirs

  28. ftaccount

    my*

  29. lovetox

    whats a session id

  30. cal0pteryx

    Gajim is now on liberapay.com If you like to support Gajim with a donation, feel free to visit https://liberapay.com/Gajim

  31. Kris

    Cool.

  32. Kris

    Can you make a fedi post to boost?

  33. Kris

    Ah, already done

  34. Juan M

    Hi, I noticed that Group Chat Details -> Configuration is untranslated. Is that intended? Can it be translated? I'd like to contribute to that translation if possible, but couldn't find it on translate.gajim.org. Am I missing something?

  35. Kris

    I think that comes from the server and not Gajim.

  36. Kris

    I somehow remember some of the new Chinese users were wondering about that as well.

  37. Kris

    Not 100% sure though

  38. Juan M

    Oh, I see, that would explain why I could not find those strings.

  39. Juan M

    > Not 100% sure though I tried a quick search for several strings on ejabberd weblate site and they all are there. So that must come from server. Thanks for the reply :)

  40. lovetox

    yes, they come from the server Juan M but i remember gajim does not tell the server which language we want

  41. lovetox

    so i think its still Gajims fault

  42. Juan M

    Never thought of that. I thought language should be configured by the server admin. So if Gajim can tell the server which language to use, that would be great.

  43. cal0pteryx

    This is the issue tracking language for streams: https://dev.gajim.org/gajim/gajim/-/issues/11767

  44. bot

    wurstsalat pushed 3 commits to branch gajim/master refactor: Move multimedia_helpers to util/av - https://dev.gajim.org/gajim/gajim/-/commit/91c96aaa8404f4c1e49cbac227c085d004296b07 refactor: Move preview_helpers to util/preview - https://dev.gajim.org/gajim/gajim/-/commit/462d9db21898cc89d437989227805f909e540541 refactor: Move image_helpers to util/image - https://dev.gajim.org/gajim/gajim/-/commit/41776b9906db69c82836b8288e00f80da0874996

  45. fjklp

    After upgrading to ubuntu 24.04, the paperclip icon and the ? missing icon icon are now high res and nice looking instead of a terribly blurry paperclip and microscopic 🯄 icon. So, that's nice 🙂

  46. fjklp

    I really need to get some VM's setup for testing things.