Bug 1224554
| Summary: | [abrt] yumex-dnf: status.py:128:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mohamed BEN HAMDOUNE <mbenhamd> | ||||||
| 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: | 22 | CC: | bdm, dan, fedora, l4coa3fnjplr, marko.chamillionaire, pm.vmail, quomoow, red.ostrava, tim.lauridsen, woiling | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/cbb463a00bf17c3024782d72b134e720f4c1bafa | ||||||||
| Whiteboard: | abrt_hash:13769c23ee12a3c2cf95bbe3a856507848177f7f | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-05-25 07:03:03 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 1029221 [details]
File: backtrace
Created attachment 1029222 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1224524 *** |
Version-Release number of selected component: yumex-dnf-4.1.2-1.fc22 Additional info: reporter: libreport-2.5.1 cmdline: /usr/bin/python3 -tt /usr/bin/yumex-dnf --install /tmp/nautilus-dropbox-2015.02.12-1.fedora.x86_64.rpm executable: /usr/bin/yumex-dnf kernel: 4.0.4-301.fc22.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: status.py:128: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 120, in _on_g_signal self.handle_dbus_signals(proxy, sender, signal, args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 128, in handle_dbus_signals self.app.win.on_status_icon_clicked() AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Local variables in innermost frame: proxy: <DBusProxy object at 0x7f91322803f0 (GDBusProxy at 0x1d672c0)> signal: 'IconClickSignal' self: <yumex.status.StatusIcon object at 0x7f913227d8d0> sender: ':1.56' args: ()