Closed issue by jgarte on void-packages repository https://github.com/void-linux/void-packages/issues/36322 Description: Hi, gajim fails to start on my machine and complains about not finding `gsettings-desktop-schemas-41.0_1` but I have them installed: ``` λ doas vpm s gsettings [vpm] Searching for: gsettings (xbps-query -v -Rs gsettings) [*] gsettings-desktop-schemas-41.0_1 Collection of GSettings schemas [-] gsettings-desktop-schemas-devel-41.0_1 Collection of GSettings schemas - development files [-] gsettings-qt-0.1+17.10.20170824_3 Qml bindings for GSettings [-] gsettings-qt-devel-0.1+17.10.20170824_3 Qml bindings for GSettings - development files ``` ``` λ whereis gajim gajim: /usr/bin/gajim /usr/share/man/man1/gajim.1 ``` ``` which gajim /bin/gajim ``` ``` λ gajim No translations found Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/ 03/24/2022 13:45:00 (W) gajim.c.storage.cache Execution time for _load_caps_data: 316 ms 03/24/2022 13:45:00 (W) nbxmpp.auth GSSAPI not available: No module named 'gssapi' (org.gajim.Gajim:28554): Gtk-WARNING **: 13:45:00.800: Could not find the icon 'org.gajim.Gajim'. The 'hicolor' t was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases 03/24/2022 13:45:01 (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:28554): GLib-GIO-ERROR **: 13:45:01.634: No GSettings schemas are installed on the system Trace/breakpoint trap ```