Gajim - 2023-11-29


  1. aura

    Gitlab is so irritating. It wont let me open an issue!

  2. aura

    it thinks I'm spamming

  3. aura

    any other way to report issue?

  4. agh

    It sucks how open-source is now synomous with surveillance and outright shit software platforms, it is a toxic barrier to entry for new people.

  5. fjklp

    aura: sorry, I've experienced this too. Is it doing it on initial creation or on an edit? I've had it happen for a small edit and I had to add an extra nonsense sentence to get it to accept it.

  6. aura

    I'm getting it on creation itself :/

  7. fjklp

    it's expecially frustrating when you have made many issues and that doesn't give you a pass

  8. fjklp

    it's especially frustrating when you have made many issues and that doesn't give you a pass

  9. aura

    this is actually a problem I've noticed no another self hosted gitlab instance too

  10. fjklp

    I agree, it's a problem.

  11. aura

    this is actually a problem I've noticed on another self hosted gitlab instance too

  12. fjklp

    you can post your issue here if you don't want to wait

  13. aura

    Sure, its not really a show stopped but a minor annoyance. Title: Perceivable delay when switching MUCs or sending a new message. Details: I have some a few active MUCs of various software projects. When switching between them, I often notice a delay before the MUC view is shown.

  14. aura

    Also, when sending a message, there is a delay before the message becomes part of the Chat view. My guess is, the message is displayed in the chat view only after its encrypted and sent. However, if its displayed first, and then encrypted and sent, it would provide a faster "User experience"

  15. fjklp

    On the delay when switching chats, that is normal depending on how long it takes. If it's a chat with hundreds or thousands of people, closing the roster view will speed it up.

  16. fjklp

    As far as I know, sent messages don't display on your chat view until a response is received from the MUC server. So, the delay is almost certainly not due to gajim.

  17. fjklp

    I do think this is going to change soon with a pending message type thing

  18. aura

    > I do think this is going to change soon with a pending message type thing That would be nice!

  19. aura

    As a matter of fact, I think there was some network issue right now I guess. The above messgae took a good 10 seconds before it appeared in the chat view *after* I composed it and hit enter. There was no indication that the message is "waiting to be sent"

  20. aura

    > On the delay when switching chats, that is normal depending on how long it takes. If it's a chat with hundreds or thousands of people, closing the roster view will speed it up. I dont quite think so. I compared it with Dino. It does not have such a delay.

  21. aura

    > On the delay when switching chats, that is normal depending on how long it takes. If it's a chat with hundreds or thousands of people, closing the roster view will speed it up. I think you're be right here afterall. Now that you've mentioned, I can sense it being slightly faster. Besides, dino doesnt have the roster enabled in the view by default

  22. aura

    I bet solving this would require some kinda caching for the roster inorder to make it really snappy

  23. cal0pteryx

    aura: are you using a recent gajim version? Switching chats has seen some performance improvements in the last versions

  24. yxcv

    Wo ist Herr Gajim?

  25. gafun

    Hi guys, I couldn't find any documentation on Gajim plugin development. Are there any guidelines, API reference or something?

  26. lovetox

    Not really there is a git repository with many plugins

  27. lovetox

    Otherwise you can ask questions here

  28. aura

    cal0pteryx: I'm on 1.8.4, isnt that the most recent release?

  29. fjklp

    yes

  30. fjklp

    aura: y3w

  31. fjklp

    aura: yes

  32. pep.

    Any clue how much your forge takes storage-wise? Also what's the criteria to get an account, and what kind of projects are allowed on it?

  33. asterix

    our gitlab instance?

  34. lovetox

    pep., not clear what you are talking about

  35. pep.

    Yeah your gitlab instance

  36. asterix

    it only hosts Gajim projects

  37. lovetox

    you can fork a Gajim project to contribute to it, nothing else is allowed

  38. pep.

    Ok

  39. pep.

    How much space is that total?

  40. lovetox

    there are no space limitations

  41. pep.

    Not what I'm asking

  42. lovetox

    are you asking how big a Gajim fork is?

  43. pep.

    How much space is used on your gitlab instance

  44. pep.

    How much space is used for your gitlab instance

  45. asterix

    repositories and forks takes 5G

  46. pep.

    Thanks

  47. asterix

    (one day we should do some cleanup on all those forks ...)

  48. lovetox

    not sure if its worth if its only 5 GB

  49. lovetox

    but yeah i can simply delete some old projects

  50. nin

    Hi, the flatpak started to try to open kde wallet instead of seahorse/libsecret for passwords. Anyone else has a similar issue?

  51. lovetox

    hm seems you need to alter the priority of the backend if you have multiple ones installed

  52. lovetox

    you can read here in the readme more

  53. lovetox

    https://pypi.org/project/keyring/

  54. lovetox

    if you start gajim from console it lists all found backends at start

  55. lovetox

    then you can choose one and either use a config file or env var

  56. nin

    lovetox: thx

  57. yxcv

    Ich möchte den halben Bildschirm enem richtigen editor spendieren

  58. lovetox

    nin, i tried to add a wiki page https://dev.gajim.org/gajim/gajim/-/wikis/keyring

  59. cal0pteryx

    yxcv: this is a support chat for gajim. what's your question?

  60. cal0pteryx

    please write in english

  61. nin

    lovetox: ok. Did try but all of them but ChainerBackend and kwallet.DBusKeyring crash

  62. lovetox

    what do you mean by "crash"

  63. jaxx

    Does anyone know if there is a xmpp server for pidgin?

  64. bot

    Daniel Brötzmann pushed 3 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *9373e7b4* < https://dev.gajim.org/gajim/gajim/-/commit/9373e7b4847a28bff397fbfc600b4e1566aa7543 > cfix: StartChat: Use fitting variable name for GroupBadge *42fe9dab* < https://dev.gajim.org/gajim/gajim/-/commit/42fe9dabc01ed5c812bd8c74cce6e975789da4d4 > cfix: Improve string formatting for idle time helper *2e640174* < https://dev.gajim.org/gajim/gajim/-/commit/2e6401745bfdd12693167e1c237d61b981ee800e > imprv: StartChat: Improve label layout