Gajim - 2024-01-31


  1. stefan

    https://wetransfer.com/downloads/d5663422e3886a6a7b63bee569cf177920240130235916/d6a76682d220a34e0659f1aab685560520240130235950/85edc0

  2. bodqhrohro

    How do I make Gajim display an Ad-Hoc command result? I attach a <note type="info"> element to a command with status="completed", but just get a "Completed" window. (And in Cheogram, a tab just opens and closes immediately). Am I doing something wrong or it's underimplemented?

  3. bodqhrohro

    Ah, got it, there's a problem with XML serialization which gives the element a wrong name.

  4. stefan

    To be on the safe side: I have been told that you can easily lock yourself out of your server with fail2ban if you are not familiar with the software. (which is true). Therefore, if you are testing this and have not used fail2ban before, please be careful. (make ignoreip entries). The tutorial is perhaps intended more for those who already use fail2ban anyway. thx @ moparisthebest

  5. bodqhrohro

    stefan: it's easy to lock yourself out even without fail2ban if you don't have some kind of KVM/VNC console as a fallback. By accidentally breaking SSH configuration, or network configuration. It's also a concern only for those having a static IP, which is extremely rare for home networks. It has always been pretty easy to me to just reboot a modem, and thus to never treat IP bans as an affective counterattack measure at all lol. I love to play whack-a-mole.

  6. bodqhrohro

    Hilariously though, I don't even know (or remember) the root passwords of some of my servers, so such consoles are useless there anyway.

  7. sch

    Tue 30 Jan 2024 11:16:48 AM (lovetox) > Simply show the error Gajim prints to the log ``` gajim.c.preview Download failed: https:// ``` https://dpaste.org/PGSWk

  8. fjklp

    can anyone here who is using wayland let me know if chat search will highlight messages when the are selected from the search results list?

  9. fjklp

    can anyone here who is using wayland let me know if chat search will highlight messages when they are selected from the search results list?

  10. meson

    fjklp: yes, there's a highlight effect for a short period

  11. fjklp

    I think that's how it was for me in the past but now there is nothing

  12. meson

    https://share.conversations.im/meeson_/cMfOJR3Auf6wcJRQ/Screenshot_20240131_140225.png

  13. meson

    fjklp, screenshot from plasma 5.27.10 wayland and Gajim master ^

  14. fjklp

    Thanks for the feedback. I'm on gnome so it might be specific to gnome, or at least different for gnome

  15. sch

    lovetox, do you need more information?

  16. meson

    sch, which Gajim and libsoup version? Is it reproducible? Worked for me when I sent a custom XML message with the url of your image

  17. cal0pteryx

    sch: error 403 unauthorized

  18. sch

    It is possible to view that image from Dino, Converse and monocles.

  19. sch

    meson, please send a screenshot

  20. sch

    https://xmpp.pimux.de/file_share/fe6515f3-5bcf-4079-a41c-d7623ddec7bc/gon_gajim_forbidden.png

  21. meson

    sch: Here's the XML:

  22. meson

    https://share.conversations.im/meeson_/7ks6eFCuTp91AQkE/Screenshot_20240131_164241.png

  23. meson

    Here's the screenshot of the screenshot

  24. meson

    https://share.conversations.im/meeson_/zdjwQUntrEJ1YhNT/Screenshot_20240131_164359.png

  25. Ichtyx

    what the new standard and replacement for GTK StatusIcon

  26. Ichtyx

    Gajim use gtk and have a very good implementation that works everywhere just curious to know what it use :)

  27. cal0pteryx

    Ichtyx: libappindicator

  28. Ichtyx

    cal0pteryx: thx

  29. lovetox

    Ichtyx: only on Linux. On windows there is no replacement

  30. Ichtyx

    lovetox, thx no prob I don't care about blackbox os

  31. sch

    > which Gajim and libsoup version? ( meson) https://archlinux.org/packages/extra/x86_64/libsoup/ libsoup 2.74.3 https://archlinux.org/packages/extra/any/gajim/ gajim 1.8.4

  32. meson

    sch: I use libsoup 3.4.4

  33. sch

    It is good to know that you have it working. I hope to see it soon in ArchLinux.

  34. meson

    sch: you can install libsoup3 in Arch and see if Gajim uses it and the issue still appears

  35. cal0pteryx

    Gajim 1.6+ requires libsoup3

  36. cal0pteryx

    It does not work with libsoup2

  37. cal0pteryx

    https://gajim.org/post/2023-01-07-gajim-1.6.0-released/

  38. sch

    meson, it is already installed: ``` # pacman -S libsoup3 warning: libsoup3-3.4.4-1 is up to date -- reinstalling ```

  39. sch

    What could be the cause then? Could it be a user-agent which the server rejects?

  40. lovetox

    the http error returned in your log is "forbidden"

  41. lovetox

    this does not seem like Gajim error

  42. lovetox

    the server for whatever reason does return that status code when requesting the URL

  43. lovetox

    if you can conact the owner of the server you could ask them to look at the log and tell you why