Gajim - 2025-03-27


  1. moparisthebest

    >> Codimp: Unless it has changed in recent versions, you should be able to set this character in the Advanced Configuration Editor. > Is it ok if I make a PR to change the default behavior of this setting, removing the "," by default? It seems today most people just want to mention people, not add some comma after Codimp: most chat clients put something after it if it's the start of the line, but don't if it's later like Codimp there did not

  2. Codimp

    yup, it could be a cool option, but don't know if it's easy to implement

  3. Kevinzz

    sorry if i asked this before , how do i backup my data on gajim flatpak ?

  4. lovetox

    https://dev.gajim.org/gajim/gajim/-/blob/master/flatpak/README.md#migrate-your-data

    👍 1
  5. nicoco kindly asks someone to have a look at the MDS merge request, all threads are solved, CI pass, and it's been working for me for a while, yet I never received feedback on it :(

  6. aereaux

    > nicoco kindly asks someone to have a look at the MDS merge request, all threads are solved, CI pass, and it's been working for me for a while, yet I never received feedback on it :( I've also been using it for a while and it's been working well. Great job on it

  7. cal0pteryx

    nicoco: I simply haven't found the time. But it's a feature I really want. I'll look into it after the activity feed MR

    ❤ 6👍 4❤️ 2
  8. aereaux

    > nicoco: I simply haven't found the time. But it's a feature I really want. I'll look into it after the activity feed MR ❤

  9. Mike Yellow

    ## Versions: - OS: Linux 6.1.0-27-amd64 - GTK Version: 4.16.12 - PyGObject Version: 3.50.0 - GLib Version : 2.82.4 - libsoup Version: 3.6.4 - python-nbxmpp Version: 6.0.2 - Gajim Version: 2.0.4 ## Traceback ``` Traceback (most recent call last): File "/app/lib/python3.12/site-packages/gajim/gtk/control.py", line 565, in _request_history messages = self._request_messages(before) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.12/site-packages/gajim/gtk/control.py", line 538, in _request_messages self.contact.account, ^^^^^^^^^^^^ File "/app/lib/python3.12/site-packages/gajim/gtk/control.py", line 102, in contact assert self._contact is not None ^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError

  10. Mike Yellow

    It happened when my proxy accidently became unusable.

  11. Mike Yellow

    > It happened when my proxy accidently became unusable. ……I guess.

  12. bot

    lovetox pushed 1 commits to branch gajim/master imprv: Start chat: Add 'Execute Command…' menu item - https://dev.gajim.org/gajim/gajim/-/commit/0de2e6ed31e281a6b3eb564e0fc9b1174d1d5c18

  13. debacle

    The debug console seems to show sm stanzas, even if they are switched off.

  14. danielstein

    > nicoco: I simply haven't found the time. But it's a feature I really want. I'll look into it after the activity feed MR ❤

  15. danielstein

    > nicoco: I simply haven't found the time. But it's a feature I really want. I'll look into it after the activity feed MR ❤️

  16. phdavis1027

    hey all, i spottted a bug in gajim that i was hoping to just report PR in hand, but im having a lot of trouble getting my development environment set up under either pop_os 22.04 or flatpak. specifically, building from source for my host system fails due to libgirepository-2.0 not being available for my version of ubuntu. however, building through flatpak fails because there seems to be some kind of cyclical reference that causes a kernel panic from trying to create a file with a gigantic name. so in short, im stuck and any help would be greatly appreciated

  17. phdavis1027

    (small bug, dont worry)

  18. lovetox

    phdavis1027, yes this flatpak bug is also because of a old version

  19. lovetox

    please report your bug

  20. phdavis1027

    > phdavis1027, yes this flatpak bug is also because of a old version i can report the bug, but just for interest, what is the recommended solution for development on pop 22?

  21. lovetox

    do you try to setup a virtual env?

  22. lovetox

    because the problem with libgirepository is probably because pygobject has it as dependency in the newest version

  23. lovetox

    but you dont need the newest version of pygobject

  24. lovetox

    just install a bit of a older one, and then you dont need that lib

  25. lovetox

    or simply dont setup a dev env at all .. you can develop with the libs that your os repo provides

  26. chili-b

    Is the tray icon meant to be removed in the latest release, or is something not working in my install

  27. chili-b

    i see the setting for the "notification area icon" but I believe this is a gnome-specific setting