Gajim - 2024-10-24


  1. Benson

    > For protobuf what about buf ? It's quite standard and you can export proto to any langage with it That seems to depend on Googles Go implementation of buf. Probably adding Python bindings to https://github.com/protobuf-c/protobuf-c or using https://github.com/danielgtaylor/python-betterproto are best alternative choices.

  2. Benson

    Finally got it to build https://copr.fedorainfracloud.org/coprs/fed500/gajim/build/8171085/

  3. horse shoe

    hi, i wanted to join a matrix server but the address is like abc:matrix.org and it's been a long time i have used this platform.

  4. horse shoe

    do you know how can i join it? using that address or #abc:matrix.org

  5. horse shoe

    i could be asking the question on the wrong platform, sorry about that if that's the case here.

  6. horse shoe

    yeah i think i'm wrong, sorry again.

  7. meson

    Benson: > Finally got it to build https://copr.fedorainfracloud.org/coprs/fed500/gajim/build/8171085/ 🎉, with protobuf? Interested in taking over the maintainership? :-P

  8. Benson

    > Benson: >> Finally got it to build https://copr.fedorainfracloud.org/coprs/fed500/gajim/build/8171085/ > 🎉, with protobuf? Interested in taking over the maintainership? :-P Happy to co-maintain. Upgrading protobuf in Fedora proper will take a while.

  9. smemes2

    Hello! I registered an account on the gajim gitlab yesterday, and I want to ask for the fork permission. I would like to make a merge request. My username is "smemes2"

  10. meson

    > meson, how did you resolve the issue of capturing "released" signals from the Gtk.Gesture ? cal0pteryx, ``` gesture_seek_click = Gtk.GestureClick(button=Gdk.BUTTON_PRIMARY) gesture_seek_click.set_propagation_phase(Gtk.PropagationPhase.CAPTURE) gesture_seek_click.connect('pressed', self._on_seek_bar_button_pressed) gesture_seek_click.connect('released', self._on_seek_bar_button_released) self._ui.seek_bar_box.add_controller(gesture_seek_click) ```

  11. meson

    seek_bar_box is a container (GtkBox) with seek_bar (GtkScale) as a child

  12. cal0pteryx

    meson: thank you

  13. lovetox

    smemes2: you need to register again

  14. smemes2

    lovetox: okay, I registered myself again

  15. lovetox

    Done smemes2

  16. smemes2

    lovetox: Thank you!

  17. donnerwetter

    What behaviour can I configure in detail with the Trigger plugin?

  18. cal0pteryx

    donnerwetter: check the window, it's all there

  19. danielstein

    seems like the plugin "client icons" does not work anymore? i cant see any icon anywhere