Gajim - 2024-02-21


  1. b9fee4d3

    an acquaintance of mine is annoyed by the “so and so has read until here” text taking up an entire line. is there an option to switch to the old-style compact layout that simply has one or two checkmarks per message? or instead disable the displaying of read receipts entirely?

  2. lovetox

    No

  3. b9fee4d3

    is there maybe a gajim fork that keeps the traditional interface?

  4. lovetox

    No

  5. b9fee4d3

    do you know where the code is located to show the bar so it can be patched out? could this possibly be done via a plugin?

  6. b9fee4d3

    do you know where the code is located to show the read receipt so it can be patched out? could this possibly be done via a plugin?

  7. affrip

    Link Mauve, thanks it works well enough for what I need

  8. affrip

    b9fee4d3, how are you seeing read receipts?

  9. b9fee4d3

    affrip, i am seeing them as two checkmarks, but my acquaintance sees a line “so and so has read until here”

  10. affrip

    grep the source for “so and so has read until here” and yeet it

  11. b9fee4d3

    thx

  12. sch

    https://xmpp.pimux.de/file_share/c671eb4e-06cb-48a3-ba47-6bd31d858501/gajim_info_completed.png

  13. sch

    https://xmpp.pimux.de/file_share/6d445dbe-457d-42ee-9b64-dc58a9424f39/gajim_info_too_height.png

  14. sch

    I think "Complete" inside dialog is redundant. The text "Complete" is already present in the dialog title.

  15. sch

    Gajim should add a scrollbar for forms of type "info" too.

  16. sch

    Both of the above images are forms of type "info".

  17. sch

    > I think "Complete" inside dialog is redundant. The text "Complete" is already present in the dialog title. I think so because the form shown is a mere message which had no action prior to it.

  18. lovetox

    you can only see the completed page if you executed a commadn

  19. lovetox

    so not sure what you mean by "no action prior"

  20. Shiny Rhino

    Folks, i have just created a prosody server at dhub.im and would like to create a chatroom at rooms.dhub.im. How do I do that?

  21. r00tobo

    Shiny Rhino, go to Gajim --> Create Group chat

  22. r00tobo

    if you mean joining an existing group you go to Gajim --> Start / Join chat and paste the group jid then click on start chat

  23. Shiny Rhino

    Ok, silly me, group conference = conversation = chat = room, I was looking for the "+" sign next to the search box over the rooms for another account. However, the search box and "+" sign is missing if no room has been joined.

  24. Shiny Rhino

    Thanks!

  25. affrip

    can I join your chatroomShiny Rhino,

  26. fjklp

    cal0pteryx: When you said "there have been several attempts to fix this, did you mean upstream or in gajim?

  27. fjklp

    cal0pteryx: When you said "there have been several attempts to fix this on my recent bug, did you mean upstream or in gajim?

  28. fjklp

    cal0pteryx: When you said "there have been several attempts to fix" this on my recent bug, did you mean upstream or in gajim?

  29. fjklp

    cal0pteryx: When you said "there have been several attempts to fix this" on my recent bug, did you mean upstream or in gajim?

  30. fjklp

    well, that's unfortunate

  31. fjklp

    I guess we have to have a scrollbar

  32. fjklp

    gtk3 never fails to fail

  33. lovetox

    but i think we found something that made it stop ... at least the reports about that stopped then at some point

  34. lovetox

    maybe with gtk source view we introduced it again?

  35. cal0pteryx

    No I don't think its that. It something between having one(or multi) lines dynamically, a scrolledview, and line breaks in a textview

  36. cal0pteryx

    The fixes which were applied for closing this issue were (partially) not in place anymore, before I migrated it to a GtkSourceView