Try calling unexisting functions on GtkDialog
Bug #1258112 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apturl (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
update-manager (Ubuntu) |
Confirmed
|
High
|
Michael Vogt |
Bug Description
That's a side effect of the refactoring which has been done in https:/
_action_done() is calling "self.window_
tags: | added: saucy |
To post a comment you must log in.
That's creating https:/ /errors. ubuntu. com/problem/ 3ca9b88401b3789 ff4d00462be7b20 206f60e181 for apturl
way to reproduce notinstalled
- call apturl-gtk apt:<somebinary
- click install
- when the password prompt shows, hit "esc" on the keyboard
you get the stacktrace
"Traceback (most recent call last): python3/ dist-packages/ defer/_ _init__ .py", line 483, in _inline_callbacks python3/ dist-packages/ AptUrl/ gtk/backend/ InstallBackendA ptdaemon. py", line 57, in commit _action_ done(self. ACTION_ INSTALL, False, False, str(e), None) python3/ dist-packages/ UpdateManager/ backend/ __init_ _.py", line 70, in _action_done window_ main.start_ error(False, error_string, error_desc)
File "/usr/lib/
result = gen.throw(excep)
File "/usr/lib/
self.
File "/usr/lib/
self.
TypeError: <lambda>() takes 0 positional arguments but 3 were given"