Bug #17240

"AttributeError: Handler cb_checkbutton_storage_show_passphrase_toggled not found" on Greeter close

Added by intrigeri 2019-11-17 04:55:54 . Updated 2020-04-15 06:02:28 .

Status:
Resolved
Priority:
Normal
Assignee:
intrigeri
Category:
Target version:
Start date:
Due date:
% Done:

100%

Feature Branch:
bugfix/17240-greeter-attribute-error
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Welcome Screen
Deliverable for:

Description

I see this in the Journal for a bunch of test suite failures recently:

Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]: [INFO] greeter.py:124 close_app: Finished.
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]: Traceback (most recent call last):
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]:   File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 110, in _builder_connect_callback
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]:     handler, args = _extract_handler_and_args(obj_or_map, handler_name)
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]:   File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 90, in _extract_handler_and_args
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]:     raise AttributeError('Handler %s not found' % handler_name)
Nov 15 11:05:22 amnesia tails-greeter.desktop[3767]: AttributeError: Handler cb_checkbutton_storage_show_passphrase_toggled not found

Impact: nothing user-visible AFAICT but that’s one more innocuous error our Help Desk and FT frontdesk folks have to filter out when looking for potential causes of trouble in bug reports.


Subtasks


Related issues

Related to Tails - Bug #17177: Greeter has no option to 'Show Passphrase' anymore Resolved
Blocks Tails - Feature #16209: Core work: Foundations Team Confirmed

History

#1 Updated by intrigeri 2019-11-17 04:56:16

#2 Updated by intrigeri 2019-11-17 04:56:28

  • related to Bug #17177: Greeter has no option to 'Show Passphrase' anymore added

#3 Updated by intrigeri 2019-11-17 04:57:08

segfault, is this something you would like to work on?

#4 Updated by segfault 2019-11-17 16:34:24

  • Status changed from Confirmed to In Progress

Applied in changeset commit:tails|9c43bc1fab9bc5d2bc331f62c2bc7ad86fc7ce27.

#5 Updated by segfault 2019-11-17 16:47:18

  • Status changed from In Progress to Needs Validation
  • Assignee deleted (segfault)

#6 Updated by segfault 2019-11-17 16:47:35

  • Feature Branch set to bugfix/17240-greeter-attribute-error

#7 Updated by intrigeri 2019-11-28 16:05:37

  • Assignee set to intrigeri
  • Target version set to Tails_4.1

#8 Updated by intrigeri 2019-11-28 16:17:54

Code review LGTM, Jenkins is not more unhappy than on current stable. I’ll build an image, verify that the “Show Passphrase” option still works, then merge.

#9 Updated by intrigeri 2019-11-28 18:52:16

  • Status changed from Needs Validation to Resolved
  • % Done changed from 0 to 100

Applied in changeset commit:tails|d1581c6ac3e76dcd43ddf94d542c9def5c41c412.

#10 Updated by intrigeri 2020-04-15 06:02:28

  • Affected tool changed from Greeter to Welcome Screen