-
stefan
https://wetransfer.com/downloads/d5663422e3886a6a7b63bee569cf177920240130235916/d6a76682d220a34e0659f1aab685560520240130235950/85edc0
-
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?
-
bodqhrohro
Ah, got it, there's a problem with XML serialization which gives the element a wrong name.
-
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
-
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.
-
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.
-
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
-
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?✎ -
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? ✏
-
meson
fjklp: yes, there's a highlight effect for a short period
-
fjklp
I think that's how it was for me in the past but now there is nothing
-
meson
https://share.conversations.im/meeson_/cMfOJR3Auf6wcJRQ/Screenshot_20240131_140225.png
-
meson
fjklp, screenshot from plasma 5.27.10 wayland and Gajim master ^
-
fjklp
Thanks for the feedback. I'm on gnome so it might be specific to gnome, or at least different for gnome
-
sch
lovetox, do you need more information?
-
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
-
cal0pteryx
sch: error 403 unauthorized
-
sch
It is possible to view that image from Dino, Converse and monocles.
-
sch
meson, please send a screenshot
-
sch
https://xmpp.pimux.de/file_share/fe6515f3-5bcf-4079-a41c-d7623ddec7bc/gon_gajim_forbidden.png
-
meson
sch: Here's the XML:
-
meson
https://share.conversations.im/meeson_/7ks6eFCuTp91AQkE/Screenshot_20240131_164241.png
-
meson
Here's the screenshot of the screenshot
-
meson
https://share.conversations.im/meeson_/zdjwQUntrEJ1YhNT/Screenshot_20240131_164359.png
-
Ichtyx
what the new standard and replacement for GTK StatusIcon
-
Ichtyx
Gajim use gtk and have a very good implementation that works everywhere just curious to know what it use :)
-
cal0pteryx
Ichtyx: libappindicator
-
Ichtyx
cal0pteryx: thx
-
lovetox
Ichtyx: only on Linux. On windows there is no replacement
-
Ichtyx
lovetox, thx no prob I don't care about blackbox os
-
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
-
meson
sch: I use libsoup 3.4.4
-
sch
It is good to know that you have it working. I hope to see it soon in ArchLinux.
-
meson
sch: you can install libsoup3 in Arch and see if Gajim uses it and the issue still appears
-
cal0pteryx
Gajim 1.6+ requires libsoup3
-
cal0pteryx
It does not work with libsoup2
-
cal0pteryx
https://gajim.org/post/2023-01-07-gajim-1.6.0-released/
-
sch
meson, it is already installed: ``` # pacman -S libsoup3 warning: libsoup3-3.4.4-1 is up to date -- reinstalling ```
-
sch
What could be the cause then? Could it be a user-agent which the server rejects?
-
lovetox
the http error returned in your log is "forbidden"
-
lovetox
this does not seem like Gajim error
-
lovetox
the server for whatever reason does return that status code when requesting the URL
-
lovetox
if you can conact the owner of the server you could ask them to look at the log and tell you why