Gajim - 2024-10-20


  1. deport

    Not sure if that's the same as the issue

  2. meson

    What context is meant? `gajim.c.settings Unable to dermine context for: $public_muc_jid`?

  3. meson

    These are spamed over and over again in journalctl for the same set of mucs as long as messages are fetched from mam

  4. lovetox

    Means probably we have no disco info

  5. lovetox

    We should query it before joining

  6. meson

    > meson: yesterday I had a look at the audio visualizer widget in gtk4, and its colors are different. I think the way gtk handles state flags and how it draws has changed a bit. There are also some deprecations. Would you be interested in having a look? I added a test in /test/gtk which allows to quickly open a window containing an audio preview. render_background is deprecated. There are now two possibilites: Continue using Cairo and thus software rendering, which was performance-wise okay or use hardware accelerated snapshots. Though for custom shapes one would use GskPath, but it seems there's no implemenation for that in Python? https://docs.gtk.org/gsk4/struct.Path.html

  7. cal0pteryx

    meson, the one with a minimal change set :)

  8. cal0pteryx

    I don't see any Gsk.Path in the docs, right

  9. cal0pteryx

    it's relatively new (4.14)

  10. meson

    https://gitlab.gnome.org/GNOME/pygobject/-/issues/621 but it actually exists :) > Gsk.PathBuilder.new()

  11. meson

    I will try to fix Cairo first.

  12. cal0pteryx

    meson, that would be great!

  13. meson

    How can I determine the theme background color? Before the drawingArea's bg was simple transparent, but now it takes a grayish color by default.

  14. lovetox

    meson, cairo can also do much more than Gsk

  15. lovetox

    its not a 1:1 replacement

  16. meson

    ^ never mind my question above

  17. theuae

    Is there anyway to hide the sidebar area?

  18. theuae

    for workspaces

  19. theuae

    I don't have any use for it

  20. cal0pteryx

    theuae: no