Bug 1608711
| Summary: | Warning about missing "specifying a version" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Büttner <bugzilla> |
| Component: | gnome-abrt | Assignee: | abrt <abrt-devel-list> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | digitalfreak, jakub, mgrabovs, mhabrnal, mkutlak, mmarusak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-11 11:03:04 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1647170 | ||
Thank you for report. This will not make into our priorities in RHEL7. I will move it to upstream, where it can have better visibility and chances to fix. If it is important for you to fix this directly in RHEL then please escalate this to Red Hat support. This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle. Changing version to '30. Cannot reproduce in latest version. It seems this has been fixed already. This was repaired in https://github.com/abrt/gnome-abrt/commit/f5faa11e and released in version 1.2.1. Closing as fixed. |
Description of problem: When call it, an warning will logged in the journal Version-Release number of selected component (if applicable): gnome-abrt-0.3.4-8.el7.x86_64 How reproducible: Every time Steps to Reproduce: 1. call gnome-abrt Actual results: The following warning will logged: gnome-abrt.desktop[27372]: /usr/bin/gnome-abrt:36: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. Expected results: No warning.