Hi,
Today I tried to install Gajim using Guix installed on another OS. When
I try to run it I get the following error. Does anyone have the same
problem? Does anyone know a fix?
Thanks in advance.
```
$ gajim
unsupported locale setting
No translations found for en_US
Dirs searched: [PosixPath('/home/gl/.local/share'),
PosixPath('/gnu/store/jkngmzz91vzd47d9lw777d9ihcw8aqpf-shared-mime-info-1.15/share'),
PosixPath('/gnu/store/y21hxgpcl7q2nvr8p7blhvx64xaw3rs8-gtk+-3.24.30/share'),
PosixPath('/gnu/store/5nqkzrcgwbbk9lnfz73g1nidfp57szlm-gsettings-desktop-schemas-41.0/share'),
PosixPath('/gnu/store/2jj2mxn6wfrcw7i85nywk71mmqbnhzps-glib-2.70.2/share'),
PosixPath('/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/share'),
PosixPath('/home/gl/.guix-profile/share')]
(.gajim-real:29773): Gtk-WARNING **: 19:51:07.496: Locale not supported
by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py",
line 389, in _handle_local_options
self._startup()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py",
line 278, in _startup
MainWindow()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py",
line 85, in __init__
self._main_stack = MainStack()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main_stack.py",
line 45, in __init__
self._chat_page = ChatPage()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_page.py",
line 61, in __init__
self._chat_stack = ChatStack()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_stack.py",
line 36, in __init__
self._control_stack = ControlStack()
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py",
line 48, in __init__
self.add_named(ChatPlaceholderBox(), 'empty')
File
"/gnu/store/vvffry1pgga8h8r9nf8332m1fhd42xdz-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py",
line 161, in __init__
pixbuf = Gtk.IconTheme.load_icon_for_scale(
gi.repository.GLib.GError: gtk-icon-theme-error-quark: Icon
'org.gajim.Gajim-symbolic' not present in theme Adwaita (0)
**
Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed
(error == NULL): Icon 'image-missing' not present in theme Adwaita
(gtk-icon-theme-error-quark, 0)
Bail out! Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon:
assertion failed (error == NULL): Icon 'image-missing' not present in
theme Adwaita (gtk-icon-theme-error-quark, 0)
Aborted (core dumped)
```
--
Gimmi