| Summary: | AttributeError: '_ResultTuple' object has no attribute 'get_tags' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Trenholme <PTrenholme> |
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tla> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | tla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | yumex-dnf-4.3.3-1.fc24 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-16 16:22:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Caused by some changes in Gtk Upstream issue: https://github.com/timlau/yumex-dnf/issues/94 Fixed upstream in dev version dnfdaemon-0.3.15-1.fc24 yumex-dnf-4.3.3-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-aa868f02e4 dnfdaemon-0.3.15-1.fc24, yumex-dnf-4.3.3-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-aa868f02e4 dnfdaemon-0.3.15-1.fc24, yumex-dnf-4.3.3-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem:AttributeError: '_ResultTuple' object has no attribute 'get_tags' Version-Release number of selected component (if applicable): 4.1.4-1.fc24 How reproducible: Didn't try Steps to Reproduce: $ yumex-dnf & Actual results: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/yumex/gui/widgets.py", line 455, in on_mouse_motion tags = widget.get_iter_at_location(x, y).get_tags() AttributeError: '_ResultTuple' object has no attribute 'get_tags' Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/yumex/gui/widgets.py", line 455, in on_mouse_motion tags = widget.get_iter_at_location(x, y).get_tags() AttributeError: '_ResultTuple' object has no attribute 'get_tags' ... Expected results: 11:31:23: Saving config on exit Additional info: Note that the error messages are, of course, not displayed when the app is started from a .desktop file.