-
fleebs
is anyone able to use cock.li's xmpp service with gajim? the debug log just says "unable to connect" ...
-
Kris
Probably better that you can't connect as that is a shitty server run by shitty people.
-
amogus
Kris: thats your opinion, keep it to yourself
-
opinionplatform.org_3
Kris: Thanks for your opinion. Keep 'em coming.
-
Kris
🙄️
-
opinionplatform.org_3
😁
-
klafyvel
Hi there, I have a very basic question about URL preview. I have it enabled in Gajim>Preferences, but it does not seem to work most of the time. (See screenshot). Is there a way to make it work?
-
klafyvel
https://klafyvel.me/uploads/a4b602fa668bb11e93f3f90178ecb80638e13df7/Eu8gFjCP80esSVHqM1vawO4HwqM5so9ytUS4XhSv/136edd93-8983-405a-8848-92c4eb2ae01e.png
-
nicoco
I think it only works if the message body is the URL and nothing else
-
cal0pteryx
klafyvel: you're using a bridge to a different network. That bridge does not translate that file message to a previewable format
-
nicoco
cal0pteryx, I think gajim can make image previews of URLs to images if this is all the body contains, or am I mistaken?
-
cal0pteryx
If you enable it, yes. It's disabled by default
👍 1 -
klafyvel
> klafyvel: you're using a bridge to a different network. That bridge does not translate that file message to a previewable format yes indeed, I thought gajim was able to preview it nonetheless since it detects it as an URL :( ↺
-
voker57
Hi. Is there a script/way to extract the logs for a specific conference to plaintext, or to view them in a more convenient way? (like with being able to select more than one message for copying)
-
meson
voker57: you can select several messages when you hover over a message and click the small 3-dots button on the right
-
XRevan86
https://i.ibb.co/G7hHvRT/image.png Huh…
-
XRevan86
What did I even trigger there?
-
meson
Can reproduce it with: /me `x --` and /status online `x --`
-
luca
> Hi. Is there a script/way to extract the logs for a specific conference to plaintext, or to view them in a more convenient way? (like with being able to select more than one message for copying) Like https://git.sr.ht/~singpolyma/mam_backup ? ↺
-
klafyvel
> If you enable it, yes. It's disabled by default Actually I'm not even able to make it work for single link messages... How do I enable it? My general preferences seem to be OK ↺
-
klafyvel
https://klafyvel.me/uploads/a4b602fa668bb11e93f3f90178ecb80638e13df7/jPBL9sWbrkvLrNNss4EGkPXwwFbBvBgggAQovZs2/47cfe90a-f9ca-4062-8b3c-8ff20e7acf01.png
-
meson
lovetox, I think this can go wrong: https://dev.gajim.org/gajim/gajim/-/blob/gtk4/gajim/common/preview.py?ref_type=heads#L552 in line 552 you `write_file_async` with a callback on `_on_orig_write_finished` but in line 552 you already try create the preview: if the file has not been written at this point, creating the preview shoud fail.
-
lovetox
The data is saved in the preview object, the writing to disk is not relevant I think
-
meson
Oh I see
-
joeDoe
is there some kind of marker to know how far back to scroll to get to the point of last seen messages? Currently if I see that a MUC has received x messages since I was last there, I have to count back up x messages cause I'm not seeing any mark
-
aereaux
joeDoe, there's currently an MR for it: https://dev.gajim.org/gajim/gajim/-/merge_requests/960
-
joeDoe
Merge blocked :(
-
lovetox
meson do you have anything open for the gtk4 branch?
-
meson
only my experimental local branches, why? :)
-
lovetox
because i would like to format the code with black, but would wait if that generates big rebase problems
-
meson
you can do that
-
meson
I've pushed the branch for the video snapshot here: https://dev.gajim.org/mesonium/gajim/-/tree/gtk4-video-thumbnails-v2 it's really just a poc and testing but feedback is welcome to steer it to the ight direction✎ -
meson
I've pushed the branch for the video snapshot here: https://dev.gajim.org/mesonium/gajim/-/tree/gtk4-video-thumbnails-v2 it's really just a poc and testing but feedback is welcome to steer it to the right direction ✏
-
cal0pteryx
meson, cool! :)
-
lovetox
meson your fix makes only half sense
-
lovetox
there are situations when there is no original path
-
meson
But then the line beneath could fail too?
-
meson
But the path can't be none at this point
-
lovetox
yeah you are right
-
lovetox
i confused it, my orginal goal was not to load data from the original when we load the thumb
-
lovetox
i feared if we guess the mime type it starts to read the original file
-
lovetox
but it does that in Gio if we pass the data attribute
-
lovetox
which we dont
-
epsilon
hi just wondering if my message can be read by other users? having difficulties
-
lovetox
yes
-
epsilon
ok awesome
-
meson
cal0pteryx: haven't you planned to restyle the image previews after the port? Iirc✎ -
meson
cal0pteryx: do I remember correctly that you had pllanned to restyle the image previews after the port? ✏