Hi Guix, Every so often I get this error and gajim fails to start. I'm on a foreign distro, void linux.
``` λ gajim No translations found Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share')] (gajim:1090): dbind-WARNING **: 20:10:22.064: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files 07/13/2022 20:10:22 (W) gajim.c.storage.cache Execution time for _load_caps_data: 248 ms 07/13/2022 20:10:23 (W) nbxmpp.auth GSSAPI not available: No module named 'gssapi' (org.gajim.Gajim:1090): Gtk-WARNING **: 20:10:23.521: Could not find the icon 'org.gajim.Gajim'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases 07/13/2022 20:10:24 (W) gajim.gui.notification Notifications D-Bus not available: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files (2) (org.gajim.Gajim:1090): GLib-GIO-ERROR **: 20:10:24.413: No GSettings schemas are installed on the system Trace/breakpoint trap ``` Do you happen to know why the above happens? I think the GSettings error is a false warning... Let me know if I should share any other configurations, etc... in debugging this. all best, jgart