-
CuriousPanda84
does anybody know what thumbnailer gajim uses to generate thumbnails for inline pictures?✎ -
CuriousPanda84
does anybody know what thumbnailer gajim uses to generate thumbnails for inline pictures on linux? ✏
-
cal0pteryx
GdkPixbuf and PIL
-
lightbearer
> does anybody know what thumbnailer gajim uses to generate thumbnails for inline pictures on linux? https://dev.gajim.org/gajim/gajim-plugins/-/wikis/UrlImagePreviewPlugin ↺
-
CuriousPanda84
is this plugin built into upstream by now? since, uploaded images already have previews currently
-
lightbearer
Yep https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home#plugins-list
-
CuriousPanda84
its just for imagines with formats like HEIC, don't work. Would need the necessarily libraries I assume installed to enable this, just needed to know which✎ -
CuriousPanda84
its just for images with formats like HEIC, don't work. Would need the necessarily libraries I assume installed to enable this, just needed to know which ✏
-
CuriousPanda84
> GdkPixbuf and PIL will look for libraries that will enable it for these :) ↺
-
cal0pteryx
There are pixbuf loaders for that. And afair Gajim's wiki lists one for heif/heic
-
bot
wurstsalat pushed 1 commits to branch gajim/master imprv: Preview: Use native theme colors and improve styling - https://dev.gajim.org/gajim/gajim/-/commit/c712a11383cb4528c2b46b02ca89939fd93af796
-
jstein
When I open the Log in the debug console in the GUI, the date is "11/22/24" How can I get a proper RFC 3339 date format?
-
deport
:)
-
lovetox
jstein, in the log or in the protocole tab?✎ -
lovetox
jstein, in the log or in the protocol tab? ✏
-
jstein
The tab named "Log"
-
lovetox
you probably mean the protocol tab
-
lovetox
on what version are youß✎ -
lovetox
on what version are you? ✏
-
lovetox
since a year we display the iso format
-
lovetox
before that it dependend what was configured on your system
-
jstein
my version is 1.9.3 (Unix/Linux) compiled from source on Gentoo
-
jstein
> before that it dependend what was configured on your system I remember that we discussed this some time ago. This is why I am curious where the old time format comes from. Should I check my config for an old setting or does the log need to be deleted for a new creation? ↺
-
cal0pteryx
jstein, in Preferences > Advanced > ACE, check for "format" (date/time) and reset it
-
jstein
https://upload.jabber.hot-chilli.net:5281/file_share/b0797e84-ec73-4925-9684-4e0eed6ccd89/Selection_130.png
-
jstein
was set like that^^ I will reset it and set it again and restart.
-
jstein
https://upload.jabber.hot-chilli.net:5281/file_share/aecfbb1c-61c5-4c55-b604-426bdfb68cc0/300657e3-cf18-4b9f-9e1e-52d2ae6cd54d.png
-
jstein
after restart it is still the same. Any further ideas?
-
lovetox
i already told you, it was changed a year ago to iso format, before that it took it from your system configuration
-
lovetox
you cannot configure this in gajim
-
jstein
lovetox, so the option is obsolete. Correct?
-
jstein
and (b) I need to find the origin for the strange date format somewhere else
-
cal0pteryx
jstein, probaly a gajim update would help
-
lovetox
its not obsolete, it just does not influence that timestamp
-
Timestamp
haha, that pinged me
-
lovetox
but its weird that it does show it like that, because 1.9.3 was released 2024
-
lovetox
hm there is some bug here
-
lovetox
the timeformat we pass, does not influence it
-
jstein
Oh Gajim is already at 1.9.5.... I did not notice. Thankfully its weekend. I will have a look at the package.
-
lovetox
i found the bug, we did not change the format in all places
-
lovetox
so its still the old one for the debug console, it depends on your system config
-
lovetox
its correct iso format if you start gajim from console
-
jstein
lovetox, thank you for looking it up in the code!
-
jstein
lovetox, started from xfce-terminal and got the same result.
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: Logging: Harmonize logging timestamps - https://dev.gajim.org/gajim/gajim/-/commit/c3fb396be6c467b381a0aed04a311c778cca9ac9
-
lovetox
jstein, i meant the output in the terminal console
-
lovetox
the debug window will always show the wrong one
-
jstein
ah :D
-
bot
wurstsalat pushed 1 commits to branch gajim/master cfix: ChatStack: Account for None in file drop - https://dev.gajim.org/gajim/gajim/-/commit/9754351c1a91c70610f4c0da1effdfa70fe247ae
-
kris33
Hey, i can't seem to install OMEMO on Gajim it just doesn't show
-
kris33
any help
-
kris33
Debian
-
aereaux
kris33, What do you mean, what version are you using? You don't see the icon in the bottom right of the chat window?
-
kris33
i see it but it doesn't show in the plugins (first time user)
-
kris33
it's available in the one-on-one chat as a shield but cant find it in the plugins
-
aereaux
That's how it's supposed to be, right? It's not a plugin
-
kris33
i may got it wrong from the website
-
kris33
i thought it's a plugin
-
Kris
it used to be, but these days it's integrated
-
cal0pteryx
> i may got it wrong from the website Which website?
-
cal0pteryx
kris33: ?
-
cat_petter_2012
Guys, is there a way from GUI to download someone else's avatar?
-
cat_petter_2012
i know that they are stored in cache, but i don't want to go trough hassle finding one image among thousand
-
cat_petter_2012
and also if I can delete media of a group chat that I left
-
lovetox
no, you can gather the hash from debug logs and find it in the cache folder
-
lovetox
> and also if I can delete media of a group chat that I left media is stored in a download folder, not per chat, so yes you can delete files there, but you need to check every one and decide if you want to delete it ↺
-
lovetox
there is no way that you can know if its from that chat
-
cat_petter_2012
> no, you can gather the hash from debug logs and find it in the cache folder okay then, what command should I use to get the hash? ↺
-
cat_petter_2012
nevermind, found the cached avatars folder
-
cat_petter_2012
thanks for help
-
bot
lovetox pushed 1 commits to branch gajim/master refactor: Discovery: Refactor - https://dev.gajim.org/gajim/gajim/-/commit/b8d89d7ecd3f6b8619516aa86410c5fe9d713c48
-
c_theorist
I am new to Gajim. I had a suggestion for improving the platform - when writing really long messages, I notice the text gets cut off, so I just wrote the message in notepad and copy-pasted into Gajim, but I wish there was a way to expand the relative size of the textbox that you type messages into at the bottom similar to how the Workspace can expand further right.
-
c_theorist
*expand the text box vertically I mean
-
bot
lovetox pushed 1 commits to branch gajim/master refactor: Remove obsolete ui file - https://dev.gajim.org/gajim/gajim/-/commit/1c05b29fa462bab1491b5b63dbabd63131500374
-
lovetox
c_theorist, it does, you mean it should do more than 5 lines?
-
c_theorist
Yeah I was thinking more than 5 lines but it's not a huge deal! Also, in general I really like the platform
-
deport
I think a button to expand into "message composition mode" could be useful for some. Then again, auto expansion might be best. As always, I wonder how other messengers are doing it.
-
lovetox
the same, whatsapp gives you 8 lines
-
lovetox
the main use case of a instant messenger is to write short messages, you dont draft documents here.
👍 1 -
moparisthebest
> the main use case of a instant messenger is to write short messages, you dont draft documents here. lovetox: you've clearly never seen anyone use slack 💀 ↺
-
Kris
and next you tell me people use Discord as a forum /s