I installed Gajim from Discover and it will not let me actually launch the app, even after a system restart. No errors - just nothing. Is anyone else having this issue?
Launch it through terminal and see what it says.
How would I go about that? gajim
and gajim &
are not recognized commands.
flatpak run org.gajim.Gajim
** (org.gajim.Gajim:2): CRITICAL **: 12:48:00.312: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed
** (org.gajim.Gajim:2): CRITICAL **: 12:48:00.313: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed
** (org.gajim.Gajim:2): CRITICAL **: 12:48:00.351: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/16 of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory actions/apps of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/categories of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/devices of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/emblems of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/emotes of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/legacy of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/mimetypes of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/places of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/status of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory 16/256 of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory categories/16 of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory devices/32 of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory devices/8 of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.861: Theme directory status/ui of theme Infinity has no size field
(org.gajim.Gajim:2): Gtk-WARNING **: 12:48:00.929: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /run/host/user-share/icons/Infinity/scalable/status/image-missing.svg: Error opening file /run/host/user-share/icons/Infinity/scalable/status/image-missing.svg: No such file or directory (g-io-error-quark, 1)
Bail out! Gtk:ERROR:../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /run/host/user-share/icons/Infinity/scalable/status/image-missing.svg: Error opening file /run/host/user-share/icons/Infinity/scalable/status/image-missing.svg: No such file or directory (g-io-error-quark, 1)
It has a problem with my icon pack?
Not for sure but it could be a permission issue with flatpaks.
You can add permissions for themes and icons.
sudo flatpak override --filesystem=xdg-config/gtk-4.0
sudo flatpak override --filesystem=xdg-config/gtk-3.0
flatpak --user override --filesystem=/home/$USER/.local/share/icons/:ro
flatpak --user override --filesystem=/usr/share/icons/:ro
I use those commands for my flatpak apps.
If you have your icons in ~/.icons
I would recommend changing to ~/.local/share/icons
Edit: You could also try setting your icons to the default breeze that kde uses to see if it fixes your problem.
I ran those commands, this is the first error in the console when trying to launch Gajim now:
F: Not sharing "/usr/share/icons" with sandbox: Path "/usr" is reserved by Flatpak
Should I report this to the Gajim devs? It would seem to me that crashing because of the icon pack I have would be an issue with how they made the program.