Gajim - 2024-07-30


  1. zak

    Great! Thank you!

  2. AtulRaj

    🥳

  3. *IM*

    👍👍

  4. fjklp

    huh. Virtualbox can do animations when animations are turned off. I guess because it's using Qt.

  5. fjklp

    huh. Virtualbox (the program gui, not virtual machines) can do animations when animations are turned off. I guess because it's using Qt.

  6. debacle

    > Gajim 1.9.3 has been released 🎉 > This release fixes an issue with the MS Store installer and brings some improvements. Thank you for all your contributions! > https://gajim.org/post/2024-07-29-gajim-1.9.3-released/ Uploaded to Debian unstable. Will be in testing/trixie/Debian 13 in ca. two days, I hope.

  7. luca

    hello from gajim 1.9.3 :D

    👋 2
  8. cal0pteryx

    debacle: thanks a lot

  9. cal0pteryx

    fjklp: adding hightlights without animations plus keeping animations for all the other users adds a lot of overhead. I don't think there is an easy way in GTK to check if animations are enabled. At least not as easy as in pure CSS

  10. fjklp

    Do you mean that it takes a lot of work to make highlights not animated while leaving other animations as is?

  11. fjklp

    Do you have any solutions in mind? I assume that you are not intending to leave message highlights broken for gnome users without animations turned on.

  12. fjklp

    I'm surprised that there is no fallback behavior for the highlight animation when animations are disabled.

  13. cal0pteryx

    fjklp: I want to have animations. Adding highlights both with and without animations would require to add various timers to add/remove classes at the right moment in order to have it both ways.

  14. meson

    Bad news: The drag drop situaton hasn't changed on Plasma Wayland for Gajim Flatpak. Darn! Will look into it again at the end of the week and hope that it hasn't regressed anything.

  15. zsoloviev

    Why can't I upload a profile picture?

  16. cal0pteryx

    zsoloviev: where does it fail?

  17. sch

    It appears thta Gajim does not display "reason" when is given, upon devoicing a participant.

  18. zsoloviev

    > zsoloviev: where does it fail? https://i.imgur.com/FEucu4l.png

  19. cal0pteryx

    zsoloviev: and the you click edit and the pen icon for uploading an image.

  20. zsoloviev

    > zsoloviev: and the you click edit and the pen icon for uploading an image. Through experience, I discovered that you can only add images up to 10Kb in size. But the image doesn't show up on anyone except my local one. The display name also does not change.

  21. cal0pteryx

    zsoloviev: ok, tgis is very dependant on your provider/server. Upload limits are enforced by stanza size limits the server can process. We take a guess here, which can be improved. Other than that, please make sure you set the correct permissions (the hand icon at the bottom)

  22. cal0pteryx

    If that also fails, it may be a missing server module for converting avatars between different standard. You can check Gajim > Info > Features for that

  23. cal0pteryx

    Ah no, I meant account > server info

  24. mirux

    need some help with MUC configuration and Gajim 1.9.3 (prosody 0.12.4), I cant set a MUC to NOT "Display inline media (images, etc.) from non-members" and NOT "Display inline media (images, etc.)" Gajim GUI will shown pizza of death

  25. mirux

    need some help with MUC configuration and Gajim 1.9.3 (prosody 0.12.4), I cant set a MUC to NOT "Display inline media (images, etc.) from non-members" and NOT "Display inline media (images, etc.)" Gajim GUI will show pizza of death

  26. mirux

    at the end I want the MUC to never / nobody show inline media

  27. lovetox

    You can only disable it for all chats

    👍 1
  28. goblinking

    So... the fix was a one-liner? Interesting. https://dev.gajim.org/gajim/gajim/-/commit/8cdd9afdeabc211acbdb6515e404c06edbfa928a

  29. dea111

    how do i remove a contact from gajim?

  30. dea111

    ?

  31. mirux

    > You can only disable it for all chats at least the pizza of death is annoying, there should be an error message or similar

  32. debacle

    > at least the pizza of death is annoying, there should be an error message or similar What is "pizza of death"?

  33. dea11

    Hello

  34. dea11

    openpgp plugin

  35. dea11

    how do i sign presence with opepgp

  36. dea11

    psi not detecting my key

  37. mirux

    >> at least the pizza of death is annoying, there should be an error message or similar > What is "pizza of death"? Spinning wheel

  38. elfchen

    Alright, spent some quality time on recreating my Gajim installation on MacBook and it seems to work fine. I am running the latest from Git. It took several minutes when I started it (after half a year or so of not using Gajim) to pop up a window, then took a minute to migrate chat history and then popped up a window behind the main window to notify that it was done, which prevented me from entering anything into the main window; took a while to find the culprit. The installation was nothing special otherwise. Created a venv from scratch with Python 3.12 from Homebrew. I didn't follow the instructions for Mac on the Wiki but executed almost the same steps.

    👍 1
  39. cal0pteryx

    elfchen: if you still have the commands at hand, the wiki needs an update for the latest gajim release, because gstreamer etc are not listed there yet. Would you be willing to drop a line here about required package names?

    👍 1
  40. cal0pteryx

    Thanks for the feedback, btw

  41. fjklp

    > fjklp: I want to have animations. Adding highlights both with and without animations would require to add various timers to add/remove classes at the right moment in order to have it both ways. cal0pteryx: Does this mean that you are inclined to call it a gnome problem and leave it?

  42. fjklp

    I can understand how you want the current highlight animation, but if gajim *requires* animations to be enabled to have full functionality, I would call that a bug.

  43. cal0pteryx

    No, it's not a gnome problem. It's just extra work on top of work

  44. fjklp

    Again, I am surprised that gnome doesn't have fallback behavior built in for situations like this, but maybe the current use of animation for highlights isn't a very common thing

  45. fjklp

    I'm sorry to be "creating" more work, I just try to point out broken stuff :)

  46. meson

    elfchen: and please test voice messages and please just tell me it works ✌️

  47. fjklp

    > Bad news: The drag drop situaton hasn't changed on Plasma Wayland for Gajim Flatpak. Darn! Will look into it again at the end of the week and hope that it hasn't regressed anything. Sad. I've learned to expect problems to remain, regardless of updates (unrelated to gajim)

  48. fjklp

    I'm probably an idiot for continuing to use gnome at this point, but it remains popular anyway, so relevant

  49. meson

    When I created the MR I forgot to mention that I couldn't test it / should be tested but expected it to work. Sorry for that.

  50. meson

    Got a lot to do currently other than working Gajim

    👍 1
  51. fjklp

    > https://i.imgur.com/FEucu4l.png I wonder if there is a good alternative to imgur. They like to block IP addresses.

  52. elfchen

    > and please test voice messages and please just tell me it works ✌️ Presumably that needs gstreamer? I'll try in an hour.

  53. fjklp

    >Other than that, please make sure you set the correct permissions (the hand icon at the bottom) I'd add mention of the hand icon to https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#how-can-i-make-my-avatar-available-to-other-people-in-public-group-chats if I had wiki permissions

  54. raizenxd

    test

    🤣 1
  55. raizenxd

    what

  56. raizenxd

    reactions?

    🤣 1
  57. raizenxd

    lol

  58. raizenxd

    is this new feature of XMPP or did you guys implemented it on your own?

  59. erik

    raizenxd, https://xmpp.org/extensions/xep-0444.html

  60. erik

    copyright 2019-2024

  61. erik

    probably not completely new.

  62. raizenxd

    okay then I live under a rock

  63. erik

    But I love that it's now implemented in Gajim.

  64. erik

    Unfortunately missing from Conversations (my other loved client)

  65. Kris

    the forks Cheogram and Monocles at least show them as a fallback

  66. Kris

    Movim and Dino also support reactions

  67. Polarian

    gajim does too now

  68. Polarian

    added in a recent update

  69. Kris

    well that's what we just talked about

  70. Polarian

    oh... oops

  71. Polarian

    sorry

  72. cal0pteryx

    fjklp: looks like GTK has "gtk-enable-animations", which is a performance flag and not an accessibility setting like CSS's "prefers-reduced-motion". There are discussions around the latter here: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7344

    👍 1
  73. fjklp

    I'll try to read it all later

  74. erik

    > gajim does too now And very much appreciated!

  75. elfchen

    cal0pteryx, meson: It looks like I can record a voice message, at least it pops up the window, requests permission to record and the graph fluctuates https://conference.gajim.org:5281/pastebin/5dd7b535-a53d-4115-b314-0f3c8e556153

  76. elfchen

    I was able to install gstreamer via Homebrew (actually was already installed through some other dependency) but the gst-plugins simply don't seem to exist. Same for libav and farstream.

  77. meson

    Thanks! That error doesn't look like it's part

  78. elfchen

    Yeah, looks very similar to the errors I had months ago when trying to run Gajim.

  79. cal0pteryx

    elfchen: those look like the ones we saw on Windows with GLib 2.80+. Downgrading to a version below that would be a workaround. For Windows, it got fixed thankfully. It's an issue with the Gio bindings for python

  80. cal0pteryx

    Not related to voice messages. If the graph oscillates, it should be fine

  81. elfchen

    OK, Homebrew currently comes with glib 2.80.4. Not sure if it is feasible to downgrade with Homebrew.