Gajim - 2024-11-17


  1. Link Mauve

    I’ve just updated the AUR package to require gtk4, gtksourceview5, and gst-plugin-gtk4.

  2. Link Mauve

    I have a traceback on launch, which doesn’t seem to affect much: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/gajim/common/dbus/statusnotifieritem.py", line 112, in _on_finish proxy.RegisterStatusNotifierItem('(s)', '/StatusNotifierItem') # pyright: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/gi/overrides/Gio.py", line 374, in __call__ result = self.dbus_proxy.call_sync(self.method_name, arg_variant, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable (2)

  3. Link Mauve

    Also when opening the commands window on a biboumi instance: https://conference.gajim.org:5281/pastebin/9cfe1583-f4d6-45f0-8b51-ba6717d9b67c

  4. moparisthebest

    gajim explodes when trying to get into accounts screen https://paste.rs/kFRKF.txt

  5. lovetox

    moparisthebest, are you on nightly? or git master?

  6. lovetox

    moparisthebest, are you on nightly? or git master? stable?

  7. bot

    lovetox pushed 2 commits to branch gajim/master cq: Discovery: Add type annotations - https://dev.gajim.org/gajim/gajim/-/commit/1bac0863edfb91ebeb976528809f133fdbba4959 cfix: StatusIcon: Catch exception if service is unavailable - https://dev.gajim.org/gajim/gajim/-/commit/3ac4da5ad1446d3131c167bf7dba22f3692ada73

  8. lovetox

    Link Mauve, i tried to fix the dbus problem, but would be interested if there are more problems

  9. moparisthebest

    lovetox: 1.9.5 from Arch

  10. lovetox

    but did you change anything recently? you are using it for a long time and now this suddenly started?

  11. mrdoctorwho

    after the dbus fix it seems that gajim doesn't show in tray in kde anymore lovetox

  12. lovetox

    Oh yeah seems I made a mistake

  13. lovetox

    Thanks

  14. lovetox

    mrdoctorwho, hm dont see an error

  15. lovetox

    can you check the debug console if you get an error?

  16. mrdoctorwho

    lovetox: no error

  17. mrdoctorwho

    also, nickname completion/suggestion not working

  18. mrdoctorwho

    2024-11-17T19:35:50 (W) gajim AV dependency test failed: 'NoneType' object has no attribute 'set_visible' 2024-11-17T19:35:50 (W) gajim.p.manager Error while loading module: No module named 'clients_icons.clients_icons' 2024-11-17T19:35:50 (E) gajim.c.dbus.system_style Couldn’t read the color-scheme setting: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop

  19. mrdoctorwho

    https://drop.helldev.net/7d06f03d-a45e-4ef4-ab13-6d0b22cc1f7c/47b31ee7-a83f-4250-8a1a-c3d5206d58b4.png

  20. lovetox

    to see the nickname completion you need to type @

  21. mrdoctorwho

    my previous message looks like it was sent by me

  22. mrdoctorwho

    was not sent by me*

  23. mrdoctorwho

    not really convenient

  24. lovetox

    if you dont see any errors regarding status icon, then its a problem with your DE not providing any application that can show the status icons

  25. lovetox

    or more specific no application that supports the org.kde.StatusNotifier dbus interface

  26. mrdoctorwho

    lovetox, found this

  27. mrdoctorwho

    2024-11-17T19:40:02 (W) gajim AV dependency test failed: 'NoneType' object has no attribute 'set_visible' 2024-11-17T19:40:02 (W) gajim.p.manager Error while loading module: No module named 'clients_icons.clients_icons' 2024-11-17T19:40:03 (E) gajim.c.dbus.system_style Couldn’t read the color-scheme setting: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop (gajim:694835): Gtk-WARNING **: 19:40:03.413: Unable to acquire the address of the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program org.a11y.Bus: Permission denied. If you are attempting to run GTK without a11y support, GTK_A11Y should be set to 'none'. (gajim:694835): Gtk-CRITICAL **: 19:40:05.392: Unable to connect to the accessibility bus at 'unix:path=/run/user/1000/at-spi/bus_0': Could not connect: Permission denied 2024-11-17T19:40:05 (E) gajim.c.tray.linux g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.StatusNotifierWatcher was not provided by any .service files (2)

  28. lovetox

    yes as suspected, your system has no application that provides this interface

  29. mrdoctorwho

    lovetox, I think I had the icon just this morning

  30. mrdoctorwho

    I'll look into it

  31. lovetox

    Depends on when you updated Gajim

  32. lovetox

    We used another lib previously for status icons

  33. cal0pteryx

    meson, I changed some things and opened a new MR for your image preview hover improvements https://dev.gajim.org/gajim/gajim/-/merge_requests/1100

    ❤️ 1
  34. bot

    wurstsalat pushed 2 commits to branch gajim/master refactor: Preview test: Use better example, change size - https://dev.gajim.org/gajim/gajim/-/commit/135c25aea2e1b73eb7bf77b2fed603afa291fe22 imprv: Preview: Show controls on hover and improve styling - https://dev.gajim.org/gajim/gajim/-/commit/c05234bbb981e15e05d336c53a73fa73bc620d66

  35. bot

    wurstsalat pushed 1 commits to branch gajim/master cfix: GroupchatRoster: Don't show context menu for self - https://dev.gajim.org/gajim/gajim/-/commit/d997efc179c803ed1b88b962c3b6390fffcf7138

  36. deport

    > wurstsalat pushed 1 commits to branch gajim/master > > cfix: GroupchatRoster: Don't show context menu for self - https://dev.gajim.org/gajim/gajim/-/commit/d997efc179c803ed1b88b962c3b6390fffcf7138 Hmm, I thought this was already how it works

  37. meson

    cal0pteryx: will rebase my things tomorrow, was busy today :)

    👌 2
  38. cal0pteryx

    deport, I don't understand

  39. aereaux

    > cal0pteryx: will rebase my things tomorrow, was busy today :) 👌

  40. deport

    Oh I guess there is a useless context menu there

  41. cal0pteryx

    deport: this is about the context menu you would get when clicking on yourself in the participants list. that's not intended for oneself, thus it shouldn't be shown. the commit you mentioned fixes this

  42. cal0pteryx

    note that this only emerged after porting to gtk4. it's the default in current 1.9.5

  43. groked

    I have an old version of Gajim from the Fedora repos and need to update with a flatpak. Is it possible to use dnf to somehow remind me when the flatpak needs updated and maybe keep track of what and where flatpaks are stored? Could dnf even be set up do the flatpak update as though it were a Fedora package?

  44. Kris

    the update GUI in Fedora also auto-updates flatpacks

  45. Kris

    they behave basically like normal packages in that regard.

  46. Kris

    but not via terminal dnf

  47. groked

    I have the i3 spin of Fedora and might have to install the GUI. I'll check in dmenu and dnf.