-
fjklp
Is anyone else noticing chat text shifting up and down when typing notification appear/disappear? I only started noticing this recently.
-
coldiceevo
where can I check where is gajim and chatlog is?
-
coldiceevo
I don't have enough c drive space
-
fjklp
coldiceevo: if you are wanting to delete all chat history, there is an option to do this in the preferences menu
-
coldiceevo
thanks, I already did but but where is it?
-
fjklp
I don't use windows
-
coldiceevo
*where is the chat history location
-
fjklp
coldiceevo: you might try going to Gajim>Preferences>Advanced> then click the folder icon next to Debug Logging. I think that will get you close.
-
coldiceevo
thanks, that just point to my debug folder, but I will look around.
-
fjklp
try going up one level from there
-
fjklp
for me, the directories are gajim/debug, with gajim/logs.db being the database for gajim chat logs
-
coldiceevo
i found cache.db
-
coldiceevo
and logs.db
-
fjklp
logs.db is it
-
coldiceevo
only 6mb, i guess i just purged it
-
coldiceevo
after purging a lot of stuff out of c drive, i get to clean up 6gb out of other things
-
coldiceevo
thanks fjk
-
fjklp
if you haven't, I recommend you use one of those drive mapping tools that shows you where storage space is being used most
-
fjklp
you're welcome
-
coldiceevo
i used that.
-
fjklp
That bug with the line wrapping in the text input field is very ugly. It would be nice if we could do a workaround.
-
cal0pteryx
> That bug with the line wrapping in the text input field is very ugly. It would be nice if we could do a workaround. If you find one, be my guest. Otherwise it's a GTK issue ↺
-
cal0pteryx
> Is anyone else noticing chat text shifting up and down when typing notification appear/disappear? I only started noticing this recently. That's on my todo. But I haven't found a good solution yet ↺
-
fjklp
we need a workaround for GTK
-
cal0pteryx
That's an odd thing to say ;D
-
cal0pteryx
I think there is an open issue in the gtk tracker already
-
Рад сообщить
> i try to fix this today, so tomorrows nightly works as expected Great, everything works. Thanks
-
nicoco
Since I switched to master, I see a lot of `warning: Received message without text` in my logs, which after some investigation are related to "reactions stanzas" (which are expected to not have bodys). It's triggered from ` gajim.common.modules.message.Message._message_received()`✎ -
nicoco
Since I switched to master, I see a lot of `warning: Received message without text` in my logs, which after some investigation are related to "reactions stanzas" (which are expected to not have bodys). It's triggered from `gajim.common.modules.message.Message._message_received()` ✏
-
nicoco
Shouldn't this just be a debug-level log? Or maybe check `if properties.reactions is None` before actually raising a warning here? As a general rule, shouldn't the XML of the "stanzas that trigger warnings" be logged as part of the warning? It does not seem very useful to just have repeated warnings about stanzas without logging the actual stanzas (they're logged at the DEBUG level, sure, but you don't use this level usually, do you?)
-
nicoco
I know, these are a lot of philosophical questions for a monday morning.
-
Anon Ymous
> i try to fix this today, so tomorrows nightly works as expected New nightly fixes the crash on opening any chat, thx lovetox! ↺
-
lovetox
Anon Ymous: thank You for reporting and testing nightly
-
hueso
https://media.kosmos.chat/66/663a1d7d4e2bfffc32af8cb9fdada01a-f224efd9-820c-4ebf-bb38-0acfba7fcccc.png
-
cal0pteryx
hueso: which gajim version is that?
-
cal0pteryx
Those are audio previews?
-
meson
Looks like the audio for the lower widget is still in the progress of being downloaded (100%)
-
meson
hueso: do you have some steps to reproduce or remember what you did before?
-
cal0pteryx
but it's the same audio, as it seems from the waveform
-
hueso
1.7.3
-
hueso
yep it's the same audio twice
-
cal0pteryx
that's an issue in the updating process then. I'll check later if we already fixed that
-
hueso
oh wait it's not
-
hueso
I received the second audio at the same time I was pressing play on the first one
-
hueso
https://media.kosmos.chat/12/12d4023cd1653941620d02c33b93d301-0e945edc-d65b-478e-9b4f-9a103e5f588b.png
-
hueso
this is how it looks after reopen
-
cal0pteryx
oh, that's odd. thanks for the info! :)
-
hueso
(that was in a group chat)
-
meson
At least with a "note to myself" from C to Gajim 1.7.3 I could not reproduce it by sending an audio message while playing the last one (= last message) back
-
meson
Maybe my timing was not correct, you said at the same time
-
meson
Tried it with a larger file, which takes more time to download: negative. Very odd indeed.
-
lovetox
this is certainly just a drawing bug in gtk
-
lovetox
every row is its own widget, how would it even have access to a message before
-
meson
Yep, each player widget is instantiated with the uri to the just downloaded audio file. I wanted check it anyway.
-
hueso
well the UI actually reproduced the same audio on both controls
-
hueso
started downloading the second right when starting to playback first. it looks like timing was critical
-
Polarian
If someone sends you a subscription request, and you block it, why does it still add them to your roster?
-
Polarian
surely it should block them and deny the request?
-
lovetox
it should not add them to your roster
-
fjklp
I assume that there is no documentation on the old or new logs.db layout other than poking around in the database?
-
fjklp
I can't find a way to search the whole wiki✎ -
fjklp
oh, I can search the wiki in the upper left search bar ✏
-
fjklp
I see https://dev.gajim.org/gajim/gajim/-/wikis/development/logsdatabase but I seem to remember that it was no longer accurate last time I looked
-
cal0pteryx
there is no documentation on the new layout. and yes, that wiki entry is outdated
-
meson
Code documentation in general would not be bad, but is ofc time consuming :)
-
fjklp
Has anyone yet bothered to write a script to do a comparison of the migrated database to the original? I probably will if it doesn't exist.
-
cal0pteryx
fjklp, there is a log during migration, which lists messages in question
-
fjklp
alright