Gajim - 2025-02-10


  1. justforgajim

    hi

  2. justforgajim

    i am having issues with gajim nightly

  3. justforgajim

    Error: Package 'gajim-nightly' has no installation candidate

  4. justforgajim

    i did

  5. justforgajim

    ``` sudo apt remove gajim wget -qO- https://gajim.org/gajim.key | sudo tee /etc/apt/trusted.gpg.d/gajim.asc sudo sh -c "echo deb https://ftp.gajim.org/debian unstable main > /etc/apt/sources.list.d/gajim.list" sudo apt update sudo apt install gajim-nightly ```

  6. justforgajim

    where can i download .deb package?

  7. lovetox

    It's broken currently

  8. justforgajim

    how can i get debian package?

  9. justforgajim

    is there any instructions on how to build a deb package on my own system?

  10. donnerwetter

    *Memory* A long time ago, there was an indication in the group chats as to which message had been read. Is such a hint planned again? It would be a great help to me.

  11. cal0pteryx

    donnerwetter: it might be implemented at some point. There is a merge request in that direction

  12. donnerwetter

    > it might be implemented at some point. There is a merge request in that direction cal0pteryx, Thank you for your feedback. I'll have to be patient a little longer 😉.

  13. rak

    does gajim support editing of muc icon?

  14. justforgajim

    why is it impossible to see chat history?

  15. justforgajim

    Scroll up to load more chat history…

  16. justforgajim

    but there's none

  17. lovetox

    you can only load more chat history if you have it in your database

  18. lovetox

    https://conference.gajim.org:5281/muc_log/gajim/

  19. lovetox

    here if you need history from before you joined here

  20. lovetox

    rak, yes in the chat settings under tab "Manage"

  21. lovetox

    justforgajim, debian package should be soon available again

  22. justforgajim

    when bro?

  23. lovetox

    probably in the night

  24. justforgajim

    aight

  25. nicoco

    I am having a hard time debugging a windows-specific gajim 1.9.5 breakage, possibly caused by my MUC component (gateways). I'm writing the current state of my investigations in case anyone has an idea because I'm out of them. - It was working fine for months and gajim was not updated recently. Since a few days back, on startup, gajim either (a) freezes or (b) eats all CPU without freezing but fails to receive or send anything on any account. - After wiping the data folder, I narrowed it down to this account where there are hundreds of autojoin MUCs in the bookmarks (a whatsapp bridge for a very old whatsapp account - a loooot of groups) - Examining the logs, I see that gajim sends a lot of disco#info queries to the MUCs which are unanswered, possibly a bug in my MUC component implementation. But why would this kill gajim like this? When not frozen, I can see the MUCs are "joining", but why would that prevent 1:1 message to go through?

  26. nicoco

    It gets weirder: - Logging in to the same account from Gajim 1.9.5 on debian stable causes no trouble (so my component does answer to the disco queries, but not when they come from windows? that does not make sense ofc, but this is what it looks like) - Logging in to the same account from Cheogram (=Conversations) causes no trouble either.

  27. nicoco

    There is definitely a bug in gajim somewhere, but I haven't managed to gather enough accurate information for a useful bug report. There _might_ be a bug in slidge's MUC implementation too but I am not convinced it is the case anymore (I was convinced at first) — in any case, this should never make gajim unusable, right? And why is the issue not present with the same gajim version launched from linux? This boggles my mind. I did capture a massive debug log from windows, anonymizing it is nearly impossible. devs, let me know if you are interested in seeing the log: I don't mind sharing the log privately.