-
curiouser
Hi, gajim flatpak is erring on launch after updating today. Accounts don't connect...
-
lovetox
start with -v and look whats wrong
👍 1 -
curiouser
> start with -v and look whats wrong Without -v ``` (gajim:2): Gtk-WARNING **: 16:04:51.359: Theme directory scalable-up-to-32/status of theme Cosmic has no size field Traceback (most recent call last): File "/app/lib/python3.13/site-packages/gajim/gtk/app_side_bar.py", line 62, in __init__ self._update_account_row() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/lib/python3.13/site-packages/gajim/gtk/app_side_bar.py", line 116, in _update_account_row texture = app.app.avatar_storage.get_account_button_texture( account, ...<2 lines>... self._has_connectivity_issues(), ) File "/app/lib/python3.13/site-packages/gajim/gtk/avatar.py", line 584, in get_account_button_texture icon_surface = load_icon_surface("lucide-cloud-off", int(size * 0.7), scale) File "/app/lib/python3.13/site-packages/gajim/gtk/util/icons.py", line 54, in load_icon_surface texture = node.get_texture() ^^^^^^^^^^^^^^^^ AttributeError: 'TransformNode' object has no attribute 'get_texture' MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:981: FINISHME: support more multi-planar formats with DRM modifiers MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:949: FINISHME: support YUV colorspace with DRM format modifiers Traceback (most recent call last): File "/app/lib/python3.13/site-packages/gajim/common/application.py", line 192, in _auto_connect client.change_status(status, status_message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.13/site-packages/gajim/common/client.py", line 420, in change_status self.connect() ~~~~~~~~~~~~^^ File "/app/lib/python3.13/site-packages/gajim/common/client.py", line 589, in connect self.notify('state-changed', SimpleClientState.CONNECTING) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.13/site-packages/gajim/common/helpers.py", line 468, in notify func(self, signal_name, *args, **kwargs) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.13/site-packages/gajim/gtk/app_side_bar.py", line 116, in _update_account_row texture = app.app.avatar_storage.get_account_button_texture( account, ...<2 lines>... self._has_connectivity_issues(), ) File "/app/lib/python3.13/site-packages/gajim/gtk/avatar.py", line 584, in get_account_button_texture icon_surface = load_icon_surface("lucide-cloud-off", int(size * 0.7), scale) File "/app/lib/python3.13/site-packages/gajim/gtk/util/icons.py", line 54, in load_icon_surface texture = node.get_texture() ^^^^^^^^^^^^^^^^ AttributeError: 'TransformNode' object has no attribute 'get_texture' ``` ↺
-
lovetox
yes we fixed this bug recently
-
lovetox
you need to wait for the next release
-
lovetox
i will push it in the next days
👍 1 -
curiouser
> i will push it in the next days 👍 ↺
-
curiouser
Thank you! I'll try to figure out how to rollback to prior version in flatpak for now
-
curiouser
For anyone else needing to rollback flatpak, here's one version back ``` flatpak update --commit=349c57862aef2183a8aa69e47b32a8cce75c5143ae5fe93c1485d42bdd2a3b63 org.gajim.Gajim ```
-
lovetox
ah damn this is because we raised the version on flatpak
-
lovetox
seems i need to do a quick release or everyone will get this error
-
lovetox
ok pipeline runs, if everything is good we have in an hour Gajim 2.3.6
-
lovetox
and this bug should be fixed
🥳 2