Hello,
I followed the instruction to install Gajim on a cloned template Whonix-Workstation-17-Gajim. Then I created an AppVM anon-whonix-gajim based on that template.
Reference: Instant Messenger Chat
When trying to start Gajim I receive an error on GUI and through CLI. The Gajim icon is shown but the chat window does not appear. It does also not load when clicking on Start Chat...
Versions:
- GTK Version: 3.24.38
- PyGObject Version: 3.42.2
- GLib Version : 2.74.4
- python-nbxmpp Version: 4.2.2
- Gajim Version: 1.7.3
On the GUI:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gajim/gtk/application.py", line 387, in _handle_local_options
self._startup()
File "/usr/lib/python3/dist-packages/gajim/gtk/application.py", line 272, in _startup
MainWindow()
File "/usr/lib/python3/dist-packages/gajim/gtk/main.py", line 105, in __init__
self._main_stack = MainStack()
^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gajim/gtk/main_stack.py", line 42, in __init__
self._chat_page = ChatPage()
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gajim/gtk/chat_page.py", line 62, in __init__
self._chat_stack = ChatStack()
^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gajim/gtk/chat_stack.py", line 74, in __init__
self.add_named(ChatPlaceholderBox(), 'empty')
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gajim/gtk/chat_stack.py", line 830, 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)
On CLI:
(org.gajim.Gajim:1381): Gdk-CRITICAL **: XX:XX:XX.XXX: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
Does anyone also face the issue and can support to resolve it?