Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 221
    • Issues 221
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 16
    • Merge Requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Issues
  • #10176

Closed
Open
Created Jul 09, 2020 by Balex@BAleex

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

  1. use KDE 5.19
  2. install gajim from Flathub
  3. set up an account and save the password
  4. 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.

Edited Jul 09, 2020 by Philipp Hörist
Assignee
Assign to
1.2.2
Milestone
1.2.2
Assign milestone
Time tracking
None
Due date
None