Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
+++ This bug was initially created as a clone of Bug #1287264 +++
Description of problem:
While runing gnome-abrt with verbose option, it reports missing oops.glade file
Version-Release number of selected component (if applicable):
gnome-abrt-1.2.0-5.fc23.x86_64
How reproducible:
Always
Steps to Reproduce:
1. run gnome-abrt -v in terminal
2.
3.
Actual results:
gnome-abrt -v
/usr/bin/gnome-abrt:37: 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.
from gi.repository import Gtk
DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade'
Expected results:
Clean execution without missing files
Additional info:
The file exists on my system: -rw-r--r--. 1 root root 44058 Aug 17 10:35 /usr/share/gnome-abrt/ui/oops.glade
Thank you for the report. gnome-abrt tries to load the file from two directories [1]. If none of those directories contain the file, gnome-abrt exits with an error. If the file is not found in a checked directory the debug message is printed out. In your case './src/gnome_abrt/oops.glade' does not exist because you are running a production version.
Please feel free to report any further bugs you find and re-open this bug report if needed.
https://github.com/abrt/gnome-abrt/blob/master/src/gnome_abrt/views.py#L295