Gajim - 2024-11-23


  1. CuriousPanda84

    does anybody know what thumbnailer gajim uses to generate thumbnails for inline pictures?

  2. CuriousPanda84

    does anybody know what thumbnailer gajim uses to generate thumbnails for inline pictures on linux?

  3. cal0pteryx

    GdkPixbuf and PIL

  4. 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

  5. CuriousPanda84

    is this plugin built into upstream by now? since, uploaded images already have previews currently

  6. lightbearer

    Yep https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home#plugins-list

  7. 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

  8. 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

  9. CuriousPanda84

    > GdkPixbuf and PIL will look for libraries that will enable it for these :)

  10. cal0pteryx

    There are pixbuf loaders for that. And afair Gajim's wiki lists one for heif/heic

  11. 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

  12. 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?

  13. deport

    :)

  14. lovetox

    jstein, in the log or in the protocole tab?

  15. lovetox

    jstein, in the log or in the protocol tab?

  16. jstein

    The tab named "Log"

  17. lovetox

    you probably mean the protocol tab

  18. lovetox

    on what version are youß

  19. lovetox

    on what version are you?

  20. lovetox

    since a year we display the iso format

  21. lovetox

    before that it dependend what was configured on your system

  22. jstein

    my version is 1.9.3 (Unix/Linux) compiled from source on Gentoo

  23. 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?

  24. cal0pteryx

    jstein, in Preferences > Advanced > ACE, check for "format" (date/time) and reset it

  25. jstein

    https://upload.jabber.hot-chilli.net:5281/file_share/b0797e84-ec73-4925-9684-4e0eed6ccd89/Selection_130.png

  26. jstein

    was set like that^^ I will reset it and set it again and restart.

  27. jstein

    https://upload.jabber.hot-chilli.net:5281/file_share/aecfbb1c-61c5-4c55-b604-426bdfb68cc0/300657e3-cf18-4b9f-9e1e-52d2ae6cd54d.png

  28. jstein

    after restart it is still the same. Any further ideas?

  29. lovetox

    i already told you, it was changed a year ago to iso format, before that it took it from your system configuration

  30. lovetox

    you cannot configure this in gajim

  31. jstein

    lovetox, so the option is obsolete. Correct?

  32. jstein

    and (b) I need to find the origin for the strange date format somewhere else

  33. cal0pteryx

    jstein, probaly a gajim update would help

  34. lovetox

    its not obsolete, it just does not influence that timestamp

  35. Timestamp

    haha, that pinged me

  36. lovetox

    but its weird that it does show it like that, because 1.9.3 was released 2024

  37. lovetox

    hm there is some bug here

  38. lovetox

    the timeformat we pass, does not influence it

  39. jstein

    Oh Gajim is already at 1.9.5.... I did not notice. Thankfully its weekend. I will have a look at the package.

  40. lovetox

    i found the bug, we did not change the format in all places

  41. lovetox

    so its still the old one for the debug console, it depends on your system config

  42. lovetox

    its correct iso format if you start gajim from console

  43. jstein

    lovetox, thank you for looking it up in the code!

  44. jstein

    lovetox, started from xfce-terminal and got the same result.

  45. bot

    lovetox pushed 1 commits to branch gajim/master imprv: Logging: Harmonize logging timestamps - https://dev.gajim.org/gajim/gajim/-/commit/c3fb396be6c467b381a0aed04a311c778cca9ac9

  46. lovetox

    jstein, i meant the output in the terminal console

  47. lovetox

    the debug window will always show the wrong one

  48. jstein

    ah :D

  49. 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

  50. kris33

    Hey, i can't seem to install OMEMO on Gajim it just doesn't show

  51. kris33

    any help

  52. kris33

    Debian

  53. 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?

  54. kris33

    i see it but it doesn't show in the plugins (first time user)

  55. kris33

    it's available in the one-on-one chat as a shield but cant find it in the plugins

  56. aereaux

    That's how it's supposed to be, right? It's not a plugin

  57. kris33

    i may got it wrong from the website

  58. kris33

    i thought it's a plugin

  59. Kris

    it used to be, but these days it's integrated

  60. cal0pteryx

    > i may got it wrong from the website Which website?

  61. cal0pteryx

    kris33: ?

  62. cat_petter_2012

    Guys, is there a way from GUI to download someone else's avatar?

  63. 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

  64. cat_petter_2012

    and also if I can delete media of a group chat that I left

  65. lovetox

    no, you can gather the hash from debug logs and find it in the cache folder

  66. 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

  67. lovetox

    there is no way that you can know if its from that chat

  68. 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?

  69. cat_petter_2012

    nevermind, found the cached avatars folder

  70. cat_petter_2012

    thanks for help

  71. bot

    lovetox pushed 1 commits to branch gajim/master refactor: Discovery: Refactor - https://dev.gajim.org/gajim/gajim/-/commit/b8d89d7ecd3f6b8619516aa86410c5fe9d713c48

  72. 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.

  73. c_theorist

    *expand the text box vertically I mean

  74. bot

    lovetox pushed 1 commits to branch gajim/master refactor: Remove obsolete ui file - https://dev.gajim.org/gajim/gajim/-/commit/1c05b29fa462bab1491b5b63dbabd63131500374

  75. lovetox

    c_theorist, it does, you mean it should do more than 5 lines?

  76. 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

  77. 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.

  78. lovetox

    the same, whatsapp gives you 8 lines

  79. lovetox

    the main use case of a instant messenger is to write short messages, you dont draft documents here.

    👍 1
  80. 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 💀

  81. Kris

    and next you tell me people use Discord as a forum /s