Login dialog throws error
Versions
-
OS: Linux
-
GTK Version: 3.24.21
-
PyGObject Version: 3.36.1
-
GLib Version : 2.64.4
-
python-nbxmpp Version: 1.0.1
-
Gajim Version: 1.2.1
-
gir1.2-secret-1/bionic,now 0.18.6-1 amd64 is installed
Traceback
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gajim/gtk/accounts.py", line 596, in on_row_activated
row.on_row_activated()
File "/app/lib/python3.7/site-packages/gajim/gtk/settings.py", line 401, in on_row_activated
self.show_dialog(self.get_toplevel())
File "/app/lib/python3.7/site-packages/gajim/gtk/settings.py", line 390, in show_dialog
dialog = self.dialog(self.account, parent)
File "/app/lib/python3.7/site-packages/gajim/gtk/accounts.py", line 844, in __init__
Gtk.DialogFlags.MODAL, settings, account)
File "/app/lib/python3.7/site-packages/gajim/gtk/settings.py", line 59, in __init__
self.listbox.update_states()
File "/app/lib/python3.7/site-packages/gajim/gtk/settings.py", line 135, in update_states
row.update_activatable(name, value)
File "/app/lib/python3.7/site-packages/gajim/gtk/settings.py", line 677, in update_activatable
activatable = con.state.is_available and con.register_supported
AttributeError: 'Client' object has no attribute 'register_supported'
Steps to reproduce the problem
- use KDE 5.19
- install gajim from Flathub
- set up an account and save the password
- choose account -> Edit account -> General -> Login data and then there is the error message
Expected behavior
Gajim should display the access data and remember it for the next login.
Actual behavior
previously mentioned crash and gajim still asks for the password again and again, despite the checkmark to save it.