Bug 1225079
| Summary: | [abrt] yumex-dnf: status.py:123:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Panos Asproulis <panos.asproulis> | ||||||
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | tim.lauridsen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/cf24cb95954d7550a3339b5ebfe9ffa002ccc315 | ||||||||
| Whiteboard: | abrt_hash:5bfe32298e5be2b5c274708e566629e69c13ba00 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-05-27 04:59:41 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1029964 [details]
File: backtrace
Created attachment 1029965 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1224524 *** |
Version-Release number of selected component: yumex-dnf-4.1.1-1.fc21 Additional info: reporter: libreport-2.5.1 cmdline: /usr/bin/python3 -tt /usr/bin/yumex-dnf --install /tmp/postinstallerf-1.5-28.fc21.noarch.rpm executable: /usr/bin/yumex-dnf kernel: 3.19.7-200.fc21.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: status.py:123:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/yumex/status.py", line 71, in __call__ return getattr(self.proxy, self.method)(*args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 113, in _on_g_signal self.handle_dbus_signals(proxy, sender, signal, args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 123, in handle_dbus_signals self.app.win.on_status_icon_clicked(force=True) AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Local variables in innermost frame: args: () signal: 'ShowSignal' proxy: <DBusProxy object at 0x7f5936373828 (GDBusProxy at 0x126aab0)> sender: ':1.841' self: <yumex.status.StatusIcon object at 0x7f5936374f98>